oci-cli 3.67.0__py3-none-any.whl → 3.68.1__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.
- common_util/ignored_commands.py +1 -0
- oci_cli/bin/devops.psm1 +12 -1
- oci_cli/bin/integration.psm1 +2 -2
- oci_cli/bin/iot.psm1 +121 -0
- oci_cli/bin/mysql.psm1 +4 -4
- oci_cli/bin/opensearch.psm1 +5 -5
- oci_cli/bin/redis.psm1 +2 -2
- oci_cli/bin/streaming.psm1 +2 -2
- oci_cli/help_text_producer/data_files/text/cmdref/ce/addon-option/list.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/create.txt +8 -7
- oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/delete.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/get-virtual-node.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/get.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/list-virtual-nodes.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/update.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/data-science/job-run/create.txt +17 -0
- oci_cli/help_text_producer/data_files/text/cmdref/data-science/pipeline/create.txt +12 -0
- oci_cli/help_text_producer/data_files/text/cmdref/data-science/pipeline/update.txt +12 -0
- oci_cli/help_text_producer/data_files/text/cmdref/data-science/pipeline-run/create.txt +30 -0
- oci_cli/help_text_producer/data_files/text/cmdref/db/database/convert-standby-database-type.txt +169 -0
- oci_cli/help_text_producer/data_files/text/cmdref/db/database.txt +2 -0
- oci_cli/help_text_producer/data_files/text/cmdref/db.txt +2 -0
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error/{list.txt → list-errors.txt} +5 -5
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/{work-request-log-entry/list-work-request-logs.txt → work-request-log/list-logs.txt} +5 -5
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/{work-request-log-entry.txt → work-request-log.txt} +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request.txt +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control.txt +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/devops/trigger-dry-run-result/trigger-deployment-dry-run-create-deploy-pipeline-deployment-details.txt +174 -0
- oci_cli/help_text_producer/data_files/text/cmdref/devops/trigger-dry-run-result/trigger-deployment-dry-run-create-deploy-pipeline-redeployment-details.txt +146 -0
- oci_cli/help_text_producer/data_files/text/cmdref/devops/trigger-dry-run-result/trigger-deployment-dry-run-create-single-deploy-stage-deployment-details.txt +179 -0
- oci_cli/help_text_producer/data_files/text/cmdref/devops/trigger-dry-run-result/trigger-deployment-dry-run-create-single-deploy-stage-redeployment-details.txt +150 -0
- oci_cli/help_text_producer/data_files/text/cmdref/devops/trigger-dry-run-result/trigger-deployment-dry-run.txt +116 -0
- oci_cli/help_text_producer/data_files/text/cmdref/devops/trigger-dry-run-result.txt +25 -0
- oci_cli/help_text_producer/data_files/text/cmdref/devops.txt +16 -0
- oci_cli/help_text_producer/data_files/text/cmdref/fleet-software-update/fsu-collection/create-db.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/fleet-software-update/fsu-collection/create-gi.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/fleet-software-update/fsu-discovery/create-db.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/fleet-software-update/fsu-discovery/create-gi.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/fn/application/create.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/fn/application/update.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/change-subscription.txt +134 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-amazon-kinesis-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-amazon-redshift-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-amazon-s3-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-azure-data-lake-storage-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-azure-synapse-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-databricks-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-db2-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-elasticsearch-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-generic-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-goldengate-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-google-big-query-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-google-cloud-storage-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-google-pub-sub-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-hdfs-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-iceberg-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-jms-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-kafka-connection.txt +44 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-kafka-schema-registry-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-microsoft-fabric-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-microsoft-sqlserver-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-mongo-db-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-mysql-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-object-storage-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-oracle-ai-data-platform-connection.txt +308 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-oracle-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-oracle-nosql-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-postgresql-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-redis-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-snowflake-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/list.txt +2 -2
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-amazon-kinesis-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-amazon-redshift-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-amazon-s3-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-azure-data-lake-storage-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-azure-synapse-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-databricks-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-db2-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-elasticsearch-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-generic-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-goldengate-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-google-big-query-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-google-cloud-storage-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-google-pub-sub-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-hdfs-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-iceberg-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-jms-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-kafka-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-kafka-schema-registry-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-microsoft-fabric-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-microsoft-sqlserver-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-mongo-db-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-mysql-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-object-storage-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-oracle-ai-data-platform-connection.txt +287 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-oracle-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-oracle-nosql-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-postgresql-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-redis-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-snowflake-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection.txt +6 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/deployment/change-subscription.txt +134 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/deployment/create.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/deployment/list.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/deployment/update.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/deployment.txt +2 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate.txt +8 -0
- oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-error/{list-errors.txt → list.txt} +5 -5
- oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-error.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance/create.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance/update.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-adapter/create.txt +199 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-adapter/delete.txt +131 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-adapter/get.txt +93 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-adapter/list.txt +157 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-adapter/update.txt +206 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-adapter.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-instance/create.txt +187 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-instance/delete.txt +131 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-instance/get-content.txt +99 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-instance/get.txt +93 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-instance/invoke-raw-binary-command.txt +119 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-instance/invoke-raw-json-command.txt +125 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-instance/invoke-raw-text-command.txt +118 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-instance/list.txt +157 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-instance/update.txt +194 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-instance.txt +36 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-model/create.txt +182 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-model/delete.txt +136 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-model/get-spec.txt +99 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-model/get.txt +98 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-model/list.txt +153 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-model/update.txt +185 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-model.txt +32 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-relationship/create.txt +192 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-relationship/delete.txt +135 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-relationship/get.txt +97 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-relationship/list.txt +162 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-relationship/update.txt +193 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-relationship.txt +29 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain/change-compartment.txt +132 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain/change-data-retention-period.txt +141 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain/configure-apex-data-access.txt +131 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain/configure-direct-data-access.txt +143 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain/configure-ords-data-access.txt +131 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain/create.txt +168 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain/delete.txt +129 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain/get.txt +91 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain/list.txt +153 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain/update.txt +175 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain-group/change-compartment.txt +132 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain-group/configure-data-access.txt +143 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain-group/create.txt +163 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain-group/delete.txt +129 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain-group/get.txt +91 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain-group/list.txt +149 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain-group/update.txt +176 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain-group.txt +33 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain.txt +40 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/work-request/get.txt +91 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/work-request/list-errors.txt +131 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/work-request/list-logs.txt +131 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/work-request/list.txt +148 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/work-request.txt +24 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot.txt +121 -0
- oci_cli/help_text_producer/data_files/text/cmdref/mysql/db-system/clone.txt +14 -0
- oci_cli/help_text_producer/data_files/text/cmdref/mysql/db-system/create.txt +14 -0
- oci_cli/help_text_producer/data_files/text/cmdref/mysql/db-system/import.txt +14 -0
- oci_cli/help_text_producer/data_files/text/cmdref/mysql/db-system/update.txt +14 -0
- oci_cli/help_text_producer/data_files/text/cmdref/opensearch/cluster/create.txt +33 -0
- oci_cli/help_text_producer/data_files/text/cmdref/opensearch/cluster/shapes-details/list.txt +13 -1
- oci_cli/help_text_producer/data_files/text/cmdref/opensearch/cluster/update.txt +29 -0
- oci_cli/help_text_producer/data_files/text/cmdref/opensearch/cluster/upgrade.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error/{list-errors.txt → list.txt} +5 -5
- oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/organizations.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/redis/redis-cluster/redis-cluster/create.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/redis/redis-cluster/redis-cluster/update.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/associated-resource-summary/list-job-associated-resources.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/associated-resource-summary/list-stack-associated-resources.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/change-compartment.txt +2 -2
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/create-bitbucket-cloud-username-app-password-provider.txt +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/create-bitbucket-server-access-token-provider.txt +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/create-github-access-token-provider.txt +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/create-gitlab-access-token-provider.txt +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/create.txt +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/delete.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/get.txt +2 -0
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/list.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/update-bitbucket-cloud-username-app-password-provider.txt +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/update-bitbucket-server-access-token-provider.txt +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/update-github-access-token-provider.txt +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/update-gitlab-access-token-provider.txt +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/update.txt +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/cancel.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/create-apply-job.txt +3 -2
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/create-apply-rollback-job.txt +3 -2
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/create-destroy-job.txt +3 -2
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/create-import-tf-state-job.txt +3 -2
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/create-plan-job.txt +3 -2
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/create-plan-rollback-job.txt +3 -2
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/create.txt +3 -2
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/get-detailed-log-content.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/get-job-logs-content.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/get-job-logs.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/get-job-tf-config.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/get-job-tf-plan.txt +2 -2
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/get-job-tf-state.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/get.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/list.txt +1 -4
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/update.txt +3 -2
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job-output-summary/list-job-outputs.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/private-endpoint/change-compartment.txt +1 -2
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/private-endpoint/create.txt +36 -16
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/private-endpoint/delete.txt +15 -14
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/private-endpoint/get-reachable-ip.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/private-endpoint/get.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/private-endpoint/list.txt +4 -4
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/private-endpoint/update.txt +36 -16
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/private-endpoint.txt +2 -2
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/change-compartment.txt +1 -2
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/code.txt +4 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/create-from-bitbucket-cloud.txt +4 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/create-from-bitbucket-server.txt +4 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/create-from-compartment.txt +4 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/create-from-git-provider.txt +4 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/create-from-object-storage.txt +4 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/create-from-template.txt +4 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/create-stack-create-dev-ops-config-source-details.txt +4 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/create.txt +3 -2
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/delete.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/detect-drift.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/get-stack-tf-config.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/get-stack-tf-state.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/get.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/list-resource-discovery-services.txt +1 -0
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/list-resource-drift-details.txt +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/list-terraform-versions.txt +1 -0
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/list.txt +4 -6
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/update-from-bitbucket-cloud.txt +4 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/update-from-git-provider.txt +4 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/update-from-object-storage.txt +4 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/update-stack-update-dev-ops-config-source-details.txt +4 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/update.txt +3 -2
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/template/change-compartment.txt +1 -2
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/template/create.txt +4 -2
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/template/delete.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/template/get-template-logo.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/template/get-template-tf-config.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/template/get.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/template/list-template-categories.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/template/list.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/template/update.txt +4 -2
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/work-request/get.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/work-request/list-work-request-errors.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/work-request/list-work-request-logs.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/work-request/list.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/session/authenticate.txt +4 -4
- oci_cli/help_text_producer/data_files/text/cmdref/streaming/admin/stream-pool/create.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/streaming/admin/stream-pool/update.txt +18 -0
- oci_cli/help_text_producer/data_files/text/index.txt +2 -0
- oci_cli/service_mapping.py +5 -0
- oci_cli/version.py +1 -1
- {oci_cli-3.67.0.dist-info → oci_cli-3.68.1.dist-info}/METADATA +7 -3
- {oci_cli-3.67.0.dist-info → oci_cli-3.68.1.dist-info}/RECORD +295 -221
- services/container_engine/src/oci_cli_container_engine/generated/containerengine_cli.py +7 -6
- services/data_science/src/oci_cli_data_science/generated/datascience_cli.py +139 -49
- services/database/src/oci_cli_database/generated/database_cli.py +71 -0
- services/devops/src/oci_cli_devops/generated/devops_cli.py +226 -0
- services/fleet_software_update/src/oci_cli_fleet_software_update/generated/fleetsoftwareupdate_cli.py +4 -4
- services/functions/src/oci_cli_functions_management/generated/functionsmanagement_cli.py +20 -8
- services/golden_gate/src/oci_cli_golden_gate/generated/goldengate_cli.py +1298 -248
- services/golden_gate/src/oci_cli_golden_gate/golden_gate_cli_extended.py +59 -14
- services/integration/src/oci_cli_integration_instance/generated/integrationinstance_cli.py +29 -11
- services/iot/__init__.py +4 -0
- services/iot/src/__init__.py +4 -0
- services/iot/src/oci_cli_iot/__init__.py +4 -0
- services/iot/src/oci_cli_iot/generated/__init__.py +4 -0
- services/iot/src/oci_cli_iot/generated/client_mappings.py +14 -0
- services/iot/src/oci_cli_iot/generated/iot_cli.py +2913 -0
- services/iot/src/oci_cli_iot/iot_cli_extended.py +74 -0
- services/iot/tests/__init__.py +4 -0
- services/mysql/src/oci_cli_db_system/generated/dbsystem_cli.py +44 -20
- services/opensearch/src/oci_cli_opensearch_cluster/generated/opensearchcluster_cli.py +44 -12
- services/redis/src/oci_cli_redis_cluster/generated/rediscluster_cli.py +20 -8
- services/resource_manager/src/oci_cli_resource_manager/generated/resourcemanager_cli.py +201 -193
- services/streaming/src/oci_cli_stream_admin/generated/streamadmin_cli.py +20 -8
- {oci_cli-3.67.0.dist-info → oci_cli-3.68.1.dist-info}/LICENSE.txt +0 -0
- {oci_cli-3.67.0.dist-info → oci_cli-3.68.1.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci_cli-3.67.0.dist-info → oci_cli-3.68.1.dist-info}/WHEEL +0 -0
- {oci_cli-3.67.0.dist-info → oci_cli-3.68.1.dist-info}/entry_points.txt +0 -0
- {oci_cli-3.67.0.dist-info → oci_cli-3.68.1.dist-info}/top_level.txt +0 -0
oci_cli/help_text_producer/data_files/text/cmdref/db/database/convert-standby-database-type.txt
ADDED
|
@@ -0,0 +1,169 @@
|
|
|
1
|
+
"convert-standby-database-type"
|
|
2
|
+
*******************************
|
|
3
|
+
|
|
4
|
+
* Description
|
|
5
|
+
|
|
6
|
+
* Usage
|
|
7
|
+
|
|
8
|
+
* Required Parameters
|
|
9
|
+
|
|
10
|
+
* Optional Parameters
|
|
11
|
+
|
|
12
|
+
* Global Parameters
|
|
13
|
+
|
|
14
|
+
* Example using required parameter
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
Description
|
|
18
|
+
===========
|
|
19
|
+
|
|
20
|
+
Performs transition from standby database into a snapshot standby and
|
|
21
|
+
vice versa. The transition performed based on the current role of the
|
|
22
|
+
database, if the current role is standby then this operation will
|
|
23
|
+
convert it to snapshot standby and if the current role is snapshot
|
|
24
|
+
standby then this operation will convert it to standby.
|
|
25
|
+
|
|
26
|
+
This operation should be performed on respective standby/snapshot
|
|
27
|
+
standby database.
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
Usage
|
|
31
|
+
=====
|
|
32
|
+
|
|
33
|
+
oci db database convert-standby-database-type [OPTIONS]
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
Required Parameters
|
|
37
|
+
===================
|
|
38
|
+
|
|
39
|
+
--database-admin-password [text]
|
|
40
|
+
|
|
41
|
+
The administrator password of the primary database in this Data Guard
|
|
42
|
+
association.
|
|
43
|
+
|
|
44
|
+
**The password MUST be the same as the primary admin password.**
|
|
45
|
+
|
|
46
|
+
--database-id [text]
|
|
47
|
+
|
|
48
|
+
The database OCID.
|
|
49
|
+
|
|
50
|
+
--standby-conversion-type [text]
|
|
51
|
+
|
|
52
|
+
Defines the conversion type of the standby database. Specify this to
|
|
53
|
+
convert a physical standby to a snapshot standby and vice versa.
|
|
54
|
+
|
|
55
|
+
Valid standbyConversionType: - SNAPSHOT - PHYSICAL
|
|
56
|
+
|
|
57
|
+
Accepted values are:
|
|
58
|
+
|
|
59
|
+
PHYSICAL, SNAPSHOT
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
Optional Parameters
|
|
63
|
+
===================
|
|
64
|
+
|
|
65
|
+
--from-json [text]
|
|
66
|
+
|
|
67
|
+
Provide input to this command as a JSON document from a file using the
|
|
68
|
+
file://path-to/file syntax.
|
|
69
|
+
|
|
70
|
+
The "--generate-full-command-json-input" option can be used to
|
|
71
|
+
generate a sample json file to be used with this command option. The
|
|
72
|
+
key names are pre-populated and match the command option names
|
|
73
|
+
(converted to camelCase format, e.g. compartment-id –> compartmentId),
|
|
74
|
+
while the values of the keys need to be populated by the user before
|
|
75
|
+
using the sample file as an input to this command. For any command
|
|
76
|
+
option that accepts multiple values, the value of the key can be a
|
|
77
|
+
JSON array.
|
|
78
|
+
|
|
79
|
+
Options can still be provided on the command line. If an option exists
|
|
80
|
+
in both the JSON document and the command line then the command line
|
|
81
|
+
specified value will be used.
|
|
82
|
+
|
|
83
|
+
For examples on usage of this option, please see our “using CLI with
|
|
84
|
+
advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
|
|
85
|
+
nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
|
|
86
|
+
|
|
87
|
+
--if-match [text]
|
|
88
|
+
|
|
89
|
+
For optimistic concurrency control. In the PUT or DELETE call for a
|
|
90
|
+
resource, set the *if-match* parameter to the value of the etag from a
|
|
91
|
+
previous GET or POST response for that resource. The resource will be
|
|
92
|
+
updated or deleted only if the etag you provide matches the resource’s
|
|
93
|
+
current etag value.
|
|
94
|
+
|
|
95
|
+
--max-wait-seconds [integer]
|
|
96
|
+
|
|
97
|
+
The maximum time to wait for the resource to reach the lifecycle state
|
|
98
|
+
defined by "--wait-for-state". Defaults to 1200 seconds.
|
|
99
|
+
|
|
100
|
+
--snapshot-duration-in-days [integer]
|
|
101
|
+
|
|
102
|
+
SnapshotDurationInDays is the duration in day(s) after which the
|
|
103
|
+
Snapshot Standby Database will get converted back to Physical Standby.
|
|
104
|
+
The minimum value of snapshotDurationInDays is 3 days and maximum
|
|
105
|
+
value is 14 days. Default value will be 7 days if not provided in the
|
|
106
|
+
Request.
|
|
107
|
+
|
|
108
|
+
This field is only applicable if the requested database role is
|
|
109
|
+
snapshot standby.
|
|
110
|
+
|
|
111
|
+
--wait-for-state [text]
|
|
112
|
+
|
|
113
|
+
This operation creates, modifies or deletes a resource that has a
|
|
114
|
+
defined lifecycle state. Specify this option to perform the action and
|
|
115
|
+
then wait until the resource reaches a given lifecycle state. Multiple
|
|
116
|
+
states can be specified, returning on the first state. For example, "
|
|
117
|
+
--wait-for-state" SUCCEEDED "--wait-for-state" FAILED would return on
|
|
118
|
+
whichever lifecycle state is reached first. If timeout is reached, a
|
|
119
|
+
return code of 2 is returned. For any other error, a return code of 1
|
|
120
|
+
is returned.
|
|
121
|
+
|
|
122
|
+
Accepted values are:
|
|
123
|
+
|
|
124
|
+
AVAILABLE, BACKUP_IN_PROGRESS, CONVERTING, FAILED, PROVISIONING, RESTORE_FAILED, TERMINATED, TERMINATING, UPDATING, UPGRADING
|
|
125
|
+
|
|
126
|
+
--wait-interval-seconds [integer]
|
|
127
|
+
|
|
128
|
+
Check every "--wait-interval-seconds" to see whether the resource has
|
|
129
|
+
reached the lifecycle state defined by "--wait-for-state". Defaults to
|
|
130
|
+
30 seconds.
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
Global Parameters
|
|
134
|
+
=================
|
|
135
|
+
|
|
136
|
+
Use "oci --help" for help on global parameters.
|
|
137
|
+
|
|
138
|
+
"--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
|
|
139
|
+
cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
|
|
140
|
+
defaults-file", "--endpoint", "--generate-full-command-json-input", "
|
|
141
|
+
--generate-param-json-input", "--help", "--latest-version", "--max-
|
|
142
|
+
retries", "--no-retry", "--opc-client-request-id", "--opc-request-id",
|
|
143
|
+
"--output", "--profile", "--proxy", "--query", "--raw-output", "--
|
|
144
|
+
read-timeout", "--realm-specific-endpoint", "--region", "--release-
|
|
145
|
+
info", "--request-id", "--version", "-?", "-d", "-h", "-i", "-v"
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
Example using required parameter
|
|
149
|
+
================================
|
|
150
|
+
|
|
151
|
+
Copy the following CLI commands into a file named example.sh. Run the
|
|
152
|
+
command by typing “bash example.sh” and replacing the example
|
|
153
|
+
parameters with your own.
|
|
154
|
+
|
|
155
|
+
Please note this sample will only work in the POSIX-compliant bash-
|
|
156
|
+
like shell. You need to set up the OCI configuration and appropriate
|
|
157
|
+
security policies before trying the examples.
|
|
158
|
+
|
|
159
|
+
export db_system_id=<substitute-value-of-db_system_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/db/db-home/create.html#cmdoption-db-system-id
|
|
160
|
+
export admin_password=<substitute-value-of-admin_password> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/db/database/create.html#cmdoption-admin-password
|
|
161
|
+
export db_name=<substitute-value-of-db_name> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/db/database/create.html#cmdoption-db-name
|
|
162
|
+
export database_admin_password=<substitute-value-of-database_admin_password> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/db/database/convert-standby-database-type.html#cmdoption-database-admin-password
|
|
163
|
+
export standby_conversion_type=<substitute-value-of-standby_conversion_type> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/db/database/convert-standby-database-type.html#cmdoption-standby-conversion-type
|
|
164
|
+
|
|
165
|
+
db_home_id=$(oci db db-home create --db-system-id $db_system_id --query data.id --raw-output)
|
|
166
|
+
|
|
167
|
+
database_id=$(oci db database create --admin-password $admin_password --db-home-id $db_home_id --db-name $db_name --db-system-id $db_system_id --query data.id --raw-output)
|
|
168
|
+
|
|
169
|
+
oci db database convert-standby-database-type --database-admin-password $database_admin_password --database-id $database_id --standby-conversion-type $standby_conversion_type
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
"list"
|
|
2
|
-
|
|
1
|
+
"list-errors"
|
|
2
|
+
*************
|
|
3
3
|
|
|
4
4
|
* Description
|
|
5
5
|
|
|
@@ -24,7 +24,7 @@ given ID.
|
|
|
24
24
|
Usage
|
|
25
25
|
=====
|
|
26
26
|
|
|
27
|
-
oci delegate-access-control work-request work-request-error list [OPTIONS]
|
|
27
|
+
oci delegate-access-control work-request work-request-error list-errors [OPTIONS]
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
Required Parameters
|
|
@@ -123,6 +123,6 @@ Please note this sample will only work in the POSIX-compliant bash-
|
|
|
123
123
|
like shell. You need to set up the OCI configuration and appropriate
|
|
124
124
|
security policies before trying the examples.
|
|
125
125
|
|
|
126
|
-
export work_request_id=<substitute-value-of-work_request_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/delegate-access-control/work-request/work-request-error/list.html#cmdoption-work-request-id
|
|
126
|
+
export work_request_id=<substitute-value-of-work_request_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/delegate-access-control/work-request/work-request-error/list-errors.html#cmdoption-work-request-id
|
|
127
127
|
|
|
128
|
-
oci delegate-access-control work-request work-request-error list --work-request-id $work_request_id
|
|
128
|
+
oci delegate-access-control work-request work-request-error list-errors --work-request-id $work_request_id
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
"list-
|
|
2
|
-
|
|
1
|
+
"list-logs"
|
|
2
|
+
***********
|
|
3
3
|
|
|
4
4
|
* Description
|
|
5
5
|
|
|
@@ -24,7 +24,7 @@ ID.
|
|
|
24
24
|
Usage
|
|
25
25
|
=====
|
|
26
26
|
|
|
27
|
-
oci delegate-access-control work-request work-request-log
|
|
27
|
+
oci delegate-access-control work-request work-request-log list-logs [OPTIONS]
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
Required Parameters
|
|
@@ -123,6 +123,6 @@ Please note this sample will only work in the POSIX-compliant bash-
|
|
|
123
123
|
like shell. You need to set up the OCI configuration and appropriate
|
|
124
124
|
security policies before trying the examples.
|
|
125
125
|
|
|
126
|
-
export work_request_id=<substitute-value-of-work_request_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/delegate-access-control/work-request/work-request-log
|
|
126
|
+
export work_request_id=<substitute-value-of-work_request_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/delegate-access-control/work-request/work-request-log/list-logs.html#cmdoption-work-request-id
|
|
127
127
|
|
|
128
|
-
oci delegate-access-control work-request work-request-log
|
|
128
|
+
oci delegate-access-control work-request work-request-log list-logs --work-request-id $work_request_id
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
work-request-log
|
|
2
|
-
|
|
1
|
+
work-request-log
|
|
2
|
+
****************
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
Description
|
|
@@ -11,4 +11,4 @@ A log message from the execution of a work request.
|
|
|
11
11
|
Available Commands
|
|
12
12
|
==================
|
|
13
13
|
|
|
14
|
-
* list-
|
|
14
|
+
* list-logs
|
|
@@ -0,0 +1,174 @@
|
|
|
1
|
+
"trigger-deployment-dry-run-create-deploy-pipeline-deployment-details"
|
|
2
|
+
**********************************************************************
|
|
3
|
+
|
|
4
|
+
* Description
|
|
5
|
+
|
|
6
|
+
* Usage
|
|
7
|
+
|
|
8
|
+
* Required Parameters
|
|
9
|
+
|
|
10
|
+
* Optional Parameters
|
|
11
|
+
|
|
12
|
+
* Global Parameters
|
|
13
|
+
|
|
14
|
+
* Example using required parameter
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
Description
|
|
18
|
+
===========
|
|
19
|
+
|
|
20
|
+
Sends a request to trigger a dry run, passing a
|
|
21
|
+
HelmDiffArgumentCollection This is an internal-only endpoint, access
|
|
22
|
+
to this endpoint is restricted. Any request from non-internal
|
|
23
|
+
tenancies will receive 403 Forbidden response.
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
Usage
|
|
27
|
+
=====
|
|
28
|
+
|
|
29
|
+
oci devops trigger-dry-run-result trigger-deployment-dry-run-create-deploy-pipeline-deployment-details [OPTIONS]
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
Required Parameters
|
|
33
|
+
===================
|
|
34
|
+
|
|
35
|
+
--create-deployment-details-deploy-pipeline-id [text]
|
|
36
|
+
|
|
37
|
+
The OCID of a pipeline.
|
|
38
|
+
|
|
39
|
+
--helm-diff-arguments [complex type]
|
|
40
|
+
|
|
41
|
+
This is a complex type whose value must be valid JSON. The value can
|
|
42
|
+
be provided as a string on the command line or passed in as a file
|
|
43
|
+
using the file://path/to/file syntax.
|
|
44
|
+
|
|
45
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
46
|
+
example of the JSON which must be provided. We recommend storing this
|
|
47
|
+
example in a file, modifying it as needed and then passing it back in
|
|
48
|
+
via the file:// syntax.
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
Optional Parameters
|
|
52
|
+
===================
|
|
53
|
+
|
|
54
|
+
--create-deployment-details-defined-tags [complex type]
|
|
55
|
+
|
|
56
|
+
Defined tags for this resource. Each key is predefined and scoped to a
|
|
57
|
+
namespace. See Resource Tags. Example: *{“foo-namespace”: {“bar-key”:
|
|
58
|
+
“value”}}* This is a complex type whose value must be valid JSON. The
|
|
59
|
+
value can be provided as a string on the command line or passed in as
|
|
60
|
+
a file using the file://path/to/file syntax.
|
|
61
|
+
|
|
62
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
63
|
+
example of the JSON which must be provided. We recommend storing this
|
|
64
|
+
example in a file, modifying it as needed and then passing it back in
|
|
65
|
+
via the file:// syntax.
|
|
66
|
+
|
|
67
|
+
--create-deployment-details-deploy-artifact-override-arguments [complex type]
|
|
68
|
+
|
|
69
|
+
This is a complex type whose value must be valid JSON. The value can
|
|
70
|
+
be provided as a string on the command line or passed in as a file
|
|
71
|
+
using the file://path/to/file syntax.
|
|
72
|
+
|
|
73
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
74
|
+
example of the JSON which must be provided. We recommend storing this
|
|
75
|
+
example in a file, modifying it as needed and then passing it back in
|
|
76
|
+
via the file:// syntax.
|
|
77
|
+
|
|
78
|
+
--create-deployment-details-deploy-stage-override-arguments [complex type]
|
|
79
|
+
|
|
80
|
+
This is a complex type whose value must be valid JSON. The value can
|
|
81
|
+
be provided as a string on the command line or passed in as a file
|
|
82
|
+
using the file://path/to/file syntax.
|
|
83
|
+
|
|
84
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
85
|
+
example of the JSON which must be provided. We recommend storing this
|
|
86
|
+
example in a file, modifying it as needed and then passing it back in
|
|
87
|
+
via the file:// syntax.
|
|
88
|
+
|
|
89
|
+
--create-deployment-details-deployment-arguments [complex type]
|
|
90
|
+
|
|
91
|
+
This is a complex type whose value must be valid JSON. The value can
|
|
92
|
+
be provided as a string on the command line or passed in as a file
|
|
93
|
+
using the file://path/to/file syntax.
|
|
94
|
+
|
|
95
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
96
|
+
example of the JSON which must be provided. We recommend storing this
|
|
97
|
+
example in a file, modifying it as needed and then passing it back in
|
|
98
|
+
via the file:// syntax.
|
|
99
|
+
|
|
100
|
+
--create-deployment-details-display-name [text]
|
|
101
|
+
|
|
102
|
+
Deployment display name. Avoid entering confidential information.
|
|
103
|
+
|
|
104
|
+
--create-deployment-details-freeform-tags [complex type]
|
|
105
|
+
|
|
106
|
+
Simple key-value pair that is applied without any predefined name,
|
|
107
|
+
type or scope. Exists for cross-compatibility only. See Resource
|
|
108
|
+
Tags. Example: *{“bar-key”: “value”}* This is a complex type whose
|
|
109
|
+
value must be valid JSON. The value can be provided as a string on the
|
|
110
|
+
command line or passed in as a file using the file://path/to/file
|
|
111
|
+
syntax.
|
|
112
|
+
|
|
113
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
114
|
+
example of the JSON which must be provided. We recommend storing this
|
|
115
|
+
example in a file, modifying it as needed and then passing it back in
|
|
116
|
+
via the file:// syntax.
|
|
117
|
+
|
|
118
|
+
--from-json [text]
|
|
119
|
+
|
|
120
|
+
Provide input to this command as a JSON document from a file using the
|
|
121
|
+
file://path-to/file syntax.
|
|
122
|
+
|
|
123
|
+
The "--generate-full-command-json-input" option can be used to
|
|
124
|
+
generate a sample json file to be used with this command option. The
|
|
125
|
+
key names are pre-populated and match the command option names
|
|
126
|
+
(converted to camelCase format, e.g. compartment-id –> compartmentId),
|
|
127
|
+
while the values of the keys need to be populated by the user before
|
|
128
|
+
using the sample file as an input to this command. For any command
|
|
129
|
+
option that accepts multiple values, the value of the key can be a
|
|
130
|
+
JSON array.
|
|
131
|
+
|
|
132
|
+
Options can still be provided on the command line. If an option exists
|
|
133
|
+
in both the JSON document and the command line then the command line
|
|
134
|
+
specified value will be used.
|
|
135
|
+
|
|
136
|
+
For examples on usage of this option, please see our “using CLI with
|
|
137
|
+
advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
|
|
138
|
+
nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
Global Parameters
|
|
142
|
+
=================
|
|
143
|
+
|
|
144
|
+
Use "oci --help" for help on global parameters.
|
|
145
|
+
|
|
146
|
+
"--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
|
|
147
|
+
cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
|
|
148
|
+
defaults-file", "--endpoint", "--generate-full-command-json-input", "
|
|
149
|
+
--generate-param-json-input", "--help", "--latest-version", "--max-
|
|
150
|
+
retries", "--no-retry", "--opc-client-request-id", "--opc-request-id",
|
|
151
|
+
"--output", "--profile", "--proxy", "--query", "--raw-output", "--
|
|
152
|
+
read-timeout", "--realm-specific-endpoint", "--region", "--release-
|
|
153
|
+
info", "--request-id", "--version", "-?", "-d", "-h", "-i", "-v"
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
Example using required parameter
|
|
157
|
+
================================
|
|
158
|
+
|
|
159
|
+
Copy and paste the following example into a JSON file, replacing the
|
|
160
|
+
example parameters with your own.
|
|
161
|
+
|
|
162
|
+
oci devops trigger-dry-run-result trigger-deployment-dry-run-create-deploy-pipeline-deployment-details --generate-param-json-input helm-diff-arguments > helm-diff-arguments.json
|
|
163
|
+
|
|
164
|
+
Copy the following CLI commands into a file named example.sh. Run the
|
|
165
|
+
command by typing “bash example.sh” and replacing the example
|
|
166
|
+
parameters with your own.
|
|
167
|
+
|
|
168
|
+
Please note this sample will only work in the POSIX-compliant bash-
|
|
169
|
+
like shell. You need to set up the OCI configuration and appropriate
|
|
170
|
+
security policies before trying the examples.
|
|
171
|
+
|
|
172
|
+
export create_deployment_details_deploy_pipeline_id=<substitute-value-of-create_deployment_details_deploy_pipeline_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/devops/trigger-dry-run-result/trigger-deployment-dry-run-create-deploy-pipeline-deployment-details.html#cmdoption-create-deployment-details-deploy-pipeline-id
|
|
173
|
+
|
|
174
|
+
oci devops trigger-dry-run-result trigger-deployment-dry-run-create-deploy-pipeline-deployment-details --create-deployment-details-deploy-pipeline-id $create_deployment_details_deploy_pipeline_id --helm-diff-arguments file://helm-diff-arguments.json
|
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
"trigger-deployment-dry-run-create-deploy-pipeline-redeployment-details"
|
|
2
|
+
************************************************************************
|
|
3
|
+
|
|
4
|
+
* Description
|
|
5
|
+
|
|
6
|
+
* Usage
|
|
7
|
+
|
|
8
|
+
* Required Parameters
|
|
9
|
+
|
|
10
|
+
* Optional Parameters
|
|
11
|
+
|
|
12
|
+
* Global Parameters
|
|
13
|
+
|
|
14
|
+
* Example using required parameter
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
Description
|
|
18
|
+
===========
|
|
19
|
+
|
|
20
|
+
Sends a request to trigger a dry run, passing a
|
|
21
|
+
HelmDiffArgumentCollection This is an internal-only endpoint, access
|
|
22
|
+
to this endpoint is restricted. Any request from non-internal
|
|
23
|
+
tenancies will receive 403 Forbidden response.
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
Usage
|
|
27
|
+
=====
|
|
28
|
+
|
|
29
|
+
oci devops trigger-dry-run-result trigger-deployment-dry-run-create-deploy-pipeline-redeployment-details [OPTIONS]
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
Required Parameters
|
|
33
|
+
===================
|
|
34
|
+
|
|
35
|
+
--create-deployment-details-deploy-pipeline-id [text]
|
|
36
|
+
|
|
37
|
+
The OCID of a pipeline.
|
|
38
|
+
|
|
39
|
+
--create-deployment-details-previous-deployment-id [text]
|
|
40
|
+
|
|
41
|
+
Specifies the OCID of the previous deployment to be redeployed.
|
|
42
|
+
|
|
43
|
+
--helm-diff-arguments [complex type]
|
|
44
|
+
|
|
45
|
+
This is a complex type whose value must be valid JSON. The value can
|
|
46
|
+
be provided as a string on the command line or passed in as a file
|
|
47
|
+
using the file://path/to/file syntax.
|
|
48
|
+
|
|
49
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
50
|
+
example of the JSON which must be provided. We recommend storing this
|
|
51
|
+
example in a file, modifying it as needed and then passing it back in
|
|
52
|
+
via the file:// syntax.
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
Optional Parameters
|
|
56
|
+
===================
|
|
57
|
+
|
|
58
|
+
--create-deployment-details-defined-tags [complex type]
|
|
59
|
+
|
|
60
|
+
Defined tags for this resource. Each key is predefined and scoped to a
|
|
61
|
+
namespace. See Resource Tags. Example: *{“foo-namespace”: {“bar-key”:
|
|
62
|
+
“value”}}* This is a complex type whose value must be valid JSON. The
|
|
63
|
+
value can be provided as a string on the command line or passed in as
|
|
64
|
+
a file using the file://path/to/file syntax.
|
|
65
|
+
|
|
66
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
67
|
+
example of the JSON which must be provided. We recommend storing this
|
|
68
|
+
example in a file, modifying it as needed and then passing it back in
|
|
69
|
+
via the file:// syntax.
|
|
70
|
+
|
|
71
|
+
--create-deployment-details-display-name [text]
|
|
72
|
+
|
|
73
|
+
Deployment display name. Avoid entering confidential information.
|
|
74
|
+
|
|
75
|
+
--create-deployment-details-freeform-tags [complex type]
|
|
76
|
+
|
|
77
|
+
Simple key-value pair that is applied without any predefined name,
|
|
78
|
+
type or scope. Exists for cross-compatibility only. See Resource
|
|
79
|
+
Tags. Example: *{“bar-key”: “value”}* This is a complex type whose
|
|
80
|
+
value must be valid JSON. The value can be provided as a string on the
|
|
81
|
+
command line or passed in as a file using the file://path/to/file
|
|
82
|
+
syntax.
|
|
83
|
+
|
|
84
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
85
|
+
example of the JSON which must be provided. We recommend storing this
|
|
86
|
+
example in a file, modifying it as needed and then passing it back in
|
|
87
|
+
via the file:// syntax.
|
|
88
|
+
|
|
89
|
+
--from-json [text]
|
|
90
|
+
|
|
91
|
+
Provide input to this command as a JSON document from a file using the
|
|
92
|
+
file://path-to/file syntax.
|
|
93
|
+
|
|
94
|
+
The "--generate-full-command-json-input" option can be used to
|
|
95
|
+
generate a sample json file to be used with this command option. The
|
|
96
|
+
key names are pre-populated and match the command option names
|
|
97
|
+
(converted to camelCase format, e.g. compartment-id –> compartmentId),
|
|
98
|
+
while the values of the keys need to be populated by the user before
|
|
99
|
+
using the sample file as an input to this command. For any command
|
|
100
|
+
option that accepts multiple values, the value of the key can be a
|
|
101
|
+
JSON array.
|
|
102
|
+
|
|
103
|
+
Options can still be provided on the command line. If an option exists
|
|
104
|
+
in both the JSON document and the command line then the command line
|
|
105
|
+
specified value will be used.
|
|
106
|
+
|
|
107
|
+
For examples on usage of this option, please see our “using CLI with
|
|
108
|
+
advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
|
|
109
|
+
nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
Global Parameters
|
|
113
|
+
=================
|
|
114
|
+
|
|
115
|
+
Use "oci --help" for help on global parameters.
|
|
116
|
+
|
|
117
|
+
"--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
|
|
118
|
+
cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
|
|
119
|
+
defaults-file", "--endpoint", "--generate-full-command-json-input", "
|
|
120
|
+
--generate-param-json-input", "--help", "--latest-version", "--max-
|
|
121
|
+
retries", "--no-retry", "--opc-client-request-id", "--opc-request-id",
|
|
122
|
+
"--output", "--profile", "--proxy", "--query", "--raw-output", "--
|
|
123
|
+
read-timeout", "--realm-specific-endpoint", "--region", "--release-
|
|
124
|
+
info", "--request-id", "--version", "-?", "-d", "-h", "-i", "-v"
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
Example using required parameter
|
|
128
|
+
================================
|
|
129
|
+
|
|
130
|
+
Copy and paste the following example into a JSON file, replacing the
|
|
131
|
+
example parameters with your own.
|
|
132
|
+
|
|
133
|
+
oci devops trigger-dry-run-result trigger-deployment-dry-run-create-deploy-pipeline-redeployment-details --generate-param-json-input helm-diff-arguments > helm-diff-arguments.json
|
|
134
|
+
|
|
135
|
+
Copy the following CLI commands into a file named example.sh. Run the
|
|
136
|
+
command by typing “bash example.sh” and replacing the example
|
|
137
|
+
parameters with your own.
|
|
138
|
+
|
|
139
|
+
Please note this sample will only work in the POSIX-compliant bash-
|
|
140
|
+
like shell. You need to set up the OCI configuration and appropriate
|
|
141
|
+
security policies before trying the examples.
|
|
142
|
+
|
|
143
|
+
export create_deployment_details_deploy_pipeline_id=<substitute-value-of-create_deployment_details_deploy_pipeline_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/devops/trigger-dry-run-result/trigger-deployment-dry-run-create-deploy-pipeline-redeployment-details.html#cmdoption-create-deployment-details-deploy-pipeline-id
|
|
144
|
+
export create_deployment_details_previous_deployment_id=<substitute-value-of-create_deployment_details_previous_deployment_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/devops/trigger-dry-run-result/trigger-deployment-dry-run-create-deploy-pipeline-redeployment-details.html#cmdoption-create-deployment-details-previous-deployment-id
|
|
145
|
+
|
|
146
|
+
oci devops trigger-dry-run-result trigger-deployment-dry-run-create-deploy-pipeline-redeployment-details --create-deployment-details-deploy-pipeline-id $create_deployment_details_deploy_pipeline_id --create-deployment-details-previous-deployment-id $create_deployment_details_previous_deployment_id --helm-diff-arguments file://helm-diff-arguments.json
|