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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cortexapps-cli
3
- Version: 0.26.6
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'
@@ -1,7 +1,7 @@
1
1
  [tool.poetry]
2
2
  name = "cortexapps-cli"
3
3
  # version will be incremented via command line as part of github actions build
4
- version = "0.26.6"
4
+ version = "0.26.7"
5
5
  description = "Command Line Interface for cortexapps"
6
6
  license = "MIT"
7
7
  authors = [
File without changes