File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
articles/energy-data-services Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -309,7 +309,7 @@ Microsoft Energy Data Services instance is using OSDU™ M12 Version of sdut
309
309
310
310
2. Run below commands to sign in, list, upload and download files in the seismic store.
311
311
312
- - Initialize
312
+ 1. Initialize
313
313
314
314
` ` ` code
315
315
(sdutilenv) > python sdutil config init
@@ -322,27 +322,27 @@ Microsoft Energy Data Services instance is using OSDU™ M12 Version of sdut
322
322
Should display sign in success message. Credentials expiry set to 1 hour.
323
323
` ` `
324
324
325
- - Sign in
325
+ 2. Sign in
326
326
327
327
` ` ` bash
328
328
python sdutil config init
329
329
python sdutil auth login
330
330
` ` `
331
331
332
- - List files in your seismic store
332
+ 3. List files in your seismic store
333
333
334
334
` ` ` bash
335
335
python sdutil ls sd://<tenant> # e.g. sd://<instance-name>-<datapartition>
336
336
python sdutil ls sd://<tenant>/<subproject> # e.g. sd://<instance-name>-<datapartition>/test
337
337
` ` `
338
338
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
340
340
341
341
` ` ` bash
342
342
python sdutil cp local-dir/file-name-at-source.txt sd://<datapartition>/test/file-name-at-destination.txt
343
343
` ` `
344
344
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
346
346
347
347
` ` ` bash
348
348
python sdutil cp sd://<datapartition>/test/file-name-at-ddms.txt local-dir/file-name-at-destination.txt
You can’t perform that action at this time.
0 commit comments