cortexapps-cli 0.26.6__tar.gz → 0.26.7__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.
- {cortexapps_cli-0.26.6 → cortexapps_cli-0.26.7}/PKG-INFO +2 -1
- {cortexapps_cli-0.26.6 → cortexapps_cli-0.26.7}/cortexapps_cli/cortex.py +1 -0
- {cortexapps_cli-0.26.6 → cortexapps_cli-0.26.7}/pyproject.toml +1 -1
- {cortexapps_cli-0.26.6 → cortexapps_cli-0.26.7}/LICENSE +0 -0
- {cortexapps_cli-0.26.6 → cortexapps_cli-0.26.7}/README.rst +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: cortexapps-cli
|
|
3
|
-
Version: 0.26.
|
|
3
|
+
Version: 0.26.7
|
|
4
4
|
Summary: Command Line Interface for cortexapps
|
|
5
5
|
License: MIT
|
|
6
6
|
Author: Cortex Apps
|
|
@@ -11,6 +11,7 @@ Classifier: Operating System :: OS Independent
|
|
|
11
11
|
Classifier: Programming Language :: Python :: 3
|
|
12
12
|
Classifier: Programming Language :: Python :: 3.11
|
|
13
13
|
Classifier: Programming Language :: Python :: 3.12
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
14
15
|
Requires-Dist: pyyaml (>=6.0.1,<7)
|
|
15
16
|
Requires-Dist: requests (>=2.32.3,<3)
|
|
16
17
|
Requires-Dist: urllib3 (>=2.2.2)
|
|
@@ -998,6 +998,7 @@ def subparser_catalog_create_or_update(subparser):
|
|
|
998
998
|
sp.add_argument(
|
|
999
999
|
'-d',
|
|
1000
1000
|
'--dry-run',
|
|
1001
|
+
dest="dryRun",
|
|
1001
1002
|
help='When true, this endpoint only validates the descriptor contents and returns any errors or warnings.',
|
|
1002
1003
|
action='store_true',
|
|
1003
1004
|
default='false'
|
|
File without changes
|
|
File without changes
|