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
|
@@ -20,7 +20,8 @@ Description
|
|
|
20
20
|
Gets the reachable, or alternative, IP address for a nonpublic IP
|
|
21
21
|
address that is associated with the private endpoint. Resource Manager
|
|
22
22
|
uses this IP address to connect to nonpublic resources through the
|
|
23
|
-
associated private endpoint.
|
|
23
|
+
associated private endpoint. For more information, see Getting the
|
|
24
|
+
Reachable IP Address for a Private Endpoint.
|
|
24
25
|
|
|
25
26
|
|
|
26
27
|
Usage
|
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/private-endpoint/list.txt
CHANGED
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
Description
|
|
16
16
|
===========
|
|
17
17
|
|
|
18
|
-
Lists private endpoints according to the specified filter.
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
endpoint.
|
|
18
|
+
Lists private endpoints according to the specified filter. For more
|
|
19
|
+
information, see Listing Private Endpoints. - For *compartmentId*,
|
|
20
|
+
lists all private endpoints in the matching compartment. - For
|
|
21
|
+
*privateEndpointId*, lists the matching private endpoint.
|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
Usage
|
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/private-endpoint/update.txt
CHANGED
|
@@ -17,7 +17,8 @@
|
|
|
17
17
|
Description
|
|
18
18
|
===========
|
|
19
19
|
|
|
20
|
-
Updates the specified private endpoint.
|
|
20
|
+
Updates the specified private endpoint. For more information, see
|
|
21
|
+
Updating a Private Endpoint.
|
|
21
22
|
|
|
22
23
|
|
|
23
24
|
Usage
|
|
@@ -58,8 +59,8 @@ information.
|
|
|
58
59
|
|
|
59
60
|
--display-name [text]
|
|
60
61
|
|
|
61
|
-
|
|
62
|
-
information.
|
|
62
|
+
A user-friendly name. Does not have to be unique, and it’s changeable.
|
|
63
|
+
Avoid entering confidential information.
|
|
63
64
|
|
|
64
65
|
--dns-zones [complex type]
|
|
65
66
|
|
|
@@ -130,7 +131,7 @@ configuration source provider.
|
|
|
130
131
|
|
|
131
132
|
--max-wait-seconds [integer]
|
|
132
133
|
|
|
133
|
-
The maximum time to wait for the
|
|
134
|
+
The maximum time to wait for the work request to reach the state
|
|
134
135
|
defined by "--wait-for-state". Defaults to 1200 seconds.
|
|
135
136
|
|
|
136
137
|
--nsg-id-list [complex type]
|
|
@@ -145,6 +146,25 @@ example of the JSON which must be provided. We recommend storing this
|
|
|
145
146
|
example in a file, modifying it as needed and then passing it back in
|
|
146
147
|
via the file:// syntax.
|
|
147
148
|
|
|
149
|
+
--security-attributes [complex type]
|
|
150
|
+
|
|
151
|
+
Security attributes are labels for a resource that can be referenced
|
|
152
|
+
in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-
|
|
153
|
+
supported resources.
|
|
154
|
+
|
|
155
|
+
Example:
|
|
156
|
+
|
|
157
|
+
{"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "enforce"}}}
|
|
158
|
+
|
|
159
|
+
This is a complex type whose value must be valid JSON. The value can
|
|
160
|
+
be provided as a string on the command line or passed in as a file
|
|
161
|
+
using the file://path/to/file syntax.
|
|
162
|
+
|
|
163
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
164
|
+
example of the JSON which must be provided. We recommend storing this
|
|
165
|
+
example in a file, modifying it as needed and then passing it back in
|
|
166
|
+
via the file:// syntax.
|
|
167
|
+
|
|
148
168
|
--subnet-id [text]
|
|
149
169
|
|
|
150
170
|
The OCID of the subnet within the VCN for the private endpoint.
|
|
@@ -155,24 +175,24 @@ The OCID of the VCN for the private endpoint.
|
|
|
155
175
|
|
|
156
176
|
--wait-for-state [text]
|
|
157
177
|
|
|
158
|
-
This operation creates, modifies or deletes a resource
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
is returned.
|
|
178
|
+
This operation asynchronously creates, modifies or deletes a resource
|
|
179
|
+
and uses a work request to track the progress of the operation.
|
|
180
|
+
Specify this option to perform the action and then wait until the work
|
|
181
|
+
request reaches a certain state. Multiple states can be specified,
|
|
182
|
+
returning on the first state. For example, "--wait-for-state"
|
|
183
|
+
SUCCEEDED "--wait-for-state" FAILED would return on whichever
|
|
184
|
+
lifecycle state is reached first. If timeout is reached, a return code
|
|
185
|
+
of 2 is returned. For any other error, a return code of 1 is returned.
|
|
166
186
|
|
|
167
187
|
Accepted values are:
|
|
168
188
|
|
|
169
|
-
|
|
189
|
+
ACCEPTED, FAILED, IN_PROGRESS, SUCCEEDED
|
|
170
190
|
|
|
171
191
|
--wait-interval-seconds [integer]
|
|
172
192
|
|
|
173
|
-
Check every "--wait-interval-seconds" to see whether the
|
|
174
|
-
reached the
|
|
175
|
-
|
|
193
|
+
Check every "--wait-interval-seconds" to see whether the work request
|
|
194
|
+
has reached the state defined by "--wait-for-state". Defaults to 30
|
|
195
|
+
seconds.
|
|
176
196
|
|
|
177
197
|
|
|
178
198
|
Global Parameters
|
|
@@ -6,8 +6,8 @@ Description
|
|
|
6
6
|
===========
|
|
7
7
|
|
|
8
8
|
A private endpoint allowing Resource Manager to access nonpublic cloud
|
|
9
|
-
resources. For more information about private endpoints, see
|
|
10
|
-
|
|
9
|
+
resources. For more information about private endpoints, see Managing
|
|
10
|
+
Private Endpoints.
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
Available Commands
|
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/change-compartment.txt
CHANGED
|
@@ -18,8 +18,7 @@ Description
|
|
|
18
18
|
===========
|
|
19
19
|
|
|
20
20
|
Moves a stack (and its associated jobs) into a different compartment
|
|
21
|
-
within the same tenancy. For information
|
|
22
|
-
between compartments, see Moving Resources to a Different Compartment.
|
|
21
|
+
within the same tenancy. For more information, see Moving a Stack.
|
|
23
22
|
|
|
24
23
|
|
|
25
24
|
Usage
|
|
@@ -19,7 +19,7 @@ Description
|
|
|
19
19
|
|
|
20
20
|
Updates the specified stack. Use *UpdateStack* when you update your
|
|
21
21
|
Terraform configuration and want your changes to be reflected in the
|
|
22
|
-
execution plan. For more information, see Updating
|
|
22
|
+
execution plan. For more information, see Updating a Stack.
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
Usage
|
|
@@ -102,7 +102,8 @@ Description of the stack.
|
|
|
102
102
|
|
|
103
103
|
--display-name [text]
|
|
104
104
|
|
|
105
|
-
|
|
105
|
+
A user-friendly name. Does not have to be unique, and it’s changeable.
|
|
106
|
+
Avoid entering confidential information.
|
|
106
107
|
|
|
107
108
|
--force
|
|
108
109
|
|
|
@@ -167,7 +168,7 @@ defined by "--wait-for-state". Defaults to 1200 seconds.
|
|
|
167
168
|
|
|
168
169
|
--terraform-version [text]
|
|
169
170
|
|
|
170
|
-
The version of Terraform to use with the stack. Example: *
|
|
171
|
+
The version of Terraform to use with the stack. Example: *1.5.x*
|
|
171
172
|
|
|
172
173
|
--variables [complex type]
|
|
173
174
|
|
|
@@ -23,7 +23,7 @@ directly uploaded or referenced from a source code control system. You
|
|
|
23
23
|
can also create a stack from an existing compartment, which generates
|
|
24
24
|
a Terraform configuration. You can also upload the Terraform
|
|
25
25
|
configuration from an Object Storage bucket. For more information, see
|
|
26
|
-
Creating
|
|
26
|
+
Creating a Stack.
|
|
27
27
|
|
|
28
28
|
|
|
29
29
|
Usage
|
|
@@ -104,7 +104,8 @@ Description of the stack.
|
|
|
104
104
|
|
|
105
105
|
--display-name [text]
|
|
106
106
|
|
|
107
|
-
|
|
107
|
+
A user-friendly name. Does not have to be unique, and it’s changeable.
|
|
108
|
+
Avoid entering confidential information.
|
|
108
109
|
|
|
109
110
|
--freeform-tags [complex type]
|
|
110
111
|
|
|
@@ -149,7 +150,7 @@ defined by "--wait-for-state". Defaults to 1200 seconds.
|
|
|
149
150
|
|
|
150
151
|
--terraform-version [text]
|
|
151
152
|
|
|
152
|
-
The version of Terraform to use with the stack. Example: *
|
|
153
|
+
The version of Terraform to use with the stack. Example: *1.5.x*
|
|
153
154
|
|
|
154
155
|
--variables [complex type]
|
|
155
156
|
|
|
@@ -23,7 +23,7 @@ directly uploaded or referenced from a source code control system. You
|
|
|
23
23
|
can also create a stack from an existing compartment, which generates
|
|
24
24
|
a Terraform configuration. You can also upload the Terraform
|
|
25
25
|
configuration from an Object Storage bucket. For more information, see
|
|
26
|
-
Creating
|
|
26
|
+
Creating a Stack.
|
|
27
27
|
|
|
28
28
|
|
|
29
29
|
Usage
|
|
@@ -107,7 +107,8 @@ Description of the stack.
|
|
|
107
107
|
|
|
108
108
|
--display-name [text]
|
|
109
109
|
|
|
110
|
-
|
|
110
|
+
A user-friendly name. Does not have to be unique, and it’s changeable.
|
|
111
|
+
Avoid entering confidential information.
|
|
111
112
|
|
|
112
113
|
--freeform-tags [complex type]
|
|
113
114
|
|
|
@@ -152,7 +153,7 @@ defined by "--wait-for-state". Defaults to 1200 seconds.
|
|
|
152
153
|
|
|
153
154
|
--terraform-version [text]
|
|
154
155
|
|
|
155
|
-
The version of Terraform to use with the stack. Example: *
|
|
156
|
+
The version of Terraform to use with the stack. Example: *1.5.x*
|
|
156
157
|
|
|
157
158
|
--variables [complex type]
|
|
158
159
|
|
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/create-from-compartment.txt
CHANGED
|
@@ -23,7 +23,7 @@ directly uploaded or referenced from a source code control system. You
|
|
|
23
23
|
can also create a stack from an existing compartment, which generates
|
|
24
24
|
a Terraform configuration. You can also upload the Terraform
|
|
25
25
|
configuration from an Object Storage bucket. For more information, see
|
|
26
|
-
Creating
|
|
26
|
+
Creating a Stack.
|
|
27
27
|
|
|
28
28
|
|
|
29
29
|
Usage
|
|
@@ -114,7 +114,8 @@ Description of the stack.
|
|
|
114
114
|
|
|
115
115
|
--display-name [text]
|
|
116
116
|
|
|
117
|
-
|
|
117
|
+
A user-friendly name. Does not have to be unique, and it’s changeable.
|
|
118
|
+
Avoid entering confidential information.
|
|
118
119
|
|
|
119
120
|
--freeform-tags [complex type]
|
|
120
121
|
|
|
@@ -159,7 +160,7 @@ defined by "--wait-for-state". Defaults to 1200 seconds.
|
|
|
159
160
|
|
|
160
161
|
--terraform-version [text]
|
|
161
162
|
|
|
162
|
-
The version of Terraform to use with the stack. Example: *
|
|
163
|
+
The version of Terraform to use with the stack. Example: *1.5.x*
|
|
163
164
|
|
|
164
165
|
--variables [complex type]
|
|
165
166
|
|
|
@@ -23,7 +23,7 @@ directly uploaded or referenced from a source code control system. You
|
|
|
23
23
|
can also create a stack from an existing compartment, which generates
|
|
24
24
|
a Terraform configuration. You can also upload the Terraform
|
|
25
25
|
configuration from an Object Storage bucket. For more information, see
|
|
26
|
-
Creating
|
|
26
|
+
Creating a Stack.
|
|
27
27
|
|
|
28
28
|
|
|
29
29
|
Usage
|
|
@@ -97,7 +97,8 @@ Description of the stack.
|
|
|
97
97
|
|
|
98
98
|
--display-name [text]
|
|
99
99
|
|
|
100
|
-
|
|
100
|
+
A user-friendly name. Does not have to be unique, and it’s changeable.
|
|
101
|
+
Avoid entering confidential information.
|
|
101
102
|
|
|
102
103
|
--freeform-tags [complex type]
|
|
103
104
|
|
|
@@ -142,7 +143,7 @@ defined by "--wait-for-state". Defaults to 1200 seconds.
|
|
|
142
143
|
|
|
143
144
|
--terraform-version [text]
|
|
144
145
|
|
|
145
|
-
The version of Terraform to use with the stack. Example: *
|
|
146
|
+
The version of Terraform to use with the stack. Example: *1.5.x*
|
|
146
147
|
|
|
147
148
|
--variables [complex type]
|
|
148
149
|
|
|
@@ -23,7 +23,7 @@ directly uploaded or referenced from a source code control system. You
|
|
|
23
23
|
can also create a stack from an existing compartment, which generates
|
|
24
24
|
a Terraform configuration. You can also upload the Terraform
|
|
25
25
|
configuration from an Object Storage bucket. For more information, see
|
|
26
|
-
Creating
|
|
26
|
+
Creating a Stack.
|
|
27
27
|
|
|
28
28
|
|
|
29
29
|
Usage
|
|
@@ -98,7 +98,8 @@ Description of the stack.
|
|
|
98
98
|
|
|
99
99
|
--display-name [text]
|
|
100
100
|
|
|
101
|
-
|
|
101
|
+
A user-friendly name. Does not have to be unique, and it’s changeable.
|
|
102
|
+
Avoid entering confidential information.
|
|
102
103
|
|
|
103
104
|
--freeform-tags [complex type]
|
|
104
105
|
|
|
@@ -143,7 +144,7 @@ defined by "--wait-for-state". Defaults to 1200 seconds.
|
|
|
143
144
|
|
|
144
145
|
--terraform-version [text]
|
|
145
146
|
|
|
146
|
-
The version of Terraform to use with the stack. Example: *
|
|
147
|
+
The version of Terraform to use with the stack. Example: *1.5.x*
|
|
147
148
|
|
|
148
149
|
--variables [complex type]
|
|
149
150
|
|
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/create-from-template.txt
CHANGED
|
@@ -23,7 +23,7 @@ directly uploaded or referenced from a source code control system. You
|
|
|
23
23
|
can also create a stack from an existing compartment, which generates
|
|
24
24
|
a Terraform configuration. You can also upload the Terraform
|
|
25
25
|
configuration from an Object Storage bucket. For more information, see
|
|
26
|
-
Creating
|
|
26
|
+
Creating a Stack.
|
|
27
27
|
|
|
28
28
|
|
|
29
29
|
Usage
|
|
@@ -79,7 +79,8 @@ Description of the stack.
|
|
|
79
79
|
|
|
80
80
|
--display-name [text]
|
|
81
81
|
|
|
82
|
-
|
|
82
|
+
A user-friendly name. Does not have to be unique, and it’s changeable.
|
|
83
|
+
Avoid entering confidential information.
|
|
83
84
|
|
|
84
85
|
--freeform-tags [complex type]
|
|
85
86
|
|
|
@@ -124,7 +125,7 @@ defined by "--wait-for-state". Defaults to 1200 seconds.
|
|
|
124
125
|
|
|
125
126
|
--terraform-version [text]
|
|
126
127
|
|
|
127
|
-
The version of Terraform to use with the stack. Example: *
|
|
128
|
+
The version of Terraform to use with the stack. Example: *1.5.x*
|
|
128
129
|
|
|
129
130
|
--variables [complex type]
|
|
130
131
|
|
|
@@ -23,7 +23,7 @@ directly uploaded or referenced from a source code control system. You
|
|
|
23
23
|
can also create a stack from an existing compartment, which generates
|
|
24
24
|
a Terraform configuration. You can also upload the Terraform
|
|
25
25
|
configuration from an Object Storage bucket. For more information, see
|
|
26
|
-
Creating
|
|
26
|
+
Creating a Stack.
|
|
27
27
|
|
|
28
28
|
|
|
29
29
|
Usage
|
|
@@ -97,7 +97,8 @@ Description of the stack.
|
|
|
97
97
|
|
|
98
98
|
--display-name [text]
|
|
99
99
|
|
|
100
|
-
|
|
100
|
+
A user-friendly name. Does not have to be unique, and it’s changeable.
|
|
101
|
+
Avoid entering confidential information.
|
|
101
102
|
|
|
102
103
|
--freeform-tags [complex type]
|
|
103
104
|
|
|
@@ -142,7 +143,7 @@ defined by "--wait-for-state". Defaults to 1200 seconds.
|
|
|
142
143
|
|
|
143
144
|
--terraform-version [text]
|
|
144
145
|
|
|
145
|
-
The version of Terraform to use with the stack. Example: *
|
|
146
|
+
The version of Terraform to use with the stack. Example: *1.5.x*
|
|
146
147
|
|
|
147
148
|
--variables [complex type]
|
|
148
149
|
|
|
@@ -73,7 +73,8 @@ Description of the stack.
|
|
|
73
73
|
|
|
74
74
|
--display-name [text]
|
|
75
75
|
|
|
76
|
-
|
|
76
|
+
A user-friendly name. Does not have to be unique, and it’s changeable.
|
|
77
|
+
Avoid entering confidential information.
|
|
77
78
|
|
|
78
79
|
--freeform-tags [complex type]
|
|
79
80
|
|
|
@@ -118,7 +119,7 @@ defined by "--wait-for-state". Defaults to 1200 seconds.
|
|
|
118
119
|
|
|
119
120
|
--terraform-version [text]
|
|
120
121
|
|
|
121
|
-
The version of Terraform to use with the stack. Example: *
|
|
122
|
+
The version of Terraform to use with the stack. Example: *1.5.x*
|
|
122
123
|
|
|
123
124
|
--variables [complex type]
|
|
124
125
|
|
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/get-stack-tf-config.txt
CHANGED
|
@@ -18,7 +18,8 @@ Description
|
|
|
18
18
|
===========
|
|
19
19
|
|
|
20
20
|
Returns the Terraform configuration file for the specified stack in
|
|
21
|
-
zip format. Returns an error if no zip file is found.
|
|
21
|
+
zip format. Returns an error if no zip file is found. For more
|
|
22
|
+
information, see Getting a Stack Terraform Configuration.
|
|
22
23
|
|
|
23
24
|
|
|
24
25
|
Usage
|
|
@@ -23,7 +23,8 @@ differences, if any, between the actual state and the expected
|
|
|
23
23
|
(defined) state for that resource. The drift status details correspond
|
|
24
24
|
to the specified work request (*workRequestId*). If no work request is
|
|
25
25
|
specified, then the drift status details correspond to the latest
|
|
26
|
-
completed work request for the stack.
|
|
26
|
+
completed work request for the stack. For more information, see
|
|
27
|
+
Listing Drift Status.
|
|
27
28
|
|
|
28
29
|
|
|
29
30
|
Usage
|
|
@@ -88,8 +89,7 @@ valid when used with "--all" or "--limit", and ignored otherwise.
|
|
|
88
89
|
--resource-drift-status [text]
|
|
89
90
|
|
|
90
91
|
A filter that returns only resources that match the given drift
|
|
91
|
-
status. The value is case-insensitive.
|
|
92
|
-
NOT_CHECKED - MODIFIED - IN_SYNC - DELETED
|
|
92
|
+
status. The value is case-insensitive.
|
|
93
93
|
|
|
94
94
|
Accepted values are:
|
|
95
95
|
|
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
Description
|
|
16
16
|
===========
|
|
17
17
|
|
|
18
|
-
Lists stacks according to the specified filter.
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
GetStack.)
|
|
18
|
+
Lists stacks according to the specified filter. For more information,
|
|
19
|
+
see Listing Stacks. - If called using the compartment ID, returns all
|
|
20
|
+
stacks in the specified compartment. - If called using the stack ID,
|
|
21
|
+
returns the specified stack. (See also GetStack.)
|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
Usage
|
|
@@ -79,8 +79,6 @@ A filter that returns only those resources that match the specified
|
|
|
79
79
|
lifecycle state. The state value is case-insensitive. For more
|
|
80
80
|
information about stack lifecycle states, see Key Concepts.
|
|
81
81
|
|
|
82
|
-
Allowable values: - CREATING - ACTIVE - DELETING - DELETED - FAILED
|
|
83
|
-
|
|
84
82
|
Accepted values are:
|
|
85
83
|
|
|
86
84
|
ACTIVE, CREATING, DELETED, DELETING, FAILED
|
|
@@ -19,7 +19,7 @@ Description
|
|
|
19
19
|
|
|
20
20
|
Updates the specified stack. Use *UpdateStack* when you update your
|
|
21
21
|
Terraform configuration and want your changes to be reflected in the
|
|
22
|
-
execution plan. For more information, see Updating
|
|
22
|
+
execution plan. For more information, see Updating a Stack.
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
Usage
|
|
@@ -99,7 +99,8 @@ Description of the stack.
|
|
|
99
99
|
|
|
100
100
|
--display-name [text]
|
|
101
101
|
|
|
102
|
-
|
|
102
|
+
A user-friendly name. Does not have to be unique, and it’s changeable.
|
|
103
|
+
Avoid entering confidential information.
|
|
103
104
|
|
|
104
105
|
--force
|
|
105
106
|
|
|
@@ -164,7 +165,7 @@ defined by "--wait-for-state". Defaults to 1200 seconds.
|
|
|
164
165
|
|
|
165
166
|
--terraform-version [text]
|
|
166
167
|
|
|
167
|
-
The version of Terraform to use with the stack. Example: *
|
|
168
|
+
The version of Terraform to use with the stack. Example: *1.5.x*
|
|
168
169
|
|
|
169
170
|
--variables [complex type]
|
|
170
171
|
|
|
@@ -19,7 +19,7 @@ Description
|
|
|
19
19
|
|
|
20
20
|
Updates the specified stack. Use *UpdateStack* when you update your
|
|
21
21
|
Terraform configuration and want your changes to be reflected in the
|
|
22
|
-
execution plan. For more information, see Updating
|
|
22
|
+
execution plan. For more information, see Updating a Stack.
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
Usage
|
|
@@ -92,7 +92,8 @@ Description of the stack.
|
|
|
92
92
|
|
|
93
93
|
--display-name [text]
|
|
94
94
|
|
|
95
|
-
|
|
95
|
+
A user-friendly name. Does not have to be unique, and it’s changeable.
|
|
96
|
+
Avoid entering confidential information.
|
|
96
97
|
|
|
97
98
|
--force
|
|
98
99
|
|
|
@@ -157,7 +158,7 @@ defined by "--wait-for-state". Defaults to 1200 seconds.
|
|
|
157
158
|
|
|
158
159
|
--terraform-version [text]
|
|
159
160
|
|
|
160
|
-
The version of Terraform to use with the stack. Example: *
|
|
161
|
+
The version of Terraform to use with the stack. Example: *1.5.x*
|
|
161
162
|
|
|
162
163
|
--variables [complex type]
|
|
163
164
|
|
|
@@ -19,7 +19,7 @@ Description
|
|
|
19
19
|
|
|
20
20
|
Updates the specified stack. Use *UpdateStack* when you update your
|
|
21
21
|
Terraform configuration and want your changes to be reflected in the
|
|
22
|
-
execution plan. For more information, see Updating
|
|
22
|
+
execution plan. For more information, see Updating a Stack.
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
Usage
|
|
@@ -93,7 +93,8 @@ Description of the stack.
|
|
|
93
93
|
|
|
94
94
|
--display-name [text]
|
|
95
95
|
|
|
96
|
-
|
|
96
|
+
A user-friendly name. Does not have to be unique, and it’s changeable.
|
|
97
|
+
Avoid entering confidential information.
|
|
97
98
|
|
|
98
99
|
--force
|
|
99
100
|
|
|
@@ -158,7 +159,7 @@ defined by "--wait-for-state". Defaults to 1200 seconds.
|
|
|
158
159
|
|
|
159
160
|
--terraform-version [text]
|
|
160
161
|
|
|
161
|
-
The version of Terraform to use with the stack. Example: *
|
|
162
|
+
The version of Terraform to use with the stack. Example: *1.5.x*
|
|
162
163
|
|
|
163
164
|
--variables [complex type]
|
|
164
165
|
|
|
@@ -19,7 +19,7 @@ Description
|
|
|
19
19
|
|
|
20
20
|
Updates the specified stack. Use *UpdateStack* when you update your
|
|
21
21
|
Terraform configuration and want your changes to be reflected in the
|
|
22
|
-
execution plan. For more information, see Updating
|
|
22
|
+
execution plan. For more information, see Updating a Stack.
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
Usage
|
|
@@ -92,7 +92,8 @@ Description of the stack.
|
|
|
92
92
|
|
|
93
93
|
--display-name [text]
|
|
94
94
|
|
|
95
|
-
|
|
95
|
+
A user-friendly name. Does not have to be unique, and it’s changeable.
|
|
96
|
+
Avoid entering confidential information.
|
|
96
97
|
|
|
97
98
|
--force
|
|
98
99
|
|
|
@@ -157,7 +158,7 @@ defined by "--wait-for-state". Defaults to 1200 seconds.
|
|
|
157
158
|
|
|
158
159
|
--terraform-version [text]
|
|
159
160
|
|
|
160
|
-
The version of Terraform to use with the stack. Example: *
|
|
161
|
+
The version of Terraform to use with the stack. Example: *1.5.x*
|
|
161
162
|
|
|
162
163
|
--variables [complex type]
|
|
163
164
|
|
|
@@ -72,7 +72,8 @@ Description of the stack.
|
|
|
72
72
|
|
|
73
73
|
--display-name [text]
|
|
74
74
|
|
|
75
|
-
|
|
75
|
+
A user-friendly name. Does not have to be unique, and it’s changeable.
|
|
76
|
+
Avoid entering confidential information.
|
|
76
77
|
|
|
77
78
|
--force
|
|
78
79
|
|
|
@@ -137,7 +138,7 @@ defined by "--wait-for-state". Defaults to 1200 seconds.
|
|
|
137
138
|
|
|
138
139
|
--terraform-version [text]
|
|
139
140
|
|
|
140
|
-
The version of Terraform to use with the stack. Example: *
|
|
141
|
+
The version of Terraform to use with the stack. Example: *1.5.x*
|
|
141
142
|
|
|
142
143
|
--variables [complex type]
|
|
143
144
|
|