Skip to content

Commit e644ac9

Browse files
make numbered list 310-345
1 parent f8a1286 commit e644ac9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/energy-data-services/tutorial-seismic-ddms-sdutil.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ Microsoft Energy Data Services instance is using OSDU™ M12 Version of sdut
309309

310310
2. Run below commands to sign in, list, upload and download files in the seismic store.
311311

312-
- Initialize
312+
1. Initialize
313313

314314
```code
315315
(sdutilenv) > python sdutil config init
@@ -322,27 +322,27 @@ Microsoft Energy Data Services instance is using OSDU™ M12 Version of sdut
322322
Should display sign in success message. Credentials expiry set to 1 hour.
323323
```
324324

325-
- Sign in
325+
2. Sign in
326326

327327
```bash
328328
python sdutil config init
329329
python sdutil auth login
330330
```
331331

332-
- List files in your seismic store
332+
3. List files in your seismic store
333333

334334
```bash
335335
python sdutil ls sd://<tenant> # e.g. sd://<instance-name>-<datapartition>
336336
python sdutil ls sd://<tenant>/<subproject> # e.g. sd://<instance-name>-<datapartition>/test
337337
```
338338

339-
- Upload a file from your local machine to the seismic store
339+
4. Upload a file from your local machine to the seismic store
340340

341341
```bash
342342
python sdutil cp local-dir/file-name-at-source.txt sd://<datapartition>/test/file-name-at-destination.txt
343343
```
344344

345-
- Download a file from the seismic store to your local machine
345+
5. Download a file from the seismic store to your local machine
346346

347347
```bash
348348
python sdutil cp sd://<datapartition>/test/file-name-at-ddms.txt local-dir/file-name-at-destination.txt

0 commit comments

Comments
 (0)