cortexapps-cli 1.19.0__py3-none-any.whl → 1.19.2__py3-none-any.whl

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.
@@ -114,7 +114,6 @@ def update(
114
114
  def get(
115
115
  ctx: typer.Context,
116
116
  entity_type: str = typer.Option(..., "--type", "-t", help="The entity type"),
117
- _print: CommandOptions._print = True,
118
117
  ):
119
118
  """
120
119
  Retrieve entity type
@@ -123,7 +122,4 @@ def get(
123
122
  client = ctx.obj["client"]
124
123
 
125
124
  r = client.get("api/v1/catalog/definitions/" + entity_type)
126
- if _print:
127
- print_json(data=r)
128
- else:
129
- return r
125
+ print_json(data=r)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cortexapps-cli
3
- Version: 1.19.0
3
+ Version: 1.19.2
4
4
  Summary: Command Line Interface for cortexapps
5
5
  License: MIT
6
6
  License-File: LICENSE
@@ -480,8 +480,6 @@ This recipe creates YAML files for each Workflow. This may be helpful if you ar
480
480
  cortex workflows get --tag $workflow --yaml > $workflow.yaml
481
481
  done
482
482
 
483
- ====================================
484
-
485
483
  .. |PyPI download month| image:: https://img.shields.io/pypi/dm/cortexapps-cli.svg
486
484
  :target: https://pypi.python.org/pypi/cortexapps-cli/
487
485
  .. |PyPI version shields.io| image:: https://img.shields.io/pypi/v/cortexapps-cli.svg
@@ -15,7 +15,7 @@ cortexapps_cli/commands/discovery_audit.py,sha256=n19mQ0hMu4JEJJXKJsvaQE-hh40vlY
15
15
  cortexapps_cli/commands/docs.py,sha256=x2_REs2uPI6hj3xCV6fEOM-n8g-wWM3W7FR301w2xiQ,2075
16
16
  cortexapps_cli/commands/entity_relationship_types.py,sha256=i1X7kup7trXc54aiWdjSJyGr9a01jSZMBAUy83HjRvY,3795
17
17
  cortexapps_cli/commands/entity_relationships.py,sha256=1XfIpMhsB6xvP_C5EsbZURXUXhMjaAxdt9adD8QBMvY,8938
18
- cortexapps_cli/commands/entity_types.py,sha256=zJ1OLwalKSKNGukXr2qvTzs_B-czED0Ec6xliPr_xvc,4108
18
+ cortexapps_cli/commands/entity_types.py,sha256=KZ_mXOB3ub_oZ_Ah6lzvRpGWO6mywRctcwo_m_QSEWE,4020
19
19
  cortexapps_cli/commands/gitops_logs.py,sha256=xVYEaV1m85Vq5vGhRIZmFVjeJe2oxZQYQ65jHEmoRIM,2812
20
20
  cortexapps_cli/commands/groups.py,sha256=x826xb2NQt3ufSzB9afQAj2VFbhuBmu-gBjiZCUG-2g,3202
21
21
  cortexapps_cli/commands/initiatives.py,sha256=d8P6I9XXQCYFypZ7lwjCOGKOLR-JpXgm_G4hb7A2f1o,3837
@@ -87,8 +87,8 @@ cortexapps_cli/commands/workflows.py,sha256=SWjIVuqvz1ZFpxOSUU3ZTQYS8dS8O-zQyNt5
87
87
  cortexapps_cli/cortex_client.py,sha256=sHBKMlKw5nRf7MRvJfnHJDQprWsQIgFKHv7m938velw,12769
88
88
  cortexapps_cli/models/team.py,sha256=DZ_MmXLLhi4AoT3sng-JEUOWSafFQH_FqY0xODusdtg,6460
89
89
  cortexapps_cli/utils.py,sha256=zJilDiFhL-cYdp5LA251rED7vdc0EIEivCZpCqQRvmI,6992
90
- cortexapps_cli-1.19.0.dist-info/METADATA,sha256=NQAbCnYGvxSPWo1sLC_XbCYsxkILQ4FytxDCp_5W2Y8,17838
91
- cortexapps_cli-1.19.0.dist-info/WHEEL,sha256=EGEvSphFYqXKs23-kQBeyNoJP1nrT8ZJKQoi5p5DYL8,88
92
- cortexapps_cli-1.19.0.dist-info/entry_points.txt,sha256=YffF7CawiDnK0vE7Fg9mAItnXoSjLvVkW3IdHhumz84,49
93
- cortexapps_cli-1.19.0.dist-info/licenses/LICENSE,sha256=7EI8xVBu6h_7_JlVw-yPhhOZlpY9hP8wal7kHtqKT_E,1074
94
- cortexapps_cli-1.19.0.dist-info/RECORD,,
90
+ cortexapps_cli-1.19.2.dist-info/METADATA,sha256=Wq0JUQDSpCb7B0pHWuWz6_QJCv841LEkihyAlVicFRo,17800
91
+ cortexapps_cli-1.19.2.dist-info/WHEEL,sha256=EGEvSphFYqXKs23-kQBeyNoJP1nrT8ZJKQoi5p5DYL8,88
92
+ cortexapps_cli-1.19.2.dist-info/entry_points.txt,sha256=YffF7CawiDnK0vE7Fg9mAItnXoSjLvVkW3IdHhumz84,49
93
+ cortexapps_cli-1.19.2.dist-info/licenses/LICENSE,sha256=7EI8xVBu6h_7_JlVw-yPhhOZlpY9hP8wal7kHtqKT_E,1074
94
+ cortexapps_cli-1.19.2.dist-info/RECORD,,