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.
- {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/PKG-INFO +9 -6
- {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/README.md +8 -5
- {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/cloudos_cli/__main__.py +236 -212
- cloudos_cli-2.61.2/cloudos_cli/_version.py +1 -0
- {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/cloudos_cli/clos.py +2 -2
- {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/cloudos_cli/configure/configure.py +1 -1
- {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/cloudos_cli/jobs/job.py +41 -16
- {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/cloudos_cli/queue/queue.py +4 -4
- {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/cloudos_cli/utils/array_job.py +2 -2
- {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/cloudos_cli/utils/resources.py +2 -1
- {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/cloudos_cli.egg-info/PKG-INFO +9 -6
- cloudos_cli-2.60.4/cloudos_cli/_version.py +0 -1
- {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/LICENSE +0 -0
- {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/cloudos_cli/__init__.py +0 -0
- {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/cloudos_cli/configure/__init__.py +0 -0
- {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/cloudos_cli/datasets/__init__.py +0 -0
- {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/cloudos_cli/datasets/datasets.py +0 -0
- {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/cloudos_cli/import_wf/__init__.py +0 -0
- {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/cloudos_cli/import_wf/import_wf.py +0 -0
- {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/cloudos_cli/jobs/__init__.py +0 -0
- {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/cloudos_cli/link/__init__.py +0 -0
- {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/cloudos_cli/link/link.py +0 -0
- {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/cloudos_cli/logging/__init__.py +0 -0
- {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/cloudos_cli/logging/logger.py +0 -0
- {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/cloudos_cli/procurement/__init__.py +0 -0
- {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/cloudos_cli/procurement/images.py +0 -0
- {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/cloudos_cli/queue/__init__.py +0 -0
- {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/cloudos_cli/utils/__init__.py +0 -0
- {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/cloudos_cli/utils/cloud.py +0 -0
- {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/cloudos_cli/utils/details.py +0 -0
- {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/cloudos_cli/utils/errors.py +0 -0
- {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/cloudos_cli/utils/last_wf.py +0 -0
- {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/cloudos_cli/utils/requests.py +0 -0
- {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/cloudos_cli.egg-info/SOURCES.txt +0 -0
- {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/cloudos_cli.egg-info/dependency_links.txt +0 -0
- {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/cloudos_cli.egg-info/entry_points.txt +0 -0
- {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/cloudos_cli.egg-info/requires.txt +0 -0
- {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/cloudos_cli.egg-info/top_level.txt +0 -0
- {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/setup.cfg +0 -0
- {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/setup.py +0 -0
- {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/tests/__init__.py +0 -0
- {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/tests/functions_for_pytest.py +0 -0
- {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/tests/test_cli_project_create.py +0 -0
- {cloudos_cli-2.60.4 → cloudos_cli-2.61.2}/tests/test_logging/__init__.py +0 -0
- {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.
|
|
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
|
-
│ --
|
|
264
|
-
│ --
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
│ --
|
|
229
|
-
│ --
|
|
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
|
-
|
|
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
|
-
|
|
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 \
|