cloudos-cli 2.60.4__tar.gz → 2.61.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/PKG-INFO +9 -6
  2. {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/README.md +8 -5
  3. {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/cloudos_cli/__main__.py +236 -212
  4. cloudos_cli-2.61.2/cloudos_cli/_version.py +1 -0
  5. {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/cloudos_cli/clos.py +2 -2
  6. {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/cloudos_cli/configure/configure.py +1 -1
  7. {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/cloudos_cli/jobs/job.py +41 -16
  8. {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/cloudos_cli/queue/queue.py +4 -4
  9. {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/cloudos_cli/utils/array_job.py +2 -2
  10. {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/cloudos_cli/utils/resources.py +2 -1
  11. {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/cloudos_cli.egg-info/PKG-INFO +9 -6
  12. cloudos_cli-2.60.4/cloudos_cli/_version.py +0 -1
  13. {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/LICENSE +0 -0
  14. {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/cloudos_cli/__init__.py +0 -0
  15. {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/cloudos_cli/configure/__init__.py +0 -0
  16. {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/cloudos_cli/datasets/__init__.py +0 -0
  17. {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/cloudos_cli/datasets/datasets.py +0 -0
  18. {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/cloudos_cli/import_wf/__init__.py +0 -0
  19. {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/cloudos_cli/import_wf/import_wf.py +0 -0
  20. {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/cloudos_cli/jobs/__init__.py +0 -0
  21. {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/cloudos_cli/link/__init__.py +0 -0
  22. {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/cloudos_cli/link/link.py +0 -0
  23. {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/cloudos_cli/logging/__init__.py +0 -0
  24. {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/cloudos_cli/logging/logger.py +0 -0
  25. {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/cloudos_cli/procurement/__init__.py +0 -0
  26. {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/cloudos_cli/procurement/images.py +0 -0
  27. {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/cloudos_cli/queue/__init__.py +0 -0
  28. {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/cloudos_cli/utils/__init__.py +0 -0
  29. {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/cloudos_cli/utils/cloud.py +0 -0
  30. {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/cloudos_cli/utils/details.py +0 -0
  31. {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/cloudos_cli/utils/errors.py +0 -0
  32. {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/cloudos_cli/utils/last_wf.py +0 -0
  33. {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/cloudos_cli/utils/requests.py +0 -0
  34. {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/cloudos_cli.egg-info/SOURCES.txt +0 -0
  35. {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/cloudos_cli.egg-info/dependency_links.txt +0 -0
  36. {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/cloudos_cli.egg-info/entry_points.txt +0 -0
  37. {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/cloudos_cli.egg-info/requires.txt +0 -0
  38. {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/cloudos_cli.egg-info/top_level.txt +0 -0
  39. {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/setup.cfg +0 -0
  40. {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/setup.py +0 -0
  41. {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/tests/__init__.py +0 -0
  42. {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/tests/functions_for_pytest.py +0 -0
  43. {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/tests/test_cli_project_create.py +0 -0
  44. {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/tests/test_logging/__init__.py +0 -0
  45. {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/tests/test_logging/test_logger.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cloudos_cli
3
- Version: 2.60.4
3
+ Version: 2.61.2
4
4
  Summary: Python package for interacting with CloudOS
5
5
  Home-page: https://github.com/lifebit-ai/cloudos-cli
6
6
  Author: David Piñeyro
@@ -260,11 +260,14 @@ cloudos job list --help
260
260
  │ that this option is not generally recommended for │
261
261
  │ security reasons. │
262
262
  │ --ssl-cert TEXT Path to your SSL certificate file. │
263
- │ --profile TEXT Profile to use from the config file
264
- │ --help Show this message and exit.
265
- ╰──────────────────────────────────────────────────────────────────────────────────────────────────────────╯
263
+ │ --debug Show detailed error information and tracebacks
264
+ │ --profile TEXT Profile to use from the config file
265
+ │ --help Show this message and exit. │
266
+ ╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
266
267
  ```
267
268
 
269
+ In the same way, each implemented command has its own subcommands with its own `--debug` flag, that will print the full traceback for detailed error debugging. When this flag is not activated, the errors are presented in short descriptive format.
270
+
268
271
  ---
269
272
 
270
273
  ## Configuration
@@ -482,7 +485,7 @@ CloudOS workflow functionality: list and import workflows.
482
485
 
483
486
  Executing workflow import...
484
487
 
485
- [Message] Only Nextflow workflows are currently supported.
488
+ Only Nextflow workflows are currently supported.
486
489
 
487
490
  Workflow test_import_github_3 was imported successfully with the following ID: 6616a8cb454b09bbb3d9dc20
488
491
  ```
@@ -1569,7 +1572,7 @@ Executing run...
1569
1572
  Current Cromwell server status is: Running
1570
1573
 
1571
1574
  *******************************************************************************
1572
- [WARNING] Cromwell server is now running. Plase, remember to stop it when your
1575
+ Cromwell server is now running. Plase, remember to stop it when your
1573
1576
  job finishes. You can use the following command:
1574
1577
  cloudos cromwell stop \
1575
1578
  --cromwell-token $CROMWELL_TOKEN \
@@ -225,11 +225,14 @@ cloudos job list --help
225
225
  │ that this option is not generally recommended for │
226
226
  │ security reasons. │
227
227
  │ --ssl-cert TEXT Path to your SSL certificate file. │
228
- │ --profile TEXT Profile to use from the config file
229
- │ --help Show this message and exit.
230
- ╰──────────────────────────────────────────────────────────────────────────────────────────────────────────╯
228
+ │ --debug Show detailed error information and tracebacks
229
+ │ --profile TEXT Profile to use from the config file
230
+ │ --help Show this message and exit. │
231
+ ╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
231
232
  ```
232
233
 
234
+ In the same way, each implemented command has its own subcommands with its own `--debug` flag, that will print the full traceback for detailed error debugging. When this flag is not activated, the errors are presented in short descriptive format.
235
+
233
236
  ---
234
237
 
235
238
  ## Configuration
@@ -447,7 +450,7 @@ CloudOS workflow functionality: list and import workflows.
447
450
 
448
451
  Executing workflow import...
449
452
 
450
- [Message] Only Nextflow workflows are currently supported.
453
+ Only Nextflow workflows are currently supported.
451
454
 
452
455
  Workflow test_import_github_3 was imported successfully with the following ID: 6616a8cb454b09bbb3d9dc20
453
456
  ```
@@ -1534,7 +1537,7 @@ Executing run...
1534
1537
  Current Cromwell server status is: Running
1535
1538
 
1536
1539
  *******************************************************************************
1537
- [WARNING] Cromwell server is now running. Plase, remember to stop it when your
1540
+ Cromwell server is now running. Plase, remember to stop it when your
1538
1541
  job finishes. You can use the following command:
1539
1542
  cloudos cromwell stop \
1540
1543
  --cromwell-token $CROMWELL_TOKEN \