cortexapps-cli 1.34.0__tar.gz → 1.35.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.
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/PKG-INFO +1 -1
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/cli.py +2 -0
- cortexapps_cli-1.35.0/cortexapps_cli/commands/scaffolders.py +156 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/pyproject.toml +1 -1
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/LICENSE +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/README.rst +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/__init__.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/command_options.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/ai_skills.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/api_keys.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/audit_logs.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/backup.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/backup_commands/cortex_export.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/catalog.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/custom_data.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/custom_events.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/custom_metrics.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/dependencies.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/deploys.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/discovery_audit.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/docs.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/entity_relationship_types.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/entity_relationships.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/entity_types.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/gitops_logs.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/groups.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/initiatives.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/integrations.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/integrations_commands/apiiro.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/integrations_commands/argocd.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/integrations_commands/aws.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/integrations_commands/azure_active_directory.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/integrations_commands/azure_devops.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/integrations_commands/azure_resources.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/integrations_commands/bamboohr.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/integrations_commands/bitbucket.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/integrations_commands/bugsnag.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/integrations_commands/buildkite.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/integrations_commands/checkmarx_sast.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/integrations_commands/circleci.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/integrations_commands/clickup.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/integrations_commands/codecov.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/integrations_commands/coralogix.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/integrations_commands/datadog.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/integrations_commands/dynatrace.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/integrations_commands/firehydrant.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/integrations_commands/github.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/integrations_commands/gitlab.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/integrations_commands/harness.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/integrations_commands/incidentio.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/integrations_commands/instana.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/integrations_commands/jenkins.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/integrations_commands/jira.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/integrations_commands/launchdarkly.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/integrations_commands/mend_sast.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/integrations_commands/mend_sca.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/integrations_commands/newrelic.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/integrations_commands/okta.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/integrations_commands/opsgenie.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/integrations_commands/pagerduty.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/integrations_commands/prometheus.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/integrations_commands/rollbar.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/integrations_commands/rootly.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/integrations_commands/semgrep.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/integrations_commands/sentry.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/integrations_commands/servicenow.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/integrations_commands/servicenow_cloud_observability.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/integrations_commands/snyk.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/integrations_commands/sonarqube.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/integrations_commands/splunk_observability_cloud.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/integrations_commands/splunk_on_call.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/integrations_commands/sumologic.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/integrations_commands/veracode.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/integrations_commands/wiz.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/integrations_commands/workday.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/integrations_commands/xmatters.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/ip_allowlist.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/on_call.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/packages.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/packages_commands/go.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/packages_commands/java.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/packages_commands/node.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/packages_commands/nuget.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/packages_commands/python.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/plugins.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/queries.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/rest.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/scim.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/scorecards.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/scorecards_commands/exemptions.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/secrets.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/solutions.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/teams.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/users.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/users_commands/roles.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/workflows.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/cortex_client.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/models/team.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/__init__.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/_lib/__init__.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/_lib/setup_base.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/ai-agents/README.md +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/ai-agents/catalog/address-reviews.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/ai-agents/catalog/audit-flags.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/ai-agents/catalog/code-review.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/ai-agents/catalog/fix-issue.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/ai-agents/catalog/incident-trends.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/ai-agents/catalog/jira-to-kb.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/ai-agents/catalog/release-to-sha.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/ai-agents/catalog/search-troubleshooting-kb.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/ai-agents/catalog/simplify-test.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/ai-agents/entity-types/ai-agent.json +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/ai-agents/scorecards/ai-agent-governance.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/ai-skills/README.md +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/ai-skills/catalog/api-doc-sync.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/ai-skills/catalog/changelog-writer.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/ai-skills/catalog/docs-generator.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/ai-skills/catalog/docs-portal.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/ai-skills/entity-relationship-types/ai-plugin-service.json +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/ai-skills/entity-relationship-types/ai-plugin-skills.json +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/ai-skills/entity-relationship-types/ai-skill-service.json +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/ai-skills/entity-types/ai-plugin.json +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/ai-skills/entity-types/ai-skill.json +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/ai-skills/scorecards/ai-skills-quality.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/ai-spend/.github/workflows/sync-claude-spend.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/ai-spend/README.md +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/ai-spend/catalog/employee-alice-chen.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/ai-spend/catalog/employee-bob-martinez.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/ai-spend/catalog/employee-carol-kim.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/ai-spend/catalog/employee-david-osei.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/ai-spend/catalog/employee-emma-johnson.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/ai-spend/catalog/team-data.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/ai-spend/catalog/team-engineering.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/ai-spend/catalog/team-frontend.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/ai-spend/catalog/team-platform.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/ai-spend/custom-metrics/ai-spend.json +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/ai-spend/entity-relationship-types/team-member.json +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/ai-spend/entity-types/employee.json +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/ai-spend/plugins/team-ai-spend.json +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/ai-spend/scorecards/ai-spend-scorecard.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/ai-spend/scripts/sync-claude-spend.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/environments/.github/workflows/cortex-service-version.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/environments/README.md +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/environments/catalog/api-gateway-3.0.1.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/environments/catalog/api-gateway-3.1.0.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/environments/catalog/api-gateway-3.1.1.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/environments/catalog/api-gateway.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/environments/catalog/auth-2.1.0.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/environments/catalog/auth-2.1.1.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/environments/catalog/auth-2.2.0.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/environments/catalog/auth.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/environments/catalog/aws-dev-us-west-2.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/environments/catalog/billing-1.1.0.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/environments/catalog/billing-1.2.0.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/environments/catalog/billing.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/environments/catalog/cart-1.0.2.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/environments/catalog/cart.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/environments/catalog/checkout-2.2.0.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/environments/catalog/checkout-2.3.0.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/environments/catalog/checkout-2.4.0.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/environments/catalog/checkout.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/environments/catalog/gcp-prod-us-east-1.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/environments/catalog/gcp-prod-us-west-1.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/environments/catalog/gcp-staging-us-east-1.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/environments/catalog/notifications-1.0.0.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/environments/catalog/notifications-1.0.1.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/environments/catalog/notifications-1.1.0.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/environments/catalog/notifications.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/environments/catalog/order-service-2.0.1.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/environments/catalog/order-service-2.1.0.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/environments/catalog/order-service.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/environments/catalog/payments-1.6.1.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/environments/catalog/payments-1.7.0.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/environments/catalog/payments-1.7.1.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/environments/catalog/payments.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/environments/catalog/release-2026-06-20.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/environments/catalog/release-2026-07-01.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/environments/catalog/release-2026-07-09.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/environments/catalog/release-2026-07-10.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/environments/catalog/search-4.0.0.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/environments/catalog/search-4.1.0.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/environments/catalog/search.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/environments/catalog/user-service-1.2.0.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/environments/catalog/user-service-1.3.0.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/environments/catalog/user-service.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/environments/entity-relationship-types/environments.json +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/environments/entity-relationship-types/versions.json +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/environments/entity-types/environment.json +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/environments/entity-types/release.json +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/environments/entity-types/service-version.json +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/environments/workflows/create-environment.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/environments/workflows/create-release.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/environments/workflows/trigger-github-release.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/github-actions-deploy/README.md +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/github-actions-deploy/_templates/cortex-async-callback.yml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/github-actions-deploy/_templates/cortex-deploy.yml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/github-actions-deploy/_templates/cortex-register-deploy.yml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/github-actions-deploy/_templates/github-actions-deploy.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/github-actions-deploy/catalog/github-actions-demo.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/github-actions-deploy/scorecards/deploy-health.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/github-actions-deploy/setup.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/harness-deploy/README.md +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/harness-deploy/_templates/cortex-async-callback-template.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/harness-deploy/_templates/cortex-deploy-pipeline.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/harness-deploy/_templates/cortex-record-deploy-template.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/harness-deploy/_templates/trigger-harness-deploy.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/harness-deploy/catalog/harness-demo.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/harness-deploy/scorecards/deploy-health.yaml +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/harness-deploy/setup.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/workday/README.md +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/workday/data/configuration.json +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/workday/data/pied-piper-supervisory-org.json +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/workday/setup.py +0 -0
- {cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/utils.py +0 -0
|
@@ -39,6 +39,7 @@ import cortexapps_cli.commands.packages as packages
|
|
|
39
39
|
import cortexapps_cli.commands.plugins as plugins
|
|
40
40
|
import cortexapps_cli.commands.queries as queries
|
|
41
41
|
import cortexapps_cli.commands.rest as rest
|
|
42
|
+
import cortexapps_cli.commands.scaffolders as scaffolders
|
|
42
43
|
import cortexapps_cli.commands.scim as scim
|
|
43
44
|
import cortexapps_cli.commands.scorecards as scorecards
|
|
44
45
|
import cortexapps_cli.commands.secrets as secrets
|
|
@@ -277,6 +278,7 @@ app.add_typer(packages.app, name="packages")
|
|
|
277
278
|
app.add_typer(plugins.app, name="plugins")
|
|
278
279
|
app.add_typer(queries.app, name="queries")
|
|
279
280
|
app.add_typer(rest.app, name="rest")
|
|
281
|
+
app.add_typer(scaffolders.app, name="scaffolders")
|
|
280
282
|
app.add_typer(scim.app, name="scim")
|
|
281
283
|
app.add_typer(scorecards.app, name="scorecards")
|
|
282
284
|
app.add_typer(secrets.app, name="secrets")
|
|
@@ -0,0 +1,156 @@
|
|
|
1
|
+
from cortexapps_cli.command_options import CommandOptions
|
|
2
|
+
from cortexapps_cli.command_options import ListCommandOptions
|
|
3
|
+
from cortexapps_cli.utils import print_output_with_context, print_output
|
|
4
|
+
from typing_extensions import Annotated
|
|
5
|
+
import json
|
|
6
|
+
import typer
|
|
7
|
+
import yaml
|
|
8
|
+
|
|
9
|
+
app = typer.Typer(
|
|
10
|
+
help="Scaffolder template commands",
|
|
11
|
+
no_args_is_help=True
|
|
12
|
+
)
|
|
13
|
+
|
|
14
|
+
def _is_valid_yaml(filepath):
|
|
15
|
+
try:
|
|
16
|
+
yaml.safe_load(filepath)
|
|
17
|
+
filepath.seek(0)
|
|
18
|
+
return True
|
|
19
|
+
except yaml.YAMLError:
|
|
20
|
+
return False
|
|
21
|
+
|
|
22
|
+
def _is_valid_json(filepath):
|
|
23
|
+
try:
|
|
24
|
+
json.load(filepath)
|
|
25
|
+
filepath.seek(0)
|
|
26
|
+
return True
|
|
27
|
+
except json.JSONDecodeError:
|
|
28
|
+
return False
|
|
29
|
+
|
|
30
|
+
def _read_definition(file_input):
|
|
31
|
+
if _is_valid_json(file_input):
|
|
32
|
+
content_type = "application/json"
|
|
33
|
+
data = json.loads("".join([line for line in file_input]))
|
|
34
|
+
elif _is_valid_yaml(file_input):
|
|
35
|
+
data = file_input.read()
|
|
36
|
+
content_type = "application/yaml"
|
|
37
|
+
else:
|
|
38
|
+
raise typer.BadParameter("Input file is neither valid JSON nor YAML.")
|
|
39
|
+
return data, content_type
|
|
40
|
+
|
|
41
|
+
@app.command()
|
|
42
|
+
def list(
|
|
43
|
+
ctx: typer.Context,
|
|
44
|
+
_print: CommandOptions._print = True,
|
|
45
|
+
page: ListCommandOptions.page = None,
|
|
46
|
+
page_size: ListCommandOptions.page_size = 250,
|
|
47
|
+
table_output: ListCommandOptions.table_output = False,
|
|
48
|
+
csv_output: ListCommandOptions.csv_output = False,
|
|
49
|
+
columns: ListCommandOptions.columns = [],
|
|
50
|
+
no_headers: ListCommandOptions.no_headers = False,
|
|
51
|
+
filters: ListCommandOptions.filters = [],
|
|
52
|
+
sort: ListCommandOptions.sort = [],
|
|
53
|
+
):
|
|
54
|
+
"""
|
|
55
|
+
List Scaffolder templates.
|
|
56
|
+
"""
|
|
57
|
+
|
|
58
|
+
client = ctx.obj["client"]
|
|
59
|
+
|
|
60
|
+
params = {
|
|
61
|
+
"page": page,
|
|
62
|
+
"pageSize": page_size
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
if (table_output or csv_output) and not ctx.params.get('columns'):
|
|
66
|
+
ctx.params['columns'] = [
|
|
67
|
+
"Tag=tag",
|
|
68
|
+
"Name=name",
|
|
69
|
+
"Description=description",
|
|
70
|
+
]
|
|
71
|
+
|
|
72
|
+
# remove any params that are None
|
|
73
|
+
params = {k: v for k, v in params.items() if v is not None}
|
|
74
|
+
|
|
75
|
+
if page is None:
|
|
76
|
+
# if page is not specified, we want to fetch all pages
|
|
77
|
+
r = client.fetch("api/v1/scaffolders", params=params)
|
|
78
|
+
else:
|
|
79
|
+
# if page is specified, we want to fetch only that page
|
|
80
|
+
r = client.get("api/v1/scaffolders", params=params)
|
|
81
|
+
|
|
82
|
+
if _print:
|
|
83
|
+
print_output_with_context(ctx, r)
|
|
84
|
+
else:
|
|
85
|
+
return(r)
|
|
86
|
+
|
|
87
|
+
@app.command()
|
|
88
|
+
def get(
|
|
89
|
+
ctx: typer.Context,
|
|
90
|
+
tag: str = typer.Option(..., "--tag", "-t", help="The tag or unique, auto-generated Cortex ID of the Scaffolder template"),
|
|
91
|
+
yaml: bool = typer.Option(False, "--yaml", "-y", help="When true, returns the YAML representation of the template."),
|
|
92
|
+
_print: CommandOptions._print = True,
|
|
93
|
+
):
|
|
94
|
+
"""
|
|
95
|
+
Retrieve Scaffolder template by tag or Cortex ID.
|
|
96
|
+
"""
|
|
97
|
+
|
|
98
|
+
client = ctx.obj["client"]
|
|
99
|
+
|
|
100
|
+
if yaml:
|
|
101
|
+
headers={'Accept': 'application/yaml'}
|
|
102
|
+
else:
|
|
103
|
+
headers={'Accept': 'application/json'}
|
|
104
|
+
r = client.get("api/v1/scaffolders/" + tag, headers=headers)
|
|
105
|
+
|
|
106
|
+
if _print:
|
|
107
|
+
if yaml:
|
|
108
|
+
print(r)
|
|
109
|
+
else:
|
|
110
|
+
print_output_with_context(ctx, r)
|
|
111
|
+
else:
|
|
112
|
+
return(r)
|
|
113
|
+
|
|
114
|
+
@app.command()
|
|
115
|
+
def create(
|
|
116
|
+
ctx: typer.Context,
|
|
117
|
+
file_input: Annotated[typer.FileText, typer.Option(..., "--file", "-f", help="File containing the Scaffolder template definition; can be passed as stdin with -, example: -f-")],
|
|
118
|
+
):
|
|
119
|
+
"""
|
|
120
|
+
Create or update a Scaffolder template. API key must have the Configure Scaffolder permission. Note: If a Scaffolder template with the same tag already exists, it will be updated.
|
|
121
|
+
"""
|
|
122
|
+
|
|
123
|
+
client = ctx.obj["client"]
|
|
124
|
+
|
|
125
|
+
data, content_type = _read_definition(file_input)
|
|
126
|
+
r = client.post("api/v1/scaffolders", data=data, content_type=content_type)
|
|
127
|
+
print_output(r)
|
|
128
|
+
|
|
129
|
+
@app.command()
|
|
130
|
+
def update(
|
|
131
|
+
ctx: typer.Context,
|
|
132
|
+
tag: Annotated[str, typer.Option(..., "--tag", "-t", help="The tag or unique, auto-generated Cortex ID of the Scaffolder template")],
|
|
133
|
+
file_input: Annotated[typer.FileText, typer.Option(..., "--file", "-f", help="File containing the Scaffolder template definition; can be passed as stdin with -, example: -f-")],
|
|
134
|
+
):
|
|
135
|
+
"""
|
|
136
|
+
Update a Scaffolder template by tag or Cortex ID. API key must have the Configure Scaffolder permission.
|
|
137
|
+
"""
|
|
138
|
+
|
|
139
|
+
client = ctx.obj["client"]
|
|
140
|
+
|
|
141
|
+
data, content_type = _read_definition(file_input)
|
|
142
|
+
r = client.put("api/v1/scaffolders/" + tag, data=data, content_type=content_type)
|
|
143
|
+
print_output(r)
|
|
144
|
+
|
|
145
|
+
@app.command()
|
|
146
|
+
def delete(
|
|
147
|
+
ctx: typer.Context,
|
|
148
|
+
tag: str = typer.Option(..., "--tag", "-t", help="The tag or unique, auto-generated Cortex ID of the Scaffolder template"),
|
|
149
|
+
):
|
|
150
|
+
"""
|
|
151
|
+
Delete Scaffolder template by tag or Cortex ID. API key must have the Configure Scaffolder permission.
|
|
152
|
+
"""
|
|
153
|
+
|
|
154
|
+
client = ctx.obj["client"]
|
|
155
|
+
|
|
156
|
+
r = client.delete("api/v1/scaffolders/" + tag)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/entity_relationship_types.py
RENAMED
|
File without changes
|
{cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/entity_relationships.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/integrations_commands/aws.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/integrations_commands/wiz.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/packages_commands/go.py
RENAMED
|
File without changes
|
{cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/packages_commands/java.py
RENAMED
|
File without changes
|
{cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/packages_commands/node.py
RENAMED
|
File without changes
|
{cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/packages_commands/nuget.py
RENAMED
|
File without changes
|
{cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/packages_commands/python.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/commands/users_commands/roles.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/ai-agents/README.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/ai-skills/README.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/environments/README.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/harness-deploy/README.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cortexapps_cli-1.34.0 → cortexapps_cli-1.35.0}/cortexapps_cli/solutions/harness-deploy/setup.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|