cortexapps-cli 1.2.0__tar.gz → 1.4.0__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 (60) hide show
  1. {cortexapps_cli-1.2.0 → cortexapps_cli-1.4.0}/PKG-INFO +1 -1
  2. {cortexapps_cli-1.2.0 → cortexapps_cli-1.4.0}/cortexapps_cli/cli.py +6 -0
  3. cortexapps_cli-1.4.0/cortexapps_cli/commands/backup.py +692 -0
  4. cortexapps_cli-1.4.0/cortexapps_cli/commands/entity_relationship_types.py +121 -0
  5. cortexapps_cli-1.4.0/cortexapps_cli/commands/entity_relationships.py +222 -0
  6. cortexapps_cli-1.4.0/cortexapps_cli/commands/secrets.py +105 -0
  7. {cortexapps_cli-1.2.0 → cortexapps_cli-1.4.0}/cortexapps_cli/cortex_client.py +18 -1
  8. {cortexapps_cli-1.2.0 → cortexapps_cli-1.4.0}/pyproject.toml +1 -1
  9. cortexapps_cli-1.2.0/cortexapps_cli/commands/backup.py +0 -310
  10. {cortexapps_cli-1.2.0 → cortexapps_cli-1.4.0}/LICENSE +0 -0
  11. {cortexapps_cli-1.2.0 → cortexapps_cli-1.4.0}/README.rst +0 -0
  12. {cortexapps_cli-1.2.0 → cortexapps_cli-1.4.0}/cortexapps_cli/command_options.py +0 -0
  13. {cortexapps_cli-1.2.0 → cortexapps_cli-1.4.0}/cortexapps_cli/commands/api_keys.py +0 -0
  14. {cortexapps_cli-1.2.0 → cortexapps_cli-1.4.0}/cortexapps_cli/commands/audit_logs.py +0 -0
  15. {cortexapps_cli-1.2.0 → cortexapps_cli-1.4.0}/cortexapps_cli/commands/backup_commands/cortex_export.py +0 -0
  16. {cortexapps_cli-1.2.0 → cortexapps_cli-1.4.0}/cortexapps_cli/commands/catalog.py +0 -0
  17. {cortexapps_cli-1.2.0 → cortexapps_cli-1.4.0}/cortexapps_cli/commands/custom_data.py +0 -0
  18. {cortexapps_cli-1.2.0 → cortexapps_cli-1.4.0}/cortexapps_cli/commands/custom_events.py +0 -0
  19. {cortexapps_cli-1.2.0 → cortexapps_cli-1.4.0}/cortexapps_cli/commands/custom_metrics.py +0 -0
  20. {cortexapps_cli-1.2.0 → cortexapps_cli-1.4.0}/cortexapps_cli/commands/dependencies.py +0 -0
  21. {cortexapps_cli-1.2.0 → cortexapps_cli-1.4.0}/cortexapps_cli/commands/deploys.py +0 -0
  22. {cortexapps_cli-1.2.0 → cortexapps_cli-1.4.0}/cortexapps_cli/commands/discovery_audit.py +0 -0
  23. {cortexapps_cli-1.2.0 → cortexapps_cli-1.4.0}/cortexapps_cli/commands/docs.py +0 -0
  24. {cortexapps_cli-1.2.0 → cortexapps_cli-1.4.0}/cortexapps_cli/commands/entity_types.py +0 -0
  25. {cortexapps_cli-1.2.0 → cortexapps_cli-1.4.0}/cortexapps_cli/commands/gitops_logs.py +0 -0
  26. {cortexapps_cli-1.2.0 → cortexapps_cli-1.4.0}/cortexapps_cli/commands/groups.py +0 -0
  27. {cortexapps_cli-1.2.0 → cortexapps_cli-1.4.0}/cortexapps_cli/commands/initiatives.py +0 -0
  28. {cortexapps_cli-1.2.0 → cortexapps_cli-1.4.0}/cortexapps_cli/commands/integrations.py +0 -0
  29. {cortexapps_cli-1.2.0 → cortexapps_cli-1.4.0}/cortexapps_cli/commands/integrations_commands/aws.py +0 -0
  30. {cortexapps_cli-1.2.0 → cortexapps_cli-1.4.0}/cortexapps_cli/commands/integrations_commands/azure_devops.py +0 -0
  31. {cortexapps_cli-1.2.0 → cortexapps_cli-1.4.0}/cortexapps_cli/commands/integrations_commands/azure_resources.py +0 -0
  32. {cortexapps_cli-1.2.0 → cortexapps_cli-1.4.0}/cortexapps_cli/commands/integrations_commands/circleci.py +0 -0
  33. {cortexapps_cli-1.2.0 → cortexapps_cli-1.4.0}/cortexapps_cli/commands/integrations_commands/coralogix.py +0 -0
  34. {cortexapps_cli-1.2.0 → cortexapps_cli-1.4.0}/cortexapps_cli/commands/integrations_commands/datadog.py +0 -0
  35. {cortexapps_cli-1.2.0 → cortexapps_cli-1.4.0}/cortexapps_cli/commands/integrations_commands/github.py +0 -0
  36. {cortexapps_cli-1.2.0 → cortexapps_cli-1.4.0}/cortexapps_cli/commands/integrations_commands/gitlab.py +0 -0
  37. {cortexapps_cli-1.2.0 → cortexapps_cli-1.4.0}/cortexapps_cli/commands/integrations_commands/incidentio.py +0 -0
  38. {cortexapps_cli-1.2.0 → cortexapps_cli-1.4.0}/cortexapps_cli/commands/integrations_commands/launchdarkly.py +0 -0
  39. {cortexapps_cli-1.2.0 → cortexapps_cli-1.4.0}/cortexapps_cli/commands/integrations_commands/newrelic.py +0 -0
  40. {cortexapps_cli-1.2.0 → cortexapps_cli-1.4.0}/cortexapps_cli/commands/integrations_commands/pagerduty.py +0 -0
  41. {cortexapps_cli-1.2.0 → cortexapps_cli-1.4.0}/cortexapps_cli/commands/integrations_commands/prometheus.py +0 -0
  42. {cortexapps_cli-1.2.0 → cortexapps_cli-1.4.0}/cortexapps_cli/commands/integrations_commands/sonarqube.py +0 -0
  43. {cortexapps_cli-1.2.0 → cortexapps_cli-1.4.0}/cortexapps_cli/commands/ip_allowlist.py +0 -0
  44. {cortexapps_cli-1.2.0 → cortexapps_cli-1.4.0}/cortexapps_cli/commands/on_call.py +0 -0
  45. {cortexapps_cli-1.2.0 → cortexapps_cli-1.4.0}/cortexapps_cli/commands/packages.py +0 -0
  46. {cortexapps_cli-1.2.0 → cortexapps_cli-1.4.0}/cortexapps_cli/commands/packages_commands/go.py +0 -0
  47. {cortexapps_cli-1.2.0 → cortexapps_cli-1.4.0}/cortexapps_cli/commands/packages_commands/java.py +0 -0
  48. {cortexapps_cli-1.2.0 → cortexapps_cli-1.4.0}/cortexapps_cli/commands/packages_commands/node.py +0 -0
  49. {cortexapps_cli-1.2.0 → cortexapps_cli-1.4.0}/cortexapps_cli/commands/packages_commands/nuget.py +0 -0
  50. {cortexapps_cli-1.2.0 → cortexapps_cli-1.4.0}/cortexapps_cli/commands/packages_commands/python.py +0 -0
  51. {cortexapps_cli-1.2.0 → cortexapps_cli-1.4.0}/cortexapps_cli/commands/plugins.py +0 -0
  52. {cortexapps_cli-1.2.0 → cortexapps_cli-1.4.0}/cortexapps_cli/commands/queries.py +0 -0
  53. {cortexapps_cli-1.2.0 → cortexapps_cli-1.4.0}/cortexapps_cli/commands/rest.py +0 -0
  54. {cortexapps_cli-1.2.0 → cortexapps_cli-1.4.0}/cortexapps_cli/commands/scim.py +0 -0
  55. {cortexapps_cli-1.2.0 → cortexapps_cli-1.4.0}/cortexapps_cli/commands/scorecards.py +0 -0
  56. {cortexapps_cli-1.2.0 → cortexapps_cli-1.4.0}/cortexapps_cli/commands/scorecards_commands/exemptions.py +0 -0
  57. {cortexapps_cli-1.2.0 → cortexapps_cli-1.4.0}/cortexapps_cli/commands/teams.py +0 -0
  58. {cortexapps_cli-1.2.0 → cortexapps_cli-1.4.0}/cortexapps_cli/commands/workflows.py +0 -0
  59. {cortexapps_cli-1.2.0 → cortexapps_cli-1.4.0}/cortexapps_cli/models/team.py +0 -0
  60. {cortexapps_cli-1.2.0 → cortexapps_cli-1.4.0}/cortexapps_cli/utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cortexapps-cli
3
- Version: 1.2.0
3
+ Version: 1.4.0
4
4
  Summary: Command Line Interface for cortexapps
5
5
  License: MIT
6
6
  License-File: LICENSE
@@ -24,6 +24,8 @@ import cortexapps_cli.commands.deploys as deploys
24
24
  import cortexapps_cli.commands.discovery_audit as discovery_audit
25
25
  import cortexapps_cli.commands.docs as docs
26
26
  import cortexapps_cli.commands.entity_types as entity_types
27
+ import cortexapps_cli.commands.entity_relationship_types as entity_relationship_types
28
+ import cortexapps_cli.commands.entity_relationships as entity_relationships
27
29
  import cortexapps_cli.commands.gitops_logs as gitops_logs
28
30
  import cortexapps_cli.commands.groups as groups
29
31
  import cortexapps_cli.commands.initiatives as initiatives
@@ -36,6 +38,7 @@ import cortexapps_cli.commands.queries as queries
36
38
  import cortexapps_cli.commands.rest as rest
37
39
  import cortexapps_cli.commands.scim as scim
38
40
  import cortexapps_cli.commands.scorecards as scorecards
41
+ import cortexapps_cli.commands.secrets as secrets
39
42
  import cortexapps_cli.commands.teams as teams
40
43
  import cortexapps_cli.commands.workflows as workflows
41
44
 
@@ -58,6 +61,8 @@ app.add_typer(deploys.app, name="deploys")
58
61
  app.add_typer(discovery_audit.app, name="discovery-audit")
59
62
  app.add_typer(docs.app, name="docs")
60
63
  app.add_typer(entity_types.app, name="entity-types")
64
+ app.add_typer(entity_relationship_types.app, name="entity-relationship-types")
65
+ app.add_typer(entity_relationships.app, name="entity-relationships")
61
66
  app.add_typer(gitops_logs.app, name="gitops-logs")
62
67
  app.add_typer(groups.app, name="groups")
63
68
  app.add_typer(initiatives.app, name="initiatives")
@@ -70,6 +75,7 @@ app.add_typer(queries.app, name="queries")
70
75
  app.add_typer(rest.app, name="rest")
71
76
  app.add_typer(scim.app, name="scim")
72
77
  app.add_typer(scorecards.app, name="scorecards")
78
+ app.add_typer(secrets.app, name="secrets")
73
79
  app.add_typer(teams.app, name="teams")
74
80
  app.add_typer(workflows.app, name="workflows")
75
81