oci-cli 3.67.0__py3-none-any.whl → 3.68.0__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/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/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/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/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-log/{list.txt → list-logs.txt} +5 -5
- oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-log.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/support/incident/create.txt +6 -6
- oci_cli/help_text_producer/data_files/text/cmdref/support/incident/get.txt +2 -2
- oci_cli/help_text_producer/data_files/text/cmdref/support/incident/list.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/support/incident/update.txt +4 -4
- oci_cli/help_text_producer/data_files/text/cmdref/support/incident-resource-type/list.txt +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/support/validation-response/validate-user.txt +1 -1
- 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.0.dist-info}/METADATA +2 -2
- {oci_cli-3.67.0.dist-info → oci_cli-3.68.0.dist-info}/RECORD +277 -209
- services/container_engine/src/oci_cli_container_engine/generated/containerengine_cli.py +7 -6
- services/database/src/oci_cli_database/generated/database_cli.py +71 -0
- 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 +1370 -320
- 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
- {oci_cli-3.67.0.dist-info → oci_cli-3.68.0.dist-info}/LICENSE.txt +0 -0
- {oci_cli-3.67.0.dist-info → oci_cli-3.68.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci_cli-3.67.0.dist-info → oci_cli-3.68.0.dist-info}/WHEEL +0 -0
- {oci_cli-3.67.0.dist-info → oci_cli-3.68.0.dist-info}/entry_points.txt +0 -0
- {oci_cli-3.67.0.dist-info → oci_cli-3.68.0.dist-info}/top_level.txt +0 -0
|
@@ -4,7 +4,7 @@ alloy/alloy_util.py,sha256=vy4m3Bk81gGprpV26WpXdgQDR6TzhSt8o-ON7l9Ugag,7326
|
|
|
4
4
|
alloy/error_messages.py,sha256=hXM9vqko_bpJVeCtf7G60g10W7D91oNklFeIwAO5GDc,1338
|
|
5
5
|
common_util/__init__.py,sha256=G1d8dcRHwIBPLquuBVUZgar09fpVP7NccN7_5RX90cM,326
|
|
6
6
|
common_util/doc_generation_util.py,sha256=mf45y9fIcvE0xcMuLUB2xq0qEUDcn6mdZIznOD2FeWs,1065
|
|
7
|
-
common_util/ignored_commands.py,sha256
|
|
7
|
+
common_util/ignored_commands.py,sha256=-N5_LhipmKJAnc22SMpZP2zPjD8fvtAWhZG-ZWQt16c,16094
|
|
8
8
|
interactive/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
9
9
|
interactive/bottom_toolbar.py,sha256=6CTICoHvfsofqfsjbCN0AjSOcB3RB3_B4-5EnIXFclw,2800
|
|
10
10
|
interactive/cli_interactive.py,sha256=TQKO8S8vyRy0G_S6SqMJyhgLm0cK2kAsNvOIabeoezU,3787
|
|
@@ -33,9 +33,9 @@ oci_cli/formatting.py,sha256=KmGSUO0ojeA-AE3ASL96jJoTq-twsFcs11Ygv5wd4y4,1552
|
|
|
33
33
|
oci_cli/json_skeleton_utils.py,sha256=kIXcKh2i52cQ_Fz_Dnei8ST3Ud43sEKzslK1PHe4-NE,21013
|
|
34
34
|
oci_cli/oci_template.py,sha256=oTri7oxH6efITNW5IvQTRMUKVhbdjPtDPS14W8sf8zA,1466
|
|
35
35
|
oci_cli/raw_request_cli.py,sha256=47wpowcWbUYbvV7qvULJn3dN5DPfuhAybXa_j7VURvw,5614
|
|
36
|
-
oci_cli/service_mapping.py,sha256=
|
|
36
|
+
oci_cli/service_mapping.py,sha256=QgOL6n-TQSTj8t3smHgbRlZFLAhbiGHtvKEHtqAGYjE,17961
|
|
37
37
|
oci_cli/string_utils.py,sha256=3Y3NxTdIUPC2s1GydK4NvYbGcgof1yVVIO3SRCWWL9U,1247
|
|
38
|
-
oci_cli/version.py,sha256=
|
|
38
|
+
oci_cli/version.py,sha256=GdOW0N9CQdNS5_ojlZmmvWqa-fMBr-8juU67c6ETHdo,366
|
|
39
39
|
oci_cli/aliasing/__init__.py,sha256=uJwxV0GYycBZsWaI-c4Ont8howS5O-mqFKp41dWAhUg,440
|
|
40
40
|
oci_cli/aliasing/command_group_with_alias.py,sha256=7CEDGeegZCby30KMxmempqhvgg3IWsGLZFVmjoWLGWY,3354
|
|
41
41
|
oci_cli/aliasing/parameter_alias.py,sha256=HAKD9P9dr8fQCJtto_7RuzIMwraP0xi349GTRIdVgH8,2420
|
|
@@ -89,7 +89,8 @@ oci_cli/bin/goldengate.psm1,sha256=IIceOnzqAJ3OTq7C-rG7ryxXGbfojN7AzuLGyHmevE8,6
|
|
|
89
89
|
oci_cli/bin/health-checks.psm1,sha256=qL0JL784k7CNIaB2MbmFesGbtajl8_FqMq2EIBuybZQ,4554
|
|
90
90
|
oci_cli/bin/iam.psm1,sha256=oTFoemglrIaCgKb6b1vEuOb4XIxZIWHbevFlCz-3PoI,30631
|
|
91
91
|
oci_cli/bin/instance-agent.psm1,sha256=JygRsRw6wDjfO56ixYrIFQNuV4vIJPPKlohOalYcE84,2227
|
|
92
|
-
oci_cli/bin/integration.psm1,sha256=
|
|
92
|
+
oci_cli/bin/integration.psm1,sha256=_hVOJISOK73kXTmBcXHKcB9LUR9eEdjakYOsQH8pHwY,6485
|
|
93
|
+
oci_cli/bin/iot.psm1,sha256=EzDP_kO-nQU_y7YVCbEy2vE8c06ixC98NJo9xNgssH8,11117
|
|
93
94
|
oci_cli/bin/jms.psm1,sha256=bfRIPVYc_K1ltg4KSXUaS1EqhGM8WcLsEwLNDJdLB4s,32301
|
|
94
95
|
oci_cli/bin/kms.psm1,sha256=GlSDawk9_ZBwCOHnnpJSwNsrJzmCLGofqcOMb0X5h74,8740
|
|
95
96
|
oci_cli/bin/lb.psm1,sha256=fOkjGKybdmxp2EqNCqJxXUAYYvzR6txq9AE7r_l-qGg,13165
|
|
@@ -105,7 +106,7 @@ oci_cli/bin/marketplace.psm1,sha256=iovF8rVeeGH-cdvumoejzGQt2QbyoRbto-K5a7IZ6bM,
|
|
|
105
106
|
oci_cli/bin/mngdmac.psm1,sha256=L6E-5T9Me4vx3CweQTM41soUl6zP7NVgIGqZ9RXLsO4,4012
|
|
106
107
|
oci_cli/bin/monitoring.psm1,sha256=1ol_rWsI_uQ0iBNH4pMXIGAwRoO0wd42zURV7xxdBDc,5822
|
|
107
108
|
oci_cli/bin/multicloud.psm1,sha256=vYSiXmftAZGa24cWKHLPdl1Jd--AhwlCuvDrjUgjelA,4774
|
|
108
|
-
oci_cli/bin/mysql.psm1,sha256=
|
|
109
|
+
oci_cli/bin/mysql.psm1,sha256=HvFhGf-U9EvT_5keSWSqUd1wozN16oq3LyTLHNARSjI,13685
|
|
109
110
|
oci_cli/bin/network-load-balancer.psm1,sha256=1SwMjXqM1Or8ALc8-zlDfjbSleQVDr8UWt7JfGR9-s8,10145
|
|
110
111
|
oci_cli/bin/network.psm1,sha256=gemDjM0MmZ4PTaJ8o0-i8R7YB2Hn7UaKriUYVyQYAeo,45485
|
|
111
112
|
oci_cli/bin/nlb.psm1,sha256=fJJGPQK86ARYdoiVPkT2jPNrS2KtoGzfYg5raf5pHXk,7972
|
|
@@ -119,7 +120,7 @@ oci_cli/bin/onesubscription.psm1,sha256=Mc76RvdVPa8J6iAX-p8xkPX1WUqzc-wwZhJT0V7o
|
|
|
119
120
|
oci_cli/bin/ons.psm1,sha256=sZ-aIMc28s7TQeBVfPR_nYneyV9QDP2DwzUnU3iMtkA,2932
|
|
120
121
|
oci_cli/bin/opa.psm1,sha256=ZdszlFs2W0ZEaItqi_WZHxCUc3r5QDL1jLnZd0nS6e4,3199
|
|
121
122
|
oci_cli/bin/opctl.psm1,sha256=PiCYwVg9tbK2KezH3MOOxWLr5mu4H2laJhvG9fvEDWM,5018
|
|
122
|
-
oci_cli/bin/opensearch.psm1,sha256=
|
|
123
|
+
oci_cli/bin/opensearch.psm1,sha256=kIfzBlkHkhfVgSTkomwBF3ayD7kksHa73dSYKHy9vv8,8254
|
|
123
124
|
oci_cli/bin/operator-access-control.psm1,sha256=6fNt1sA5yJ8QmySVW2F2XHowD8tqRFLY8AbEGeLDYAc,5931
|
|
124
125
|
oci_cli/bin/opsi.psm1,sha256=1QYpOp88KJO7invIzPhUN188r0MihUawrRGjeDdOBFk,75550
|
|
125
126
|
oci_cli/bin/optimizer.psm1,sha256=lxa9fMF9HcR31SNB4QwuUWusYs3XAcyvAEAzt8fL7NI,7402
|
|
@@ -128,7 +129,7 @@ oci_cli/bin/os.psm1,sha256=XiHumBMoJL8qN-mIO3u7eCJZ644vMnS76vTGZMhdvJc,11574
|
|
|
128
129
|
oci_cli/bin/psql.psm1,sha256=M-jUW1kjD2s8Z9nHnBISMKLdA99iFsiiH7RklIW1jxE,11006
|
|
129
130
|
oci_cli/bin/queue.psm1,sha256=yMibBZppBP99MZywWlF94OJY3tdIeTMABslcGio1Ow0,4319
|
|
130
131
|
oci_cli/bin/recovery.psm1,sha256=JQHoB7SWkXHcWDyNNw9Xw-3Amsu5VS50hzVULiFILU0,8157
|
|
131
|
-
oci_cli/bin/redis.psm1,sha256=
|
|
132
|
+
oci_cli/bin/redis.psm1,sha256=Cj5moYT8kyA4Zb--BM7vfQ8JtnUuvCsLllhVCIqdxpg,12473
|
|
132
133
|
oci_cli/bin/resource-manager.psm1,sha256=yJILZNXdeaT0yXN6zNmu50PfKw0Oqwd6z8XlXF0Z254,14918
|
|
133
134
|
oci_cli/bin/rover.psm1,sha256=kgsumT9p7po-r5ImlOxzJ1mlz6EGbnmHXv-XJ7OM69g,16281
|
|
134
135
|
oci_cli/bin/sch.psm1,sha256=8m-TGR85NV_ocbXQHa2Al1q_w_58IVob3CIdpMkqN4Y,3318
|
|
@@ -162,7 +163,7 @@ oci_cli/file_filters/file_path_filter.py,sha256=O6CALKowiBBOFZK6TDTmQNq9pp56ff-r
|
|
|
162
163
|
oci_cli/help_text_producer/__init__.py,sha256=rQx2CmhtvqtIZWMRp8IVqwFQ8r_i1x0Fsxnk5NIYA8k,424
|
|
163
164
|
oci_cli/help_text_producer/help_text_producer.py,sha256=80oRoL9YhAt5p9HmxEaN0hr9HuCm3w5UrowMsTJzG8w,3036
|
|
164
165
|
oci_cli/help_text_producer/data_files/.gitkeep,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
165
|
-
oci_cli/help_text_producer/data_files/text/index.txt,sha256=
|
|
166
|
+
oci_cli/help_text_producer/data_files/text/index.txt,sha256=56imaQkGsl-sufqX_aEEC8GPa_jmwLqZJMw5Z-GMlfk,7175
|
|
166
167
|
oci_cli/help_text_producer/data_files/text/oci.txt,sha256=qFdaHSxE99XErL4kApHL6Eo59_dmYKbkuDqr56vSiJg,6838
|
|
167
168
|
oci_cli/help_text_producer/data_files/text/cmdref/access-governance-cp.txt,sha256=d9qOzyecVt3ux-rimDL4v_QmvQGM3t8WeeGjeyaR9YE,444
|
|
168
169
|
oci_cli/help_text_producer/data_files/text/cmdref/adm.txt,sha256=0RVGwvkB_tBju1Cl-a4509jRUWWQ8P5rODugGYUSHbI,1166
|
|
@@ -210,11 +211,11 @@ oci_cli/help_text_producer/data_files/text/cmdref/data-safe.txt,sha256=nqRE9S5DN
|
|
|
210
211
|
oci_cli/help_text_producer/data_files/text/cmdref/data-science.txt,sha256=y-aab5RwryjVGtCsT2mnW1JGRcdF5W3mDOyQKMlNWTk,4152
|
|
211
212
|
oci_cli/help_text_producer/data_files/text/cmdref/database-management.txt,sha256=TApUHgjqP1DG3pz26Lt1BcRHgWZfYA2W_jlSC32E83Q,18340
|
|
212
213
|
oci_cli/help_text_producer/data_files/text/cmdref/database-migration.txt,sha256=0cGqZLQ9EQQqg_vUBkVlNiZtiPls8ODpJLfGIFFbsnM,1434
|
|
213
|
-
oci_cli/help_text_producer/data_files/text/cmdref/db.txt,sha256=
|
|
214
|
+
oci_cli/help_text_producer/data_files/text/cmdref/db.txt,sha256=9D76lhnSo10Zk4xGgcK5bIwZTO1KrfErRA-pDN6UcBA,11912
|
|
214
215
|
oci_cli/help_text_producer/data_files/text/cmdref/dblm.txt,sha256=cm_bZHc7d2QUkJ2Iqzt_nVdoFlfR2-pqiJFWZDMmXkQ,668
|
|
215
216
|
oci_cli/help_text_producer/data_files/text/cmdref/dbmulticloud.txt,sha256=xSYEpGp25qSnmh352W5iARTp1jV_ZvzfSlarXs-9K_0,3979
|
|
216
217
|
oci_cli/help_text_producer/data_files/text/cmdref/dbtools.txt,sha256=vAXRghWo8TpKJVj8g3ZA-fPMYt8dCXpXKUs9Dqi9UKA,863
|
|
217
|
-
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control.txt,sha256=
|
|
218
|
+
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control.txt,sha256=Ird1f7kpoGdjW2EGlqUU-T5o0wK4DR1FIRXJ06E7i3w,1539
|
|
218
219
|
oci_cli/help_text_producer/data_files/text/cmdref/demand-signal.txt,sha256=t0gSzE-DvO2Q0J2PT_v1LWJP1midlZiJyyu1TRZuK_4,328
|
|
219
220
|
oci_cli/help_text_producer/data_files/text/cmdref/desktops.txt,sha256=RFMT_82TkQa70pcbilNJHgyJDOqHeW_-T_Bib50dJq8,498
|
|
220
221
|
oci_cli/help_text_producer/data_files/text/cmdref/devops.txt,sha256=E9773TKC7_DLRvhxXuVz9LCoMTStz5FHJAOHJ1Cuxzk,6917
|
|
@@ -235,13 +236,14 @@ oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent-runtime.tx
|
|
|
235
236
|
oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent.txt,sha256=VCVf3-8e3pj9UltfUAiKC7hcLUSOCkUnZgaX_chS3cE,2057
|
|
236
237
|
oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-inference.txt,sha256=fIv97C_nKwevrNn8O9boR-mQbxzxe5cRmcGdXPpH8f4,1689
|
|
237
238
|
oci_cli/help_text_producer/data_files/text/cmdref/generative-ai.txt,sha256=PFzIhk3MXWEa9QuHv6b3NhUg-0XS5txxNOn61oYoK7I,1656
|
|
238
|
-
oci_cli/help_text_producer/data_files/text/cmdref/goldengate.txt,sha256=
|
|
239
|
-
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane.txt,sha256=
|
|
239
|
+
oci_cli/help_text_producer/data_files/text/cmdref/goldengate.txt,sha256=qSWAH1ioFiIXR0k-qMTwbChB6OgwgEhi3JU_OCQrMWc,4199
|
|
240
|
+
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane.txt,sha256=qQcaJlQ_SX-w6jSdwLSFuPasBJ8CPu2_Cjx4YG9dVNU,1001
|
|
240
241
|
oci_cli/help_text_producer/data_files/text/cmdref/health-checks.txt,sha256=sAb7CMAf0ymUk717V0t1tgyNvmwWhhe38GETK3-HsU4,599
|
|
241
242
|
oci_cli/help_text_producer/data_files/text/cmdref/iam.txt,sha256=VcHCSEaY5X5DX1E7_5cxrDe5PtGEJteHKKkXlMTJKg8,3329
|
|
242
243
|
oci_cli/help_text_producer/data_files/text/cmdref/identity-domains.txt,sha256=K-kxHuWvT327BA60gsTlueC3Ftfy7bXFMsz23mDokTw,6544
|
|
243
244
|
oci_cli/help_text_producer/data_files/text/cmdref/instance-agent.txt,sha256=wDMzVd7z91guZT2vdV2Aq-te3nF-qr8u87UdWMKapE8,285
|
|
244
245
|
oci_cli/help_text_producer/data_files/text/cmdref/integration.txt,sha256=5euSeoc9-NM6oxNBh2Rbzg2xrjcsZWcbGi9rW_0BcoM,750
|
|
246
|
+
oci_cli/help_text_producer/data_files/text/cmdref/iot.txt,sha256=0BUDObwDC-tdu-JV2i3XkzAsvNeTyRkdETVe-_OOp4U,1131
|
|
245
247
|
oci_cli/help_text_producer/data_files/text/cmdref/jms-java-downloads.txt,sha256=67STWu-PlAy0lFgChOLD7G5qNvvD3XXYAx4NqwUtl8I,764
|
|
246
248
|
oci_cli/help_text_producer/data_files/text/cmdref/jms-utils.txt,sha256=t590aQp-4Gp2iDduQ-QLAYfWkwGjlXpbzm9kR8Ne9CE,614
|
|
247
249
|
oci_cli/help_text_producer/data_files/text/cmdref/jms.txt,sha256=BKRiXtZy-nQeMa5S0QvCkb6B0Vln1tl1lEg_32FI4-Y,4263
|
|
@@ -282,7 +284,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/opctl.txt,sha256=QQnMX7w2Fd6oC
|
|
|
282
284
|
oci_cli/help_text_producer/data_files/text/cmdref/opensearch.txt,sha256=RSGoRSnfkTKnXncj26oA70EtsUOx3LK8-jQMaiTh2gQ,635
|
|
283
285
|
oci_cli/help_text_producer/data_files/text/cmdref/opsi.txt,sha256=M1U7rderbrIosglDYEn00wr24MOEUsu2qC9Qa5XOQ4Y,7996
|
|
284
286
|
oci_cli/help_text_producer/data_files/text/cmdref/optimizer.txt,sha256=7ZqsrntO0cGbaXqZaRa23ajjuGa0WY7kfJZJ0IgdcvY,1070
|
|
285
|
-
oci_cli/help_text_producer/data_files/text/cmdref/organizations.txt,sha256=
|
|
287
|
+
oci_cli/help_text_producer/data_files/text/cmdref/organizations.txt,sha256=nu9cTjNeqT6ZpYXNzNmW0MlBQ8bIuBx-ptRamBlZkaA,1271
|
|
286
288
|
oci_cli/help_text_producer/data_files/text/cmdref/os-management-hub.txt,sha256=Cpfr2MGdJq5kkjZWhXCLqsYB32bIFPFY85WlOakcK2s,4103
|
|
287
289
|
oci_cli/help_text_producer/data_files/text/cmdref/os.txt,sha256=9Yomemh8e5T6Ac4nOeJy_Kf80kx2PA2rkvuNE0_DesY,1128
|
|
288
290
|
oci_cli/help_text_producer/data_files/text/cmdref/osp-gateway.txt,sha256=sVmmKCSi43wxQNNn0HMZqthA7tgtg1mBGQZaHINDWxc,508
|
|
@@ -1343,7 +1345,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/ce/work-request-error.txt,sha2
|
|
|
1343
1345
|
oci_cli/help_text_producer/data_files/text/cmdref/ce/work-request-log-entry.txt,sha256=2___v4NkSTfir6zi7bOHgR6_ARlctA2gXKHVh0d2V5g,169
|
|
1344
1346
|
oci_cli/help_text_producer/data_files/text/cmdref/ce/work-request.txt,sha256=45FUtfJDPi9PigNxwoiM5tZNjXuN4iEvxHbycNvXev4,148
|
|
1345
1347
|
oci_cli/help_text_producer/data_files/text/cmdref/ce/workload-mapping.txt,sha256=ke6eItHyIsM9DeTXP9ykmEZfJcWKBY1HKJuzl4djegM,193
|
|
1346
|
-
oci_cli/help_text_producer/data_files/text/cmdref/ce/addon-option/list.txt,sha256
|
|
1348
|
+
oci_cli/help_text_producer/data_files/text/cmdref/ce/addon-option/list.txt,sha256=7OfPbejzrX0EtMaBtpO1r0crjvV_B-xYowKuR_jgJ4o,3789
|
|
1347
1349
|
oci_cli/help_text_producer/data_files/text/cmdref/ce/cluster/cluster-migrate-to-native-vcn.txt,sha256=In1innNDYlenI0yXV4DPMicScRvGxAI9idUukgkKvn4,5740
|
|
1348
1350
|
oci_cli/help_text_producer/data_files/text/cmdref/ce/cluster/complete-credential-rotation.txt,sha256=UzjqSvnwW0ssXPLv7ih3BQ-ozWcrmwqfqyHgf5GMYJ8,4843
|
|
1349
1351
|
oci_cli/help_text_producer/data_files/text/cmdref/ce/cluster/create-kubeconfig.txt,sha256=Frzi1N4GIVJUCMQjAp9J9aLXZ3zoXQF79ZKgfMp2HVc,4505
|
|
@@ -1373,13 +1375,13 @@ oci_cli/help_text_producer/data_files/text/cmdref/ce/node-pool/list.txt,sha256=U
|
|
|
1373
1375
|
oci_cli/help_text_producer/data_files/text/cmdref/ce/node-pool/update.txt,sha256=09_cJVIQMJzKX6L7AVQ6jkbvXiq3GyIaTP1b6B1AmNA,15592
|
|
1374
1376
|
oci_cli/help_text_producer/data_files/text/cmdref/ce/node-pool-options/get.txt,sha256=VBvId0P3ei53iX2nci-0bQ4Id7oKUz0iE1tGJHWBtT8,2893
|
|
1375
1377
|
oci_cli/help_text_producer/data_files/text/cmdref/ce/pod-shape/list.txt,sha256=suJprPSQzUKJyKeVFWF_aKQTvwHpJWKNfrDQYw9--rs,3719
|
|
1376
|
-
oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/create.txt,sha256=
|
|
1377
|
-
oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/delete.txt,sha256=
|
|
1378
|
-
oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/get-virtual-node.txt,sha256=
|
|
1379
|
-
oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/get.txt,sha256=
|
|
1380
|
-
oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/list-virtual-nodes.txt,sha256=
|
|
1378
|
+
oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/create.txt,sha256=CDW0IZM0VkevS4E8fXfbZDfYNPcSLqf9gDdOk2xOD_A,10564
|
|
1379
|
+
oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/delete.txt,sha256=oDy0-8RKH101mg8Z4ruhM7g_FvymISMOAWS-bWMbZzU,6130
|
|
1380
|
+
oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/get-virtual-node.txt,sha256=us5ojf4_Jn0agEg4gMftCNBjVnTJ9z-Czuw4YZY3qZI,4669
|
|
1381
|
+
oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/get.txt,sha256=SHGieMGsh78wj3huMo5dAG9aZTQqlNtxebnZmYKdQrY,4309
|
|
1382
|
+
oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/list-virtual-nodes.txt,sha256=_zFl3fV5JilyMLOIqHN4x94iGcSRZmBHCognNAutUpQ,5334
|
|
1381
1383
|
oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/list.txt,sha256=kx3Ebr1lQkN964-w2SqVEDMrs6sMOmYOIGfoDNj8AoI,3976
|
|
1382
|
-
oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/update.txt,sha256=
|
|
1384
|
+
oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/update.txt,sha256=csX4vZjverB22s5J3QEqakIth_jZuqxKyIKTJg3qjfw,11203
|
|
1383
1385
|
oci_cli/help_text_producer/data_files/text/cmdref/ce/work-request/delete.txt,sha256=O5-XtmHO1BZAYBW263_c-UAmKL65BIbOkbH0ABC9Cdo,3094
|
|
1384
1386
|
oci_cli/help_text_producer/data_files/text/cmdref/ce/work-request/get.txt,sha256=35_bDM2Ly0-W2zGdIUBKTTM2cbpH5qtKAUxV6grGo-0,2684
|
|
1385
1387
|
oci_cli/help_text_producer/data_files/text/cmdref/ce/work-request/list.txt,sha256=RgiNmL-a72nMSzceflBaPp8IbXCmwBEXINnK4MpcJ1A,4007
|
|
@@ -3839,7 +3841,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/db/console-connection.txt,sha2
|
|
|
3839
3841
|
oci_cli/help_text_producer/data_files/text/cmdref/db/console-history.txt,sha256=TZKCdkZ2-_Q6nHdTcXFGrFn1ppsbt6fACNg1Rakum_U,219
|
|
3840
3842
|
oci_cli/help_text_producer/data_files/text/cmdref/db/data-guard-association.txt,sha256=3HKyfES830AnujqEfmNlhEg8f5-xTuGCbnRFB8vC0B8,966
|
|
3841
3843
|
oci_cli/help_text_producer/data_files/text/cmdref/db/database-software-image.txt,sha256=B7A-mM9XnSrkr8xnHqNKSGJ-KxdA9GRjmwe8Yhhmtxw,325
|
|
3842
|
-
oci_cli/help_text_producer/data_files/text/cmdref/db/database.txt,sha256=
|
|
3844
|
+
oci_cli/help_text_producer/data_files/text/cmdref/db/database.txt,sha256=P0PIbXBiwo-Nlqducl-I482QGUAWP6-mYbkeX_fRcx0,1613
|
|
3843
3845
|
oci_cli/help_text_producer/data_files/text/cmdref/db/db-home.txt,sha256=PUF_xUAJ3zjAskRQ4xUoSZ33qn5cxYbj-T4JDYwY79Q,127
|
|
3844
3846
|
oci_cli/help_text_producer/data_files/text/cmdref/db/db-server.txt,sha256=VX0LsLUtcdv8Yh3iOv5NgpB0oaiEOXkLcweo58t-cNE,137
|
|
3845
3847
|
oci_cli/help_text_producer/data_files/text/cmdref/db/db-system-upgrade-history.txt,sha256=VNHlNLinjqcMgBZ_GhlTggMi2757TYfF0E6kLbSohdU,312
|
|
@@ -4080,6 +4082,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/db/database/change-encryption-
|
|
|
4080
4082
|
oci_cli/help_text_producer/data_files/text/cmdref/db/database/change-encryption-key-location-google-cloud-provider-encryption-key-details.txt,sha256=WamHJVt-Yy0h_Q2jjqrptkDy9ajYVjjrhCCO-OO3NBQ,5449
|
|
4081
4083
|
oci_cli/help_text_producer/data_files/text/cmdref/db/database/change-key-store-type.txt,sha256=Zj7qZMnubZpAQgSsJt7kS43S9wYktyCYy_0_cxsrvTk,4956
|
|
4082
4084
|
oci_cli/help_text_producer/data_files/text/cmdref/db/database/change-to-external-hsm-key-location.txt,sha256=V7nF4X-q_74FmTZtOAuW--ZKcn_QdAQ3bvsIRTUAdag,5088
|
|
4085
|
+
oci_cli/help_text_producer/data_files/text/cmdref/db/database/convert-standby-database-type.txt,sha256=qCyoySHVhOp8VPHb9B-JAyGzMG9fjgwKVr4I_fwkz_s,6596
|
|
4083
4086
|
oci_cli/help_text_producer/data_files/text/cmdref/db/database/convert-to-new-pdb-precheck.txt,sha256=pZi3xxqmejxWn-DMU36GnFjEVMVLYJUQ98FmiJRZD3w,7317
|
|
4084
4087
|
oci_cli/help_text_producer/data_files/text/cmdref/db/database/convert-to-new-pdb.txt,sha256=5rCFyz1ylndi0Nmu1aaMZfBGztjJoA5pw8rc4psQjcc,7254
|
|
4085
4088
|
oci_cli/help_text_producer/data_files/text/cmdref/db/database/convert-to-pdb-sync-rollback.txt,sha256=znigWOjKLUdHAizgvwunU_7l6qr_Nl0sO2PBl2-U8Ro,6186
|
|
@@ -4504,7 +4507,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/delega
|
|
|
4504
4507
|
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/delegation-subscription.txt,sha256=NkKtm_Ic9AVj88tkB_00_wP_4RPLXk2YDuwiWiWCySw,222
|
|
4505
4508
|
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/service-provider-action.txt,sha256=K1pxnczoLn3fXEb69RjEEnoCrS6mA4J4nmCKhWfcrv0,491
|
|
4506
4509
|
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/service-provider.txt,sha256=XaTh_oQfhdSgURsZ4xHjC2ncX9eZmqSaIH5e-_KDic4,234
|
|
4507
|
-
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request.txt,sha256=
|
|
4510
|
+
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request.txt,sha256=xGHWwnhYOOT_HEKQOFNp-slMNdYSab4m_f50Km0ISeo,864
|
|
4508
4511
|
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/delegated-resource-access-request/approve.txt,sha256=6PjFoSvqBqHuh08LUh3fmf7BQza63Z8bpQ1_in69lg8,6530
|
|
4509
4512
|
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/delegated-resource-access-request/get.txt,sha256=c_2SBQYChMgLKqtnU78Mv2bSDy4Gzwl5DYiROYbE7ok,2976
|
|
4510
4513
|
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/delegated-resource-access-request/list-delegated-resource-access-request-histories.txt,sha256=QdODn3pGRKpio43yNuIrioxLaZhHmw4A5ruFbTMkuQY,4029
|
|
@@ -4531,13 +4534,13 @@ oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/servic
|
|
|
4531
4534
|
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/service-provider/list.txt,sha256=zGi_GMT3_RpZOZMQ_JvyKwJJoO4t0UtTQT1aA7BKISk,4303
|
|
4532
4535
|
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/service-provider-action/get.txt,sha256=4nixS58TsFlTGMpZsGjXOM61no6ow_BlPkI3Hgb0WcE,2951
|
|
4533
4536
|
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/service-provider-action/list.txt,sha256=a4JICkvZ80VVUQpFwrJryXV-Ip9C7omdFSb_U8_fU5c,4252
|
|
4534
|
-
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error.txt,sha256=
|
|
4535
|
-
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-log
|
|
4537
|
+
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error.txt,sha256=rivEQ094k4chVe7rLhnzUE3U6HveVjmqHEPljx4Fxsc,173
|
|
4538
|
+
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-log.txt,sha256=lsFbykzyaFjAKvFk7IjfWYi0mRdrBEwcAi66pxZSbzo,166
|
|
4536
4539
|
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request.txt,sha256=dxEKeiMav_lfjcdaaI9-_UGvwhBIh67w2lt6jnsHDUU,144
|
|
4537
4540
|
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request/get.txt,sha256=wRJWGf79YA_EQDf9ggjS7zwZ1N7XDxKDbHaH-DAHKjM,2809
|
|
4538
4541
|
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request/list.txt,sha256=1kSp6RsD1bTvDmnABqIrtXpXYF09Xcle6eER9sJHpps,3891
|
|
4539
|
-
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error/list.txt,sha256=
|
|
4540
|
-
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-log
|
|
4542
|
+
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error/list-errors.txt,sha256=HT-Y8wuPUr_sjehhAXfybaZNmyns98S-VQYh_qhNqlg,3636
|
|
4543
|
+
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-log/list-logs.txt,sha256=_MKKlEMT-vERsRJpCGigWPfu7XasMuGQAPScpmnbjls,3618
|
|
4541
4544
|
oci_cli/help_text_producer/data_files/text/cmdref/demand-signal/occ-demand-signal-collection.txt,sha256=R9lAYqkLxobM6BMsxiIeokL-Fk3nn7LIN-2UrwWDaH4,273
|
|
4542
4545
|
oci_cli/help_text_producer/data_files/text/cmdref/demand-signal/occ-demand-signal.txt,sha256=GfHJjMEBUGSMNQzK26MRashovglq-RB0hAB0KabZzmE,486
|
|
4543
4546
|
oci_cli/help_text_producer/data_files/text/cmdref/demand-signal/occ-demand-signal/change-compartment.txt,sha256=tXJoIaU5Ov_JPPNF27qWDRXdAFoLh4m46h0qkR738pg,4052
|
|
@@ -5408,11 +5411,11 @@ oci_cli/help_text_producer/data_files/text/cmdref/fn/pbf-listing-version.txt,sha
|
|
|
5408
5411
|
oci_cli/help_text_producer/data_files/text/cmdref/fn/pbf-listing.txt,sha256=uLycYKVQfXjjeMI6YK3bAXay9J7XgM6HaMRGX2nIfuM,315
|
|
5409
5412
|
oci_cli/help_text_producer/data_files/text/cmdref/fn/trigger.txt,sha256=IMnVxHc_2tcClCSH-UOCZTcNY2YLdxl7Gou0zvMIYIU,195
|
|
5410
5413
|
oci_cli/help_text_producer/data_files/text/cmdref/fn/application/change-compartment.txt,sha256=3JLAktN9m33etrB62UnSxVOJ98dMJlARBn66aZuPJGY,3907
|
|
5411
|
-
oci_cli/help_text_producer/data_files/text/cmdref/fn/application/create.txt,sha256=
|
|
5414
|
+
oci_cli/help_text_producer/data_files/text/cmdref/fn/application/create.txt,sha256=aFWiav0OzJv8iAP4D6uBHz7BkpObwyJ6JaOvRHO6BPU,10294
|
|
5412
5415
|
oci_cli/help_text_producer/data_files/text/cmdref/fn/application/delete.txt,sha256=krSMZQQe9oF_7ZQWvBog54qJ0zj5_YtYTB32D60ttIg,4599
|
|
5413
5416
|
oci_cli/help_text_producer/data_files/text/cmdref/fn/application/get.txt,sha256=xD_DVofxnXDzrgF9Nw1KWVgnVdeWjjZAoCdlSMatU7k,3239
|
|
5414
5417
|
oci_cli/help_text_producer/data_files/text/cmdref/fn/application/list.txt,sha256=J0EzPEl3gEjYf1lnMvGOtzUzb2_uy-aTIVC89k_iLG8,4028
|
|
5415
|
-
oci_cli/help_text_producer/data_files/text/cmdref/fn/application/update.txt,sha256=
|
|
5418
|
+
oci_cli/help_text_producer/data_files/text/cmdref/fn/application/update.txt,sha256=JOXORB4FSHUJQMdf8xwbwS47xrmAAfme61N6OQFOAE0,9403
|
|
5416
5419
|
oci_cli/help_text_producer/data_files/text/cmdref/fn/function/create.txt,sha256=NaeDp9QoLE80_0NMItOw2agtcFPyhskZb0Mndreqze4,10142
|
|
5417
5420
|
oci_cli/help_text_producer/data_files/text/cmdref/fn/function/delete.txt,sha256=XuovZZbwY5snULZr-sKl0DXJdxF2sYs9QI1GD0BHyIQ,5128
|
|
5418
5421
|
oci_cli/help_text_producer/data_files/text/cmdref/fn/function/get.txt,sha256=5h2f2WXL9BkYTwvJDWrgJAeK4T0F26d5N63j2-zU2d8,3768
|
|
@@ -5730,7 +5733,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-inference/rerank
|
|
|
5730
5733
|
oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-inference/summarize-text-result/summarize-text.txt,sha256=1vvzMRYdYf3CoXHVp2yIGEw0GPux-we3dK5PFkZqN30,6609
|
|
5731
5734
|
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/certificate.txt,sha256=ZUoW7VVdgFemHHqYwHG6dmQPsbebGB4yRJSXnEsWApU,144
|
|
5732
5735
|
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection-assignment.txt,sha256=4iK-0e5Qp1ecKAwbyOqPZoZmoLtVxVZ6P4yo2Yt5Nro,320
|
|
5733
|
-
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection.txt,sha256=
|
|
5736
|
+
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection.txt,sha256=bzRyay0j2JlxJdy7pLsyaK3mzIbOuH9Gqyf6WKBn5nk,2238
|
|
5734
5737
|
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/database-registration.txt,sha256=ay6sYJbzDhonIQvLEWgBOBr8RFHB8WJ79r-AgGLmmc0,273
|
|
5735
5738
|
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/deployment-backup.txt,sha256=AMqIneJB1iftjcYjYAnDN0ispIY9vO4U99h8J1gEnkU,411
|
|
5736
5739
|
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/deployment-environment.txt,sha256=MOo2-V6fD0aUzAVfhJirJgbljLDO8FvGFc7oqFCMslg,174
|
|
@@ -5739,7 +5742,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/goldengate/deployment-type-col
|
|
|
5739
5742
|
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/deployment-upgrade.txt,sha256=2VhaIfDJo14rKueIikuWf2oiJ_itt0t1KGuKkdbV-cw,251
|
|
5740
5743
|
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/deployment-version.txt,sha256=JP_watowDP1dYoRWIkBT50PVsXvXTDOUdG2alOT8ODI,159
|
|
5741
5744
|
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/deployment-wallets-operation-summary.txt,sha256=yt7m-_xLSIJuhdhJv5XP484CBNLnQXe4h7y63yHDXEQ,213
|
|
5742
|
-
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/deployment.txt,sha256=
|
|
5745
|
+
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/deployment.txt,sha256=fRRTMDVVerFuAZJfz3Lr1etspcqRASbhwbNxfYvZz_Y,576
|
|
5743
5746
|
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/message-summary.txt,sha256=M3RGLA6o66lMC9iev7rR5Pu8M3mgWJds5ET2YuHjTrE,144
|
|
5744
5747
|
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/pipeline-recipe-collection.txt,sha256=9_m49qv8XrMI1vtVofukSjq9NPx25sqmgy5MtU593uk,165
|
|
5745
5748
|
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/pipeline.txt,sha256=IJBsby3efh1UnyCDfGcoO0IHJ92YM3t8ZcpUai3szC4,410
|
|
@@ -5754,67 +5757,70 @@ oci_cli/help_text_producer/data_files/text/cmdref/goldengate/certificate/get.txt
|
|
|
5754
5757
|
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/certificate/list.txt,sha256=_zXlLlFkUfvtezAR-zjpCypIswD0Ng5a1tMZJ61B9OE,3756
|
|
5755
5758
|
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/add-lock.txt,sha256=mshwADU7wx90b6fnfBQAyz9alXJP1kHw59B5au6KhUA,4396
|
|
5756
5759
|
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/change-compartment.txt,sha256=Z-naVgA4yHfNQe8zpnMuIpjj0ni1QDHSeoHRuqHndFg,4676
|
|
5757
|
-
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/
|
|
5758
|
-
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-amazon-
|
|
5759
|
-
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-amazon-
|
|
5760
|
-
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-
|
|
5761
|
-
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-azure-
|
|
5762
|
-
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-
|
|
5763
|
-
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-
|
|
5764
|
-
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-
|
|
5765
|
-
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-
|
|
5766
|
-
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-
|
|
5767
|
-
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-
|
|
5768
|
-
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-google-
|
|
5769
|
-
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-google-
|
|
5770
|
-
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-
|
|
5771
|
-
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-
|
|
5772
|
-
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-
|
|
5773
|
-
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-
|
|
5774
|
-
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-kafka-
|
|
5775
|
-
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-
|
|
5776
|
-
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-microsoft-
|
|
5777
|
-
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-
|
|
5778
|
-
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-
|
|
5779
|
-
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-
|
|
5780
|
-
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-
|
|
5781
|
-
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-oracle-
|
|
5782
|
-
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-
|
|
5783
|
-
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-
|
|
5784
|
-
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-
|
|
5760
|
+
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/change-subscription.txt,sha256=DNfpuUsuW7mX997bbwRWSUplDcEMS1x0ep-pFT-DzbI,4266
|
|
5761
|
+
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-amazon-kinesis-connection.txt,sha256=D0VP3-MnH7qGy5FO2U8Jnnu_GxyxcMv0FVd3Ni_SjeI,10202
|
|
5762
|
+
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-amazon-redshift-connection.txt,sha256=Cd29S-cyyX5uG3X0YVO4mbKuerXSlnVXjXe3OI164t0,10961
|
|
5763
|
+
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-amazon-s3-connection.txt,sha256=UzYZzF-rEoJt-GGu0FNu51J1ELRK7PyFTcwzUBqZ8EI,10259
|
|
5764
|
+
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-azure-data-lake-storage-connection.txt,sha256=IaVYJ5zMp8Csufd26y0KQOhjvzfwFF7NQCASS33rwzc,12628
|
|
5765
|
+
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-azure-synapse-connection.txt,sha256=a13hvQeqMNE5FAFtO4_bCkTP1xmAWpbHdrNPsDxN-HA,11072
|
|
5766
|
+
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-databricks-connection.txt,sha256=MIP9o_vZrN21Tvc17oPP8T3tBj-5seKyUsb0cRbfK_c,11157
|
|
5767
|
+
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-db2-connection.txt,sha256=qtnynzPUEBnrRckreswdAnafM8ZkZzfjbPPAxqnBEYA,13602
|
|
5768
|
+
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-elasticsearch-connection.txt,sha256=hfnISDu4fPfw6kpnWpjUV6SxJD9iQPbSSOis2uqjFDc,11697
|
|
5769
|
+
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-generic-connection.txt,sha256=yf8ZDfPXNwx_JZB6dAujcL2PhMOFztZtdozHzLexiPI,9643
|
|
5770
|
+
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-goldengate-connection.txt,sha256=RWgqezMxsoggSPU_cd26SuO-e2PsWBm-olva0bM4yHw,10695
|
|
5771
|
+
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-google-big-query-connection.txt,sha256=6_23VChsKVcS7lhdqQd79bywHBRXilepoSkK4B0IzhU,9859
|
|
5772
|
+
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-google-cloud-storage-connection.txt,sha256=W-51D-tz7TrkQRZCLrFnARRKsaFBUCLp4tIZDl0OfFk,9902
|
|
5773
|
+
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-google-pub-sub-connection.txt,sha256=8o8xm1Oa1asOYEe4QJTvUWKQFU6_5LekKHuDrYsR46A,9839
|
|
5774
|
+
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-hdfs-connection.txt,sha256=JumyP4ciB_WCI5VYgCh2_YHjcNc2oduUFgEUgchQMCI,9690
|
|
5775
|
+
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-iceberg-connection.txt,sha256=Sd3X0iknMuwX7KuisC1nH-PLWaD1k6rvaIqFGID66Kc,10474
|
|
5776
|
+
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-jms-connection.txt,sha256=UclTvokNhlheu0KNtaqsGCt9krFPxl0a0Kq7xO_6M4k,14763
|
|
5777
|
+
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-kafka-connection.txt,sha256=QghwFZ8W027viJqPAFEIL7EXv52RKdMlaDPf0TIDNcc,13898
|
|
5778
|
+
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-kafka-schema-registry-connection.txt,sha256=b60oIFSPD2bb0yuRRB_UU8RURjiQI0CARZC8n0YrZwI,13631
|
|
5779
|
+
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-microsoft-fabric-connection.txt,sha256=y8dY1L8G-EaKKxRFGbAjtCDF2AxvgzS-CEvGuTPqM8s,10478
|
|
5780
|
+
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-microsoft-sqlserver-connection.txt,sha256=AcmsRuMUpfUXPD9PKXFeuKL6GL1Q9yLbfZNTyPTc9gs,13175
|
|
5781
|
+
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-mongo-db-connection.txt,sha256=-Yqj_MqZj7KJvVcFbF6L2il5Iv3g7XpocUqPCJEMogk,11331
|
|
5782
|
+
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-mysql-connection.txt,sha256=ChCm7Q3x4cvjDJ-SDhhS0ZkV9L4opthy6ENvdrVWK-c,14021
|
|
5783
|
+
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-object-storage-connection.txt,sha256=f7Wiy4sEnPuodumW2N6P1cx9evcVnhEhFLR_O1Ky6jE,11120
|
|
5784
|
+
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-oracle-ai-data-platform-connection.txt,sha256=LENwAZVlaE459zMV9LxXmDPWQG15II7MRCw5PjsIRVI,10970
|
|
5785
|
+
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-oracle-connection.txt,sha256=fz5X26_N3YZcrP8CFxkTAJl6hEbOO9HYN2lIWBa4LSA,12353
|
|
5786
|
+
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-oracle-nosql-connection.txt,sha256=hIUyXj8XuWRHevfrbounn2arMiVZu4oAc64gz3S0ny0,11114
|
|
5787
|
+
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-postgresql-connection.txt,sha256=jj9xghTs0Ry-VrLnD1S_gkAL9JqjzeKsT_sqWB9eIQg,13975
|
|
5788
|
+
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-redis-connection.txt,sha256=JY7w4yAoUGitjq2cSIQER3c10z5vas8_plhZfaHsP9s,12775
|
|
5789
|
+
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-snowflake-connection.txt,sha256=UkWvBo3RXfXASt1PV2NSQNG0XsHwXpus7dK9x0soltI,12030
|
|
5785
5790
|
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/delete.txt,sha256=csfisJspZywI-g9DehJV_aWbBBBBbU6qoqcB6ge7pJs,4119
|
|
5786
5791
|
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/get.txt,sha256=uHkMC2fyoOnvfVBLoClyjVwKQ4QqwPkTuxhRX4qPiXU,2793
|
|
5787
|
-
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/list.txt,sha256=
|
|
5792
|
+
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/list.txt,sha256=kmOnGcfRPauKKo832HlokSNPUYacc-muLH8DXCp0cIE,6876
|
|
5788
5793
|
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/refresh.txt,sha256=PikKZP0eVi1OPYkAro0sJzpaIZu-SGahSqfzOMDLPDw,4083
|
|
5789
5794
|
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/remove-lock.txt,sha256=oLuFeUpygiX04UDu6ETJPVxRjKP70QpCg3we3fy4JAI,4280
|
|
5790
|
-
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-amazon-kinesis-connection.txt,sha256=
|
|
5791
|
-
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-amazon-redshift-connection.txt,sha256=
|
|
5792
|
-
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-amazon-s3-connection.txt,sha256=
|
|
5793
|
-
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-azure-data-lake-storage-connection.txt,sha256=
|
|
5794
|
-
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-azure-synapse-connection.txt,sha256=
|
|
5795
|
-
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-databricks-connection.txt,sha256=
|
|
5796
|
-
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-db2-connection.txt,sha256=
|
|
5797
|
-
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-elasticsearch-connection.txt,sha256=
|
|
5798
|
-
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-generic-connection.txt,sha256=
|
|
5799
|
-
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-goldengate-connection.txt,sha256=
|
|
5800
|
-
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-google-big-query-connection.txt,sha256=
|
|
5801
|
-
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-google-cloud-storage-connection.txt,sha256=
|
|
5802
|
-
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-google-pub-sub-connection.txt,sha256=
|
|
5803
|
-
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-hdfs-connection.txt,sha256=
|
|
5804
|
-
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-iceberg-connection.txt,sha256=
|
|
5805
|
-
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-jms-connection.txt,sha256=
|
|
5806
|
-
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-kafka-connection.txt,sha256=
|
|
5807
|
-
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-kafka-schema-registry-connection.txt,sha256=
|
|
5808
|
-
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-microsoft-fabric-connection.txt,sha256=
|
|
5809
|
-
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-microsoft-sqlserver-connection.txt,sha256=
|
|
5810
|
-
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-mongo-db-connection.txt,sha256=
|
|
5811
|
-
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-mysql-connection.txt,sha256=
|
|
5812
|
-
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-object-storage-connection.txt,sha256=
|
|
5813
|
-
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-oracle-connection.txt,sha256=
|
|
5814
|
-
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-oracle-
|
|
5815
|
-
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-
|
|
5816
|
-
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-
|
|
5817
|
-
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-
|
|
5795
|
+
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-amazon-kinesis-connection.txt,sha256=h0tFvSnnpq4W4g1eJWnGxmfxrUhyyncv7qMuTXmeILk,8612
|
|
5796
|
+
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-amazon-redshift-connection.txt,sha256=dYRXZu2M3vkgaZ2VHZmySyIZFQ96eVs1I36qpW9wRfA,9123
|
|
5797
|
+
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-amazon-s3-connection.txt,sha256=wsIEcVxL-HUyk3HxHVnQY4963dCKU-LOT80VF_vK1EM,8689
|
|
5798
|
+
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-azure-data-lake-storage-connection.txt,sha256=WQ75CvRwNiGZYZ3OzqZUzUMyHzpDB_A1A5xajRLsmg8,10705
|
|
5799
|
+
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-azure-synapse-connection.txt,sha256=uxv4dhG9uCojIQc6_oS92ln9X3ds5VUVYbJeqSjLeGM,9219
|
|
5800
|
+
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-databricks-connection.txt,sha256=C52rMD6U9E2_6qqBjDareBQQgFVAKnR3epVF4U_8ffc,9289
|
|
5801
|
+
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-db2-connection.txt,sha256=zGY2EXG3xT-VeonzQNlztsWG-NBuPc0bSaXZztCDbnY,11143
|
|
5802
|
+
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-elasticsearch-connection.txt,sha256=kuB0QSN3eRnoaZwFtQ56KMWZhF_1l6wlW2kqRlVAODw,9567
|
|
5803
|
+
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-generic-connection.txt,sha256=Nw8taEerSZ3hhHghOa45915Ao9ywOHd32NfLFR5ZGqc,8126
|
|
5804
|
+
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-goldengate-connection.txt,sha256=7HDOQUEc5FJX-XrcxfY2vUowu_s5snha0aVFBtfKFP8,9380
|
|
5805
|
+
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-google-big-query-connection.txt,sha256=5yOIng3g1tCOpKrfYlgEH3nIGZt1xj3Z1Hyq_aoeuvg,8527
|
|
5806
|
+
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-google-cloud-storage-connection.txt,sha256=chRHKEdh691tyNyvOt4P7UqirVO7VmIB_r6zQUgH4hs,8557
|
|
5807
|
+
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-google-pub-sub-connection.txt,sha256=eBmflGfZhVG0WsPQiKQ-ct38VchHYl4eYXdlh8su-Is,8513
|
|
5808
|
+
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-hdfs-connection.txt,sha256=59Djre5YA5w5WWUQxR_1R6C0DAza5MmRlDsd928GKp4,8114
|
|
5809
|
+
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-iceberg-connection.txt,sha256=M3mzaOkmyw7DbkA77_kaBMqdCFIUsMnQHElIxIO5igg,8783
|
|
5810
|
+
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-jms-connection.txt,sha256=nNlhYRzV50ICI-Jzjvq04fH4ZrBlTqKxdI6hgYTFNBY,13190
|
|
5811
|
+
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-kafka-connection.txt,sha256=CLjWqedVPcvpvBOJBBqrGzxd5pvjANmQo9feQclM9FQ,12598
|
|
5812
|
+
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-kafka-schema-registry-connection.txt,sha256=UPzDWPOlxi9rXcLTeoNOdUmWcEVT6XmGZGGbwmNp1mg,11801
|
|
5813
|
+
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-microsoft-fabric-connection.txt,sha256=pqMSh5VJ5McsGZZaLq_l8YvFwXyznSkx-8BSLKnknYw,8655
|
|
5814
|
+
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-microsoft-sqlserver-connection.txt,sha256=bRMGdzrLe1h9hYCyMlCKfup-a3Gx48pKqPEyDUfBi6s,10587
|
|
5815
|
+
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-mongo-db-connection.txt,sha256=oigIkLvdqihTHg8OH-bKeckN1aAKzeXzF02z2VOUMCQ,10023
|
|
5816
|
+
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-mysql-connection.txt,sha256=wG5AFy2Rct7ZdQysHyoIS46X6D-QGcw0FG5AstqnhFA,11964
|
|
5817
|
+
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-object-storage-connection.txt,sha256=w-LvTwYUgDJN928oJamMz3F5KbHhh7zPxpMAp8yRdgs,9789
|
|
5818
|
+
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-oracle-ai-data-platform-connection.txt,sha256=uWMrCr85yJhE9PC5DpWoy07VxVTZdWe9CpaHYaaLy-g,9339
|
|
5819
|
+
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-oracle-connection.txt,sha256=AmzfPI01EDnsx2prUxLhaJZtwi9HF-Hf5_KlbV8ObrQ,10820
|
|
5820
|
+
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-oracle-nosql-connection.txt,sha256=AotjLdkxd4qDpfROJLdLADkAozkCOM5wepYZg5QIViI,9793
|
|
5821
|
+
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-postgresql-connection.txt,sha256=thqptPJ_RQMQvxV7RwtoijdOAR8VwgquD0jPUWYHnc4,11888
|
|
5822
|
+
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-redis-connection.txt,sha256=e34gjJEjL3Mn0Ki68pyEKDn1J15nE5Y4yY9MlIXP4CQ,10917
|
|
5823
|
+
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-snowflake-connection.txt,sha256=Vfa89-VRWpP1W2idoJ_xmQlbx89txo9dHFvxwfSyDpI,9733
|
|
5818
5824
|
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection-assignment/create.txt,sha256=uLXYenT57s_v1FCi9HfWIKd7KC9MUfFD5w_Kwy8w7K0,3123
|
|
5819
5825
|
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection-assignment/delete.txt,sha256=wkFlF2IB2DXyEZ4gnZt7pLy0lGil8f2hMf_Uh8EX_m0,4242
|
|
5820
5826
|
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection-assignment/get.txt,sha256=XviDKdyv-vZPDCgh3K_DlGI_vsaW676oOmNCENiwCqM,2798
|
|
@@ -5829,21 +5835,22 @@ oci_cli/help_text_producer/data_files/text/cmdref/goldengate/database-registrati
|
|
|
5829
5835
|
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/deployment/add-deployment-local-peer.txt,sha256=ndvlGE-q3cvPokfHDWJPObAXw9GS96jcIR0IPlW74Ns,4372
|
|
5830
5836
|
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/deployment/add-lock.txt,sha256=ZrnjWtnOGqSU0DMFaPgaY8bB1SXuNnsPvab6_-_vXcU,4483
|
|
5831
5837
|
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/deployment/change-compartment.txt,sha256=RIJYwBv9ZrXpc_qCU-eTaxh5VAk6V0doJ5jRMQkr_58,4683
|
|
5838
|
+
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/deployment/change-subscription.txt,sha256=z8vW5s-LjvpaElVE-anlXA3mbZP-P8Za9UpZElsmEXs,4272
|
|
5832
5839
|
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/deployment/collect-diagnostics.txt,sha256=VBjws8ldkXh5uBXmozWsTwKw5g_Jw9KD6egNIGFZlPE,9268
|
|
5833
|
-
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/deployment/create.txt,sha256=
|
|
5840
|
+
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/deployment/create.txt,sha256=WQvFm9zmVdJnUx6ENmoGYb4kWF-azlrXHzuq20jpY2M,12048
|
|
5834
5841
|
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/deployment/delete.txt,sha256=M7TzbHmJJyLP4cVMMDTxkVEYu3IEv-OcgXtVEsDkdiY,4127
|
|
5835
5842
|
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/deployment/export-wallet.txt,sha256=6mS52pVUMxWMEDZ263rjlynbyGptTGCzU0MWOGbHmUg,5544
|
|
5836
5843
|
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/deployment/generate-library-url.txt,sha256=X64V2TE4DwZ0JE_9SFZO4wKlWGzqvSZArat0DVm2fQQ,3664
|
|
5837
5844
|
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/deployment/generate-log-reader-component-library-url.txt,sha256=6sgMviMlNC5DB_DebI-9_ui-cvhw26w7n87O8yj_EaQ,3412
|
|
5838
5845
|
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/deployment/get.txt,sha256=lD8l2R4EBKDZh8j4AMwjZBb6jzWkyhHvmPlfrcuXVOw,2681
|
|
5839
5846
|
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/deployment/import-wallet.txt,sha256=IC2jYXmP9zVUC3mg5c5F1CLi6zOz90xFkNqFPgkbcLY,5628
|
|
5840
|
-
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/deployment/list.txt,sha256=
|
|
5847
|
+
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/deployment/list.txt,sha256=CGPqpuaGulh9DDnCicFmd9Kmsv9C7ES5XLcgNatxDG8,5655
|
|
5841
5848
|
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/deployment/remove-deployment-local-peer.txt,sha256=BSSTOPulIFuSToEWC8bkr4r8NTLaxO6GcHSOgkN5rzU,4944
|
|
5842
5849
|
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/deployment/remove-lock.txt,sha256=c5NsMHYqPK8nYiNrMc7GjYVJZeeeuLhuoLx6rUEmzW4,4367
|
|
5843
5850
|
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/deployment/start.txt,sha256=htb_H3eX2eVneo0il37EtAfyczIgPQKcIkpiVi9ArSg,4128
|
|
5844
5851
|
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/deployment/stop.txt,sha256=exGFvm9aWS-HYvQSF6YkXSMXA2wfBqrAO10HpFTxXgg,4122
|
|
5845
5852
|
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/deployment/switchover-deployment-peer.txt,sha256=u6KYlPeD64887BKjZpCffDl6doyIqJbJK4RF8b-qXSo,4923
|
|
5846
|
-
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/deployment/update.txt,sha256=
|
|
5853
|
+
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/deployment/update.txt,sha256=x83VDXXZoRNinUKjuD9V86rNUe88zSyxGBBI5oEorTc,11036
|
|
5847
5854
|
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/deployment/upgrade-to.txt,sha256=hxTv9r59uUJBbPsE35ALzrPGy-AHVGEPN8GV4x1Xiq4,4423
|
|
5848
5855
|
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/deployment/upgrade.txt,sha256=AhLTKJ6voBa2P9yJkOdKSxqLtUEiStcI89Dfe0itHOY,4139
|
|
5849
5856
|
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/deployment/wallet-exists.txt,sha256=290DCacehoCvP0wKrafxp9J8kopV1VMvhnhNf2p1rSI,3154
|
|
@@ -5894,7 +5901,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/goldengate/work-request/list.t
|
|
|
5894
5901
|
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/work-request-error/list.txt,sha256=rWOBa_VKTYY-MaaQpgbAvAeJ8nZoctQDWho2s4wX1pU,3205
|
|
5895
5902
|
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/work-request-log-entry/list.txt,sha256=EzdsVrBmWQZBCwi4UKkZHywQkCQgRcg62ml-YTpknEk,3215
|
|
5896
5903
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/governance-rule.txt,sha256=TGKSIFXpaqCm_i79P_45Ebd4PsucVoWuEsI7tZ5QNjY,747
|
|
5897
|
-
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request.txt,sha256=
|
|
5904
|
+
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request.txt,sha256=D11NohI8mVHdzoiH7zW7dT78ghPIM0wNvxjqAhYKxjs,267
|
|
5898
5905
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/governance-rule/enforced-governance-rule.txt,sha256=RDRdSpzYGqJnCo6y7PuBQ_ZkcVJ2onD8j7eJ_XzkJqI,247
|
|
5899
5906
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/governance-rule/governance-rule.txt,sha256=2-seomAEnKzfLBZpyOXCnbQGzFsJUEIf7ADX-cnRFpU,495
|
|
5900
5907
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/governance-rule/inclusion-criterion.txt,sha256=JEuQKkXKeNrLIzj1w1jWA5bFCHTplrdt4DvoPgwAtLA,337
|
|
@@ -5922,13 +5929,13 @@ oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane
|
|
|
5922
5929
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/governance-rule/tenancy-attachment/list.txt,sha256=C1OwOb_C4apZNRAuNj6jxLtUkhk90WkP0f5wqxkSPJo,3935
|
|
5923
5930
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/governance-rule/tenancy-attachment/retry.txt,sha256=POX41lH0Qn6XpnZwcygZ65NOx2GwDcLQJZ7A_qfpzjw,4320
|
|
5924
5931
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-error.txt,sha256=rivEQ094k4chVe7rLhnzUE3U6HveVjmqHEPljx4Fxsc,173
|
|
5925
|
-
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-log.txt,sha256=
|
|
5932
|
+
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-log.txt,sha256=lsFbykzyaFjAKvFk7IjfWYi0mRdrBEwcAi66pxZSbzo,166
|
|
5926
5933
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request.txt,sha256=XhA8S7RfdK8Ov6-V5ASYx1yUrY-4TGbAgx6pBLlyMDw,154
|
|
5927
5934
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request/cancel.txt,sha256=ppMuQa-4dyhZHDxvLHlBGTwEW2nE90rA6AlEmp_sDJE,3222
|
|
5928
5935
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request/get.txt,sha256=AWzzQWw-HEt2EAe2NJitsSUjK9q3--4im71X7Dh7Kr0,2830
|
|
5929
5936
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request/list.txt,sha256=UM49uAHi8HQnmiYbuvGE10M6R7J_jkMz3nZKOu7uqxA,3620
|
|
5930
5937
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-error/list-errors.txt,sha256=JDB4ieNtUv77aIcHzTzyv-3AB2HubHUE8kB6zfjllSk,3684
|
|
5931
|
-
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-log/list.txt,sha256=
|
|
5938
|
+
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-log/list-logs.txt,sha256=DVmnvWXyvaJpRxlJ2ejNzbRQLla81iV-AIWmrtsWKNQ,3666
|
|
5932
5939
|
oci_cli/help_text_producer/data_files/text/cmdref/health-checks/http-monitor.txt,sha256=WJlsQ1wPbzczvAUiVMicgaFHnPscAMDiPb8Kj0xMxc4,245
|
|
5933
5940
|
oci_cli/help_text_producer/data_files/text/cmdref/health-checks/http-probe-result.txt,sha256=zcygFnKRIn4cHdPQafl50bhiLeErptIAUpven3duA6k,387
|
|
5934
5941
|
oci_cli/help_text_producer/data_files/text/cmdref/health-checks/http-probe.txt,sha256=f2WhMEjdazb6skkMW2nlG0NRt4KB6Jhwv2m58NBIcDA,196
|
|
@@ -6589,7 +6596,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instan
|
|
|
6589
6596
|
oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance/change-private-endpoint-outbound-connection-none-outbound-connection.txt,sha256=XKAJn_5o6NiAsyXlvWR_9V4JZ3bzsX41b2L91S5toAA,5494
|
|
6590
6597
|
oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance/change-private-endpoint-outbound-connection-private-endpoint-outbound-connection.txt,sha256=gRFg_bnp4-ttJpZi_glj7Fct7dall-brE8F1XsKem44,6699
|
|
6591
6598
|
oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance/change-private-endpoint-outbound-connection.txt,sha256=oUJ5a1mAr1d8oXA2aClkoMenNzwB0Ip3E9YbKu6-cjU,5857
|
|
6592
|
-
oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance/create.txt,sha256=
|
|
6599
|
+
oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance/create.txt,sha256=jXw7tAtZGj09ZsCDxHRuyJ7paG5aUSYcsopFeOD0wY0,9531
|
|
6593
6600
|
oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance/delete.txt,sha256=GrTyVw5l77wniuRW2M2sjjFyydv8acXEJwdZKgrll-0,4076
|
|
6594
6601
|
oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance/disaster-recovery-failover.txt,sha256=xgPlqDGO5H2DqM4INvRJCPUN-Yqvp1S7mk99-c0khI4,5513
|
|
6595
6602
|
oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance/enable-process-automation.txt,sha256=TI9345MRiyDnTFWRP0FPpNhIcdNmzd_qBt6IAaies6w,5242
|
|
@@ -6599,11 +6606,64 @@ oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instan
|
|
|
6599
6606
|
oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance/remove.txt,sha256=NeOF_f0Ve7wFADxL-ZIT5Ke7X3nrfI9O9lRJ-9eESPw,5207
|
|
6600
6607
|
oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance/start.txt,sha256=iGkuIzsBJM0CQOaRwR89IeQLqhfC6MR3Hp5RvFmdEdw,4023
|
|
6601
6608
|
oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance/stop.txt,sha256=QaKagbCETEEfn_XCIn02IuK4pgPhc4HQx-ujx3mqRNk,4015
|
|
6602
|
-
oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance/update.txt,sha256=
|
|
6609
|
+
oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance/update.txt,sha256=rjZjUn-a3DOAjjZT7Hmmsn1WtQWpyJQpFaav6XlJ6vI,7698
|
|
6603
6610
|
oci_cli/help_text_producer/data_files/text/cmdref/integration/work-request/get.txt,sha256=XlWMec7E4rE9HeMIWfKKI2pSYH_Yz1IiM8Rm0YOioIM,2737
|
|
6604
6611
|
oci_cli/help_text_producer/data_files/text/cmdref/integration/work-request/list.txt,sha256=Ozywgm7VYJTNRVTLfpS9Z7r5lZyC7pFwYwyMLKmnhJo,3456
|
|
6605
6612
|
oci_cli/help_text_producer/data_files/text/cmdref/integration/work-request-error/list.txt,sha256=sSyNGg3WV33nYM1egZhom4DF9u3wr1x-YRkzfptccNY,3546
|
|
6606
6613
|
oci_cli/help_text_producer/data_files/text/cmdref/integration/work-request-log-entry/list-work-request-logs.txt,sha256=Ukqfc4w5spG0duMJpQWf74A-fZFZn7EyqPTNa4OUVcQ,3668
|
|
6614
|
+
oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-adapter.txt,sha256=rm7FoJZkoDcvbb6c5UOzyey2GEcLWvfgq-l4GJogagk,663
|
|
6615
|
+
oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-instance.txt,sha256=S_3skv0pCVHx4AmL1-S59zOVQrP5N9Ltwkg-BaaILt8,591
|
|
6616
|
+
oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-model.txt,sha256=GgxNNUpUX3jq3IsiNwIWLt9cYEdaiYEBQq5A835y3Sg,618
|
|
6617
|
+
oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-relationship.txt,sha256=rAybjBgECdS5p32LAplhm1ENNOkrMhGYcF-1PD2AkuE,594
|
|
6618
|
+
oci_cli/help_text_producer/data_files/text/cmdref/iot/domain-group.txt,sha256=6hm3DizSvlm9KLnPr1dQW43azkFyC1p9O88tXDM_Mnw,591
|
|
6619
|
+
oci_cli/help_text_producer/data_files/text/cmdref/iot/domain.txt,sha256=-JYEMgriN9hRF50jhj0ExKssDeqkEbdbZ77ooSyOqQI,752
|
|
6620
|
+
oci_cli/help_text_producer/data_files/text/cmdref/iot/work-request.txt,sha256=C1_VX527_2B8OpNUYveJNTZOnW4g9VDeUMtNoX2Um38,471
|
|
6621
|
+
oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-adapter/create.txt,sha256=RJPSDhW2Svo7rbWyjumskCUSODfVd4dfAaBezyLosSs,6400
|
|
6622
|
+
oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-adapter/delete.txt,sha256=mdRFGlcfsT7ymWiX3CEQp_zGVWKH3aYvLAYBt0BN8rA,4216
|
|
6623
|
+
oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-adapter/get.txt,sha256=_t3DcVE79GFS9VNAQfa_cSVDQBylyJa8gXYpq2PFZ3o,2905
|
|
6624
|
+
oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-adapter/list.txt,sha256=AHOCd-mG1sXz62pBTzfvS89VFlrdPkMucG1NscT08U0,4203
|
|
6625
|
+
oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-adapter/update.txt,sha256=twlqljEnXAm6Mvzb4yTK6RKSc6KFPmksDiF4yQbvWF4,6831
|
|
6626
|
+
oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-instance/create.txt,sha256=4kOXqJJg_7G97_7uSUHP_4Wd20uRiez-Mw-WzVvQO_I,5747
|
|
6627
|
+
oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-instance/delete.txt,sha256=OLJA7QqgYbt7S1E8CumJ1hpmBJnecvlhxkU_cpouRdY,4222
|
|
6628
|
+
oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-instance/get-content.txt,sha256=LrhqPPVXv66NqdJJWTyzTAEoVjQVD00VFR4dLryLHDA,3082
|
|
6629
|
+
oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-instance/get.txt,sha256=QM7sm9o_tbzFKTa8yVSwxLfQYz0OeCa86MMZpz7SUhg,2911
|
|
6630
|
+
oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-instance/invoke-raw-binary-command.txt,sha256=7UePRuJ9MP4INZ7-L2LK-TTWqpbnyFYinS-OwDcYwXw,3776
|
|
6631
|
+
oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-instance/invoke-raw-json-command.txt,sha256=XA7NJwUFEQRis_QcXDkvXoYHnITXwcylZhBH3d9WlPk,4140
|
|
6632
|
+
oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-instance/invoke-raw-text-command.txt,sha256=QFQUXrI2QapoTFs8MsrybEVUxnD0aNOyyfThpe-7x2Q,3730
|
|
6633
|
+
oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-instance/list.txt,sha256=4TnnMIZQhmHOF60End5I38Xqtf24UHUzCpQSpGyCFA0,4207
|
|
6634
|
+
oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-instance/update.txt,sha256=cZKj6NwgBp_MsjSZRGE-CJ3djkewKeyULjYP27dYnko,6188
|
|
6635
|
+
oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-model/create.txt,sha256=kovoVPthvqo95TQO45O9uX9ASHfb-_WVYI1zZ5mdXCg,5893
|
|
6636
|
+
oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-model/delete.txt,sha256=dKSroeKWiCwLxSJ_KLLV_XUly9LyDxRjdL5lo247j6o,4407
|
|
6637
|
+
oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-model/get-spec.txt,sha256=6dIHZ6ChCNigDa_U23EoFKqFnB3yPEHynCQ_lnFtvC8,3124
|
|
6638
|
+
oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-model/get.txt,sha256=Srv_p7AsLAkwASohUUtLssRSK3yaH0zfqQmZ78aSI2I,3096
|
|
6639
|
+
oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-model/list.txt,sha256=8zc3RwCm0Gi9DFyXXoabdGQmswqHF6cNHGteFeY6RTg,4173
|
|
6640
|
+
oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-model/update.txt,sha256=SLaSv5fTf_gzDi4thfTsgUtUsawtVrcWovjI3-ahiww,5994
|
|
6641
|
+
oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-relationship/create.txt,sha256=lPSmI6fU5G1Px6hITFox0k5EKmOPax6LLJywOt14ayE,6862
|
|
6642
|
+
oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-relationship/delete.txt,sha256=qdyqCIqc_bZpoudKw_nDFlVsLy0ClvrPD3TFDcl1AJQ,5172
|
|
6643
|
+
oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-relationship/get.txt,sha256=w_998VApg4JLzj4xbIUhzjj5f_YoDJgQvNwracHPDLQ,3861
|
|
6644
|
+
oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-relationship/list.txt,sha256=Q_kvkdApDLu1wLTJOSRU8Q3Rd0CYJHP0e92h5HFq_As,4347
|
|
6645
|
+
oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-relationship/update.txt,sha256=9TeE9hGOmvirzHZYxVgqkPD78zj1E78IdQE3v_6O2PI,7150
|
|
6646
|
+
oci_cli/help_text_producer/data_files/text/cmdref/iot/domain/change-compartment.txt,sha256=gU-jPqYGm-OEn_FIelC5cIYxo5q2w8ZsZjMkfIZzRYs,4524
|
|
6647
|
+
oci_cli/help_text_producer/data_files/text/cmdref/iot/domain/change-data-retention-period.txt,sha256=brwujSygEYQFh0VhPn0Mc1hQQj-rBTCvh08njn0SVSo,4986
|
|
6648
|
+
oci_cli/help_text_producer/data_files/text/cmdref/iot/domain/configure-apex-data-access.txt,sha256=tuDCry_SHTtlJvITgY3GvPDYShthGGovJ0DhhmN77q8,4562
|
|
6649
|
+
oci_cli/help_text_producer/data_files/text/cmdref/iot/domain/configure-direct-data-access.txt,sha256=zDl-0-HYTm6sq5uSrBUYfOcsdxWwQbEuwFYnOyjsYgw,5011
|
|
6650
|
+
oci_cli/help_text_producer/data_files/text/cmdref/iot/domain/configure-ords-data-access.txt,sha256=c6Zhr1rT2-EZOmf-AVcHAeP7-i07LJ--t8Mt0yIldII,4556
|
|
6651
|
+
oci_cli/help_text_producer/data_files/text/cmdref/iot/domain/create.txt,sha256=grwIGilGjgJ_-K0bkvPlcoWIUDoVe3lNvvlL1U6n9HQ,5465
|
|
6652
|
+
oci_cli/help_text_producer/data_files/text/cmdref/iot/domain/delete.txt,sha256=dEy4gcsHyZpa7JAS7vD-tzeHCp81CEcgulwZnXBMCuQ,4070
|
|
6653
|
+
oci_cli/help_text_producer/data_files/text/cmdref/iot/domain/get.txt,sha256=aJJLgU0oAG5KWTHDb6VPzEbOLW3wahgDuaLZAT52RWE,2679
|
|
6654
|
+
oci_cli/help_text_producer/data_files/text/cmdref/iot/domain/list.txt,sha256=nPwgd_Sw1OLvsBRZeOQK9UoD8qYdjwh7-raqI0cnIiI,4189
|
|
6655
|
+
oci_cli/help_text_producer/data_files/text/cmdref/iot/domain/update.txt,sha256=DplG2_BKDDKE8HT8Fqx58A8z_4T1ll9SnJG4rewhfls,5528
|
|
6656
|
+
oci_cli/help_text_producer/data_files/text/cmdref/iot/domain-group/change-compartment.txt,sha256=MtbGkHfUNxX917ZWZW-0RZrMsN939QVmklR6p63_oSc,4595
|
|
6657
|
+
oci_cli/help_text_producer/data_files/text/cmdref/iot/domain-group/configure-data-access.txt,sha256=uo9WueKQFHc_Rgl2cNW4oubpdqJ9oRqWxut1jKmxvzc,4986
|
|
6658
|
+
oci_cli/help_text_producer/data_files/text/cmdref/iot/domain-group/create.txt,sha256=_tHDilxHMRQeIIet6Y-Zc_ZIkT3AfLqJvIRTMeNLVMs,5168
|
|
6659
|
+
oci_cli/help_text_producer/data_files/text/cmdref/iot/domain-group/delete.txt,sha256=6YxI7a7S_snnht8hFdZ00txZvN68kB-UjK6My-S0FpU,4135
|
|
6660
|
+
oci_cli/help_text_producer/data_files/text/cmdref/iot/domain-group/get.txt,sha256=fshA0urB26yKZr0lq-2umtW8MY3sCWOyiq0d0kD_6SE,2744
|
|
6661
|
+
oci_cli/help_text_producer/data_files/text/cmdref/iot/domain-group/list.txt,sha256=L9HDf4VbDc3cep4Mu2vh8W1oTZs0XWOI9j0Zdy3_vfU,4110
|
|
6662
|
+
oci_cli/help_text_producer/data_files/text/cmdref/iot/domain-group/update.txt,sha256=3ZpK6Kww7hxkeTcUtMn0uq2Kn2POzcBNpinfoJJ4zSQ,5593
|
|
6663
|
+
oci_cli/help_text_producer/data_files/text/cmdref/iot/work-request/get.txt,sha256=IMEGIXunmRdcMaWyiSf9p8y8OnVFO1QYrCzCqjhnMkk,2725
|
|
6664
|
+
oci_cli/help_text_producer/data_files/text/cmdref/iot/work-request/list-errors.txt,sha256=kTBTZeVJWG26qHUYrpUWnNhJJMvQcugH-pBhkHca6cA,3723
|
|
6665
|
+
oci_cli/help_text_producer/data_files/text/cmdref/iot/work-request/list-logs.txt,sha256=bnh5V-vwmkoxO8ZH8TJIystg1JYC_l4CWMVB83nl6pA,3715
|
|
6666
|
+
oci_cli/help_text_producer/data_files/text/cmdref/iot/work-request/list.txt,sha256=KK-IhvM0pTBqa7D0hwLCHiNF2BK2GoGRlTfbMAehOMU,4012
|
|
6607
6667
|
oci_cli/help_text_producer/data_files/text/cmdref/jms/agent-installer-summary.txt,sha256=FcDQ10p0i9h_iYOVCAFGPq2w-jIm3DX1nDMVdqhrZSY,219
|
|
6608
6668
|
oci_cli/help_text_producer/data_files/text/cmdref/jms/announcement-collection.txt,sha256=c7uT7Y6MFaxkKxXepIWWXhtvdSa6AgvNa8R_najbB7E,208
|
|
6609
6669
|
oci_cli/help_text_producer/data_files/text/cmdref/jms/application-installation-usage-summary.txt,sha256=kB334cfGbzSn6gezyH7RK2qRnxTSqraeykRtTV8mHjI,899
|
|
@@ -7800,18 +7860,18 @@ oci_cli/help_text_producer/data_files/text/cmdref/mysql/configuration/delete.txt
|
|
|
7800
7860
|
oci_cli/help_text_producer/data_files/text/cmdref/mysql/configuration/get.txt,sha256=ooYxQ11w3Bn854TGPvuVhjaVQzv4eiRiT7zcy4XhqJI,3470
|
|
7801
7861
|
oci_cli/help_text_producer/data_files/text/cmdref/mysql/configuration/list.txt,sha256=AOTw52lGfY8GCU8e4sgzWgoP20nw1TvcoU0NVCuIy-U,4249
|
|
7802
7862
|
oci_cli/help_text_producer/data_files/text/cmdref/mysql/configuration/update.txt,sha256=bZOL5DNkpkZT15oE6V7VTyl0Rwp9kztS2CfRPtYSZ1s,5666
|
|
7803
|
-
oci_cli/help_text_producer/data_files/text/cmdref/mysql/db-system/clone.txt,sha256=
|
|
7804
|
-
oci_cli/help_text_producer/data_files/text/cmdref/mysql/db-system/create.txt,sha256=
|
|
7863
|
+
oci_cli/help_text_producer/data_files/text/cmdref/mysql/db-system/clone.txt,sha256=WQNyDy3AKENPxYYo0vWon7GTPOAYUaCkcUaXQbGv1mI,15862
|
|
7864
|
+
oci_cli/help_text_producer/data_files/text/cmdref/mysql/db-system/create.txt,sha256=RP8sxCumnL1Bm18W11yLsgNua-ETsEDsTVyQySHFybo,15958
|
|
7805
7865
|
oci_cli/help_text_producer/data_files/text/cmdref/mysql/db-system/delete.txt,sha256=fR6FOeiiL0EE3e0ro5g9RXYSXMbxmOtz6KflMYtbIEw,4673
|
|
7806
7866
|
oci_cli/help_text_producer/data_files/text/cmdref/mysql/db-system/get.txt,sha256=P8dL753FVLrZhXRrbVeavU98tjEskVEVlVD1mQ-TaAg,3572
|
|
7807
7867
|
oci_cli/help_text_producer/data_files/text/cmdref/mysql/db-system/heatwave-cluster-memory-estimate.txt,sha256=HauAOS9xVGc9nYv7jVTJvEiwx0qeQ4LOze3op5I3Jyk,375
|
|
7808
7868
|
oci_cli/help_text_producer/data_files/text/cmdref/mysql/db-system/heatwave-cluster.txt,sha256=mjcjANYYIx5vrDpKIRfvHpMxV1hTB7j0pNcTcmZLXlM,225
|
|
7809
|
-
oci_cli/help_text_producer/data_files/text/cmdref/mysql/db-system/import.txt,sha256=
|
|
7869
|
+
oci_cli/help_text_producer/data_files/text/cmdref/mysql/db-system/import.txt,sha256=1y86gMIC77XzUJWaFDlryp-475LH6n2nK--FKecg-Uw,15855
|
|
7810
7870
|
oci_cli/help_text_producer/data_files/text/cmdref/mysql/db-system/list.txt,sha256=7oX5aggvzNZzjyKLdd8YaEq64VGesbtC784naGd7y6c,4484
|
|
7811
7871
|
oci_cli/help_text_producer/data_files/text/cmdref/mysql/db-system/restart.txt,sha256=I9DbfwoHsgiExj3CAm1U8j6CPUkkBV087U7Ocefut2w,4914
|
|
7812
7872
|
oci_cli/help_text_producer/data_files/text/cmdref/mysql/db-system/start.txt,sha256=swcJXMu0Mfo5iMhRTejIDJG78ETiMYt8L2eKaNR9bp8,4518
|
|
7813
7873
|
oci_cli/help_text_producer/data_files/text/cmdref/mysql/db-system/stop.txt,sha256=f3UDwYQZLiS1kc_U6pwTfDWevXmX5HhkdncIgNciJsk,4934
|
|
7814
|
-
oci_cli/help_text_producer/data_files/text/cmdref/mysql/db-system/update.txt,sha256=
|
|
7874
|
+
oci_cli/help_text_producer/data_files/text/cmdref/mysql/db-system/update.txt,sha256=3DdRwLxYgQZ9wzR-8BX1IOdgohFIJwwkY7zGF8V8qok,16826
|
|
7815
7875
|
oci_cli/help_text_producer/data_files/text/cmdref/mysql/db-system/heatwave-cluster/add.txt,sha256=N00cbfB9ZBt7Gx_SYSuv6T7aHLiP91AWy0X4PpH4Y_s,5118
|
|
7816
7876
|
oci_cli/help_text_producer/data_files/text/cmdref/mysql/db-system/heatwave-cluster/delete.txt,sha256=9KxlF_O5zwvw8380OO3U4eN0ZHagjrX-FHJunFdpA3g,4716
|
|
7817
7877
|
oci_cli/help_text_producer/data_files/text/cmdref/mysql/db-system/heatwave-cluster/get.txt,sha256=4mxNOrzZG2gwgpM7m2XD-vh2_7fc9hr1KcAN69Xq4hs,3604
|
|
@@ -8702,7 +8762,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/opensearch/backup/list.txt,sha
|
|
|
8702
8762
|
oci_cli/help_text_producer/data_files/text/cmdref/opensearch/backup/update.txt,sha256=QXE6eXmqh0NEVfPniRDIVcyJ4D_A5KYLi6SxUsDjHQ8,5635
|
|
8703
8763
|
oci_cli/help_text_producer/data_files/text/cmdref/opensearch/cluster/backup.txt,sha256=UjYQNEq6UGJhGLPQ2Q_FhlQpSehABapmtCsSzB0FkuY,4724
|
|
8704
8764
|
oci_cli/help_text_producer/data_files/text/cmdref/opensearch/cluster/configureoutboundcluster.txt,sha256=Qm8KOW8kDzhdzG3RFVBmw_xuBEW01r4X4yLsd59tsd4,4979
|
|
8705
|
-
oci_cli/help_text_producer/data_files/text/cmdref/opensearch/cluster/create.txt,sha256=
|
|
8765
|
+
oci_cli/help_text_producer/data_files/text/cmdref/opensearch/cluster/create.txt,sha256=M6aXMe3wtzj48RSo2NNCDt-BADGzXre-5EesGZ0ZI3s,17649
|
|
8706
8766
|
oci_cli/help_text_producer/data_files/text/cmdref/opensearch/cluster/delete.txt,sha256=M9L4sp9TKp-0cuwfOXXP9JsXZ_dK3dB3kmLANg6-7HI,4139
|
|
8707
8767
|
oci_cli/help_text_producer/data_files/text/cmdref/opensearch/cluster/get.txt,sha256=DYaNhYA6iXYBZ5YrQD6RwMolFPCev45iPOhBqw288ck,2739
|
|
8708
8768
|
oci_cli/help_text_producer/data_files/text/cmdref/opensearch/cluster/list-versions.txt,sha256=rP7pshhq-awdQ-sZGoztzpxSytj1qKim3rnaTNRt5SY,3244
|
|
@@ -8711,12 +8771,12 @@ oci_cli/help_text_producer/data_files/text/cmdref/opensearch/cluster/resizehoriz
|
|
|
8711
8771
|
oci_cli/help_text_producer/data_files/text/cmdref/opensearch/cluster/resizevertical.txt,sha256=ox_2jZhlx__uJmGO7bai9hkJeM2uIZSnYCSm_ZMyh10,6805
|
|
8712
8772
|
oci_cli/help_text_producer/data_files/text/cmdref/opensearch/cluster/restore.txt,sha256=iYycmSm3rdSzJ9P_K6p2sLn9TYxj2KH7T_n1MCSrszM,4866
|
|
8713
8773
|
oci_cli/help_text_producer/data_files/text/cmdref/opensearch/cluster/shapes-details.txt,sha256=KGRr7i3HBgmW_0ga6Ktk8_yZyAxAKFVqSItLfHAyxTk,136
|
|
8714
|
-
oci_cli/help_text_producer/data_files/text/cmdref/opensearch/cluster/update.txt,sha256=
|
|
8715
|
-
oci_cli/help_text_producer/data_files/text/cmdref/opensearch/cluster/upgrade.txt,sha256=
|
|
8774
|
+
oci_cli/help_text_producer/data_files/text/cmdref/opensearch/cluster/update.txt,sha256=AAjd67dJv9yw2vci_YHIg4gPTbnNN7At1-0sh5sbOGg,9406
|
|
8775
|
+
oci_cli/help_text_producer/data_files/text/cmdref/opensearch/cluster/upgrade.txt,sha256=5_7QtviTE9HPrXsINfoS4gPEqx_l20pKkCfc3E9SEzY,7792
|
|
8716
8776
|
oci_cli/help_text_producer/data_files/text/cmdref/opensearch/cluster/work-request-error.txt,sha256=5tvQTSfKxsCbnAnEvE2TnuTSH88zBOcgbCzJUgH3uD0,186
|
|
8717
8777
|
oci_cli/help_text_producer/data_files/text/cmdref/opensearch/cluster/work-request-log-entry.txt,sha256=a-h5ObTd9Ftr_VUzVU-xsZKo_dgHYRamaFTzUGN1_mI,197
|
|
8718
8778
|
oci_cli/help_text_producer/data_files/text/cmdref/opensearch/cluster/work-request.txt,sha256=JsRn0O40f8wgM-fzmtn9GwtokAjlBR-JxCZhkR4Gs7Q,138
|
|
8719
|
-
oci_cli/help_text_producer/data_files/text/cmdref/opensearch/cluster/shapes-details/list.txt,sha256=
|
|
8779
|
+
oci_cli/help_text_producer/data_files/text/cmdref/opensearch/cluster/shapes-details/list.txt,sha256=zs80iJd7P7rjt7dDCyFTikd-eE0HQVNyDIMMnMB5X6Y,2820
|
|
8720
8780
|
oci_cli/help_text_producer/data_files/text/cmdref/opensearch/cluster/work-request/get.txt,sha256=rFKzED5_AFGaPV3l59HTQOqyN2-NsHnHsAmchfxAClY,2758
|
|
8721
8781
|
oci_cli/help_text_producer/data_files/text/cmdref/opensearch/cluster/work-request/list.txt,sha256=pV9UlcdO9xbDJxeaekFx8iDNlQowniAZf82sMjfj-Rc,3391
|
|
8722
8782
|
oci_cli/help_text_producer/data_files/text/cmdref/opensearch/cluster/work-request-error/list.txt,sha256=Gy_URSLfNgFGtep0v4ijXOyfpR0T6PEY2Ad7OlaMfFc,3262
|
|
@@ -9022,7 +9082,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/organizations/recipient-invita
|
|
|
9022
9082
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/sender-invitation.txt,sha256=LvBcZIPE8MckCZXFt-eNFLe1BBKS1p_bAhnThYtLLwk,358
|
|
9023
9083
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/subscription-mapping.txt,sha256=mbw2t-OP0ADliaCjfcdUOOBRjMz9PJ39gZbLC8ace5Q,178
|
|
9024
9084
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/subscription.txt,sha256=lnJu1PYHCPCeSWdWV6inKAMLsAQY-Ww0gtXqNULrQ40,220
|
|
9025
|
-
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error.txt,sha256=
|
|
9085
|
+
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error.txt,sha256=AqoCbmP2_hXnHtRuUmo4dpiG1SoBy-XsWSeXIbpw5cw,166
|
|
9026
9086
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-log.txt,sha256=u_O3_3-Ja6fz2jbCPg6XvluwEumXI7lMlfhl8KYNrqM,161
|
|
9027
9087
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request.txt,sha256=CqqYgMRHLcb9v40j_5zXV2wEzzXEkDylVzIvshuOTU4,318
|
|
9028
9088
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/assigned-subscription/get.txt,sha256=MeGsKlwUcxS9GV35lwdZ-Bot6hy1kmyIw8sugn7NSe0,2848
|
|
@@ -9074,7 +9134,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/organizations/subscription-map
|
|
|
9074
9134
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/subscription-mapping/list.txt,sha256=jNujfSQyyK2rmVKHsvewRGd7CQEzOU_w2wnKqZNjvrw,4032
|
|
9075
9135
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request/get.txt,sha256=pN90IakAwEh5CC6dVEpDmytF3HZrgqzTjc1m_TEwh7k,2743
|
|
9076
9136
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request/list.txt,sha256=wrQR1xUsAUEbMnVrDooXxVB-ke5NczG-K35W3azrOZI,3339
|
|
9077
|
-
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error/list
|
|
9137
|
+
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error/list.txt,sha256=AB5PNzclNCSJWqOu-vBpMFT3XqmrcbXGsQ-KDZjOM1M,3361
|
|
9078
9138
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-log/list.txt,sha256=ERh53LH73r69Ov5Fo9h4QeXie_TOpU9XHGh2j7EFlGA,3353
|
|
9079
9139
|
oci_cli/help_text_producer/data_files/text/cmdref/os/bucket.txt,sha256=C_uqazUqUyr_c5g9WVWFuADexOW0phQcpxu6BUSq3N4,678
|
|
9080
9140
|
oci_cli/help_text_producer/data_files/text/cmdref/os/multipart.txt,sha256=0bzYywL0aSnkDEALLRBzGMur-kLC4MdpXEVSS60lFpM,109
|
|
@@ -9515,11 +9575,11 @@ oci_cli/help_text_producer/data_files/text/cmdref/redis/redis-cluster/attached-o
|
|
|
9515
9575
|
oci_cli/help_text_producer/data_files/text/cmdref/redis/redis-cluster/node-summary/list-redis-cluster-nodes.txt,sha256=wBPtWai493BkNCNA7Wg4zd_-zHAooh6_YBZU_rhN5lw,5130
|
|
9516
9576
|
oci_cli/help_text_producer/data_files/text/cmdref/redis/redis-cluster/redis-cluster/attach.txt,sha256=pfPMNstmPaKxdAmxKyFiYBjcF5oDsUTf1tASeQRqaSw,6236
|
|
9517
9577
|
oci_cli/help_text_producer/data_files/text/cmdref/redis/redis-cluster/redis-cluster/change-compartment.txt,sha256=1p-h-spGyoZjwN_1NAQt5DT2gHsXmtnRKJ2h7-BUtT0,5772
|
|
9518
|
-
oci_cli/help_text_producer/data_files/text/cmdref/redis/redis-cluster/redis-cluster/create.txt,sha256=
|
|
9578
|
+
oci_cli/help_text_producer/data_files/text/cmdref/redis/redis-cluster/redis-cluster/create.txt,sha256=BuHsM0pJXtnIcRocr_2A-rkFj8KUjROm-R0QEHsa_x0,8375
|
|
9519
9579
|
oci_cli/help_text_producer/data_files/text/cmdref/redis/redis-cluster/redis-cluster/delete.txt,sha256=U-9Bj3sxQwFAZN-sSGjcAneV6IX3w8dq6iROoITL9JI,5616
|
|
9520
9580
|
oci_cli/help_text_producer/data_files/text/cmdref/redis/redis-cluster/redis-cluster/detach.txt,sha256=e99WlS8MV4Irxj9w0Pz9qjBCLlbBWDCtnH3lxrkBxc4,6236
|
|
9521
9581
|
oci_cli/help_text_producer/data_files/text/cmdref/redis/redis-cluster/redis-cluster/get.txt,sha256=PHVNkHm4iBYjw4_kip5W8Y42jpXG387dFI0ZNTdu6N4,4207
|
|
9522
|
-
oci_cli/help_text_producer/data_files/text/cmdref/redis/redis-cluster/redis-cluster/update.txt,sha256=
|
|
9582
|
+
oci_cli/help_text_producer/data_files/text/cmdref/redis/redis-cluster/redis-cluster/update.txt,sha256=oqkaVn_MufVTCGKT2jcdQ9FYehaZ8qry9PjKlEpjBuU,8735
|
|
9523
9583
|
oci_cli/help_text_producer/data_files/text/cmdref/redis/redis-cluster/redis-cluster-summary/list-redis-clusters.txt,sha256=cKjPWFax2L_Y4fW1Aguh24n2j1MCig6UBDJ5oFrTsEI,3791
|
|
9524
9584
|
oci_cli/help_text_producer/data_files/text/cmdref/redis/redis-cluster/work-request/cancel.txt,sha256=meY29RoYATFVXwWX-AVM5GTN3Bs2IXwgYYznIot7nlo,3139
|
|
9525
9585
|
oci_cli/help_text_producer/data_files/text/cmdref/redis/redis-cluster/work-request/get.txt,sha256=q_LjDZgxivXwqc4NJf6V3sPN8y27vivFBdeCvL_ni3s,2758
|
|
@@ -9560,89 +9620,89 @@ oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/associated-re
|
|
|
9560
9620
|
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider.txt,sha256=surNz6ZJyRsCbzkjttS0TAoGhSI-6S2WjrRC0CvheMQ,689
|
|
9561
9621
|
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job-output-summary.txt,sha256=QLHGnWaPKJxS-gETXqRk18Q28zeaXhFI2e2qyE4tLuQ,165
|
|
9562
9622
|
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job.txt,sha256=NQDAd69oDXMUZSg33fRu52ac-WXTi7ZNwAsjpL3NdQ0,603
|
|
9563
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/private-endpoint.txt,sha256=
|
|
9623
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/private-endpoint.txt,sha256=lPXnYVPRPt95nsXhoBBSq4ih7KPOxUqSGo6adj1rLlc,348
|
|
9564
9624
|
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack.txt,sha256=a4HmnqHc3J7--zhbAZyir1CYo12_qZdSB-bynPHv3Kw,948
|
|
9565
9625
|
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/template.txt,sha256=Kc7EAQGjt9UorApDmJRvip4zMdCw-jXdJSnoT61q7S4,378
|
|
9566
9626
|
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/work-request.txt,sha256=w_alCsn54z6-GfXKTuho-pzXxuiVH1VEpZkRzHz3y5U,192
|
|
9567
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/associated-resource-summary/list-job-associated-resources.txt,sha256=
|
|
9568
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/associated-resource-summary/list-stack-associated-resources.txt,sha256=
|
|
9569
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/change-compartment.txt,sha256=
|
|
9570
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/create-bitbucket-cloud-username-app-password-provider.txt,sha256=
|
|
9571
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/create-bitbucket-server-access-token-provider.txt,sha256=
|
|
9572
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/create-github-access-token-provider.txt,sha256=
|
|
9573
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/create-gitlab-access-token-provider.txt,sha256=
|
|
9574
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/create.txt,sha256=
|
|
9575
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/delete.txt,sha256=
|
|
9576
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/get.txt,sha256=
|
|
9577
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/list.txt,sha256=
|
|
9578
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/update-bitbucket-cloud-username-app-password-provider.txt,sha256=
|
|
9579
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/update-bitbucket-server-access-token-provider.txt,sha256=
|
|
9580
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/update-github-access-token-provider.txt,sha256=
|
|
9581
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/update-gitlab-access-token-provider.txt,sha256=
|
|
9582
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/update.txt,sha256=
|
|
9583
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/cancel.txt,sha256=
|
|
9584
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/create-apply-job.txt,sha256
|
|
9585
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/create-apply-rollback-job.txt,sha256=
|
|
9586
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/create-destroy-job.txt,sha256=
|
|
9587
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/create-import-tf-state-job.txt,sha256=
|
|
9588
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/create-plan-job.txt,sha256=
|
|
9589
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/create-plan-rollback-job.txt,sha256=
|
|
9590
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/create.txt,sha256=
|
|
9591
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/get-detailed-log-content.txt,sha256=
|
|
9592
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/get-job-logs-content.txt,sha256=
|
|
9593
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/get-job-logs.txt,sha256=
|
|
9594
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/get-job-tf-config.txt,sha256=
|
|
9595
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/get-job-tf-plan.txt,sha256=
|
|
9596
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/get-job-tf-state.txt,sha256=
|
|
9597
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/get.txt,sha256=
|
|
9598
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/list.txt,sha256=
|
|
9599
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/update.txt,sha256=
|
|
9600
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job-output-summary/list-job-outputs.txt,sha256=
|
|
9601
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/private-endpoint/change-compartment.txt,sha256=
|
|
9602
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/private-endpoint/create.txt,sha256=
|
|
9603
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/private-endpoint/delete.txt,sha256=
|
|
9604
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/private-endpoint/get-reachable-ip.txt,sha256=
|
|
9605
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/private-endpoint/get.txt,sha256=
|
|
9606
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/private-endpoint/list.txt,sha256=
|
|
9607
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/private-endpoint/update.txt,sha256=
|
|
9608
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/change-compartment.txt,sha256=
|
|
9609
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/code.txt,sha256=
|
|
9627
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/associated-resource-summary/list-job-associated-resources.txt,sha256=198byPDe1CF0aEfkzgBFL7h4nJtaX3tyUET2ppeEGwk,4250
|
|
9628
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/associated-resource-summary/list-stack-associated-resources.txt,sha256=bWtFungBk0ArmcgyHYTUCZpOSqKNGjv3h6_Bu-L5i1I,4170
|
|
9629
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/change-compartment.txt,sha256=79ps5yAuU1UztnHCL90J0LWqj6kGR12Lc7b2nKEMXsE,3971
|
|
9630
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/create-bitbucket-cloud-username-app-password-provider.txt,sha256=bmE8hYXOZVt7W5474CaCWl7PlfKVzLX4fvSPpm7Ty0g,6882
|
|
9631
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/create-bitbucket-server-access-token-provider.txt,sha256=6wVZyE8Kg31LIuUnofuYd5Ad1MP_3UfrT5R-yzjRXzA,6469
|
|
9632
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/create-github-access-token-provider.txt,sha256=KAGNq1LL6EchtEaC2rqEZlQgle0aftQCZDzziYySrP8,6472
|
|
9633
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/create-gitlab-access-token-provider.txt,sha256=5uMRCGG41S2UdqgHgLNYVYBa821jTukSYv83R7l4P24,6468
|
|
9634
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/create.txt,sha256=DcB5m2aLpE6bitnAuUohi2QIUeqJzB6N6RtdFfajU84,6242
|
|
9635
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/delete.txt,sha256=ywHKOkyOFMl3g3ePSv9YM8HDRn1419pu4kqMf3IwP4M,4473
|
|
9636
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/get.txt,sha256=rPTbtMELxN7PBBTveCCHKlbmo4oNuXq52NUzH6hvTnk,3186
|
|
9637
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/list.txt,sha256=vQG3L9863IJAP-K3ose5UzMArBBnzLchPh_VZWPh5ig,4287
|
|
9638
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/update-bitbucket-cloud-username-app-password-provider.txt,sha256=Ki4_EfHT58_luWrA8w2ZJlVzb8IB9N4tZFA0SAHOAhQ,6897
|
|
9639
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/update-bitbucket-server-access-token-provider.txt,sha256=O1royAy60zPzmiyKJvM7dTZVJyZIIhun5aU2XplgeHk,6790
|
|
9640
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/update-github-access-token-provider.txt,sha256=R3IbTYDn66t-sKNbqRJXalC7Tncis7YnMtXDtjT0r7c,6757
|
|
9641
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/update-gitlab-access-token-provider.txt,sha256=dfhBVLEKibc7ODV8z5rTRqgzrko7vSsEw4pHcyHDP6M,6753
|
|
9642
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/update.txt,sha256=gyZk1mTJanmJ2Z9U0NvO-dxRZD1oCsAvM4XEHALvq2Y,6808
|
|
9643
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/cancel.txt,sha256=jmTvzsh_v7kEtD8Rvd8SibsC1vEUwjJPYShTENhQoTY,5130
|
|
9644
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/create-apply-job.txt,sha256=-kKV6JhXd4iAxCqKZk9baMtZs576SgFenC9SleRXeAg,6994
|
|
9645
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/create-apply-rollback-job.txt,sha256=1eIOXhJ-kVpHfvth7imfCwbtamGgrAfbJPFLgN4Vqr0,6928
|
|
9646
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/create-destroy-job.txt,sha256=pdnag1CR_M1G3SiuOmkSc7MZXcJbM3WxsIDGAN9_H-w,6922
|
|
9647
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/create-import-tf-state-job.txt,sha256=9Ysnw852qNlVkHwnWaSpv0Vp74djTCCo9AO_a1JgShc,6237
|
|
9648
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/create-plan-job.txt,sha256=yD57x4E9w62LzwyUb-keU-4zHSX2OzuliJP_H33nWHA,6412
|
|
9649
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/create-plan-rollback-job.txt,sha256=aJBNdKhDDobBQFEv_UtHrNV8KZtduKkeIMMXF8WJUqA,6458
|
|
9650
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/create.txt,sha256=Lvb_8IjaF6P2ouNBl3XBcMgydTiHIpVvFVlWfpy5Zgw,6431
|
|
9651
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/get-detailed-log-content.txt,sha256=du6JaUxX85vMwc_ZiweueMzKeKzX7M_xAAiDlok1gK0,3350
|
|
9652
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/get-job-logs-content.txt,sha256=WJ0mYsIVJA25ARm38O4iT94Adb8yGBi97apYK5UZ8ys,3325
|
|
9653
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/get-job-logs.txt,sha256=_ZmqD3KarfqG98MaHFtxBI5mAX36LaoeE0Db6ew_Muw,8171
|
|
9654
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/get-job-tf-config.txt,sha256=y7ndpBJPm9QVQS0dPbx_rAfg9HRwhDCSA3UyHUksXQY,3632
|
|
9655
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/get-job-tf-plan.txt,sha256=ziux2FmqZJA5FdywZj07Qqg-gTTfFA7sSGndUg59xes,3699
|
|
9656
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/get-job-tf-state.txt,sha256=iZOvVVyRDMHdfcMIv2QYka95ZRySWzh19SkwKLU64pM,3562
|
|
9657
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/get.txt,sha256=L9Hr0eqLHiQiue_cEfA4XI53eiloBzJZwHmMhycTwhw,3179
|
|
9658
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/list.txt,sha256=ldQIpbb-Qzq3zmJNPd-t7jpfNxy4lqp7JOHI4_DVsl8,4324
|
|
9659
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/update.txt,sha256=18l02o_Z9ss9JLqehBfSQaPR48FUDNbH3IAmhnHfMFY,5925
|
|
9660
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job-output-summary/list-job-outputs.txt,sha256=awKZbgiJ2dvNBO8DNVAFwTR6fKJ-zKSusHIVV_PvBEY,3943
|
|
9661
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/private-endpoint/change-compartment.txt,sha256=uLZxegiBZCQUeilN_59_uNl3gwiOJnm5xvDYpTT7bn4,4189
|
|
9662
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/private-endpoint/create.txt,sha256=lpFVfzgtP6j2Q0NtH0jknP__PSaQkfWNZP3PymZYYMA,8153
|
|
9663
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/private-endpoint/delete.txt,sha256=Yq8KJg0SguAC68LIy2FU6iCGNrb56hKlPLYlCK-l984,5012
|
|
9664
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/private-endpoint/get-reachable-ip.txt,sha256=TmUfOAlYjwNUxPTTEFpUUXzUltOGpM4e3KXqT6B1Wsc,4232
|
|
9665
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/private-endpoint/get.txt,sha256=PRWpG_aGhRoB5rLjETQIcOxnunQKsk6GmXCP_9QUMTg,3647
|
|
9666
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/private-endpoint/list.txt,sha256=OFVUtxobkvXRs6NXxP80BeFifLdLU7y2r056kRx0QPo,4036
|
|
9667
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/private-endpoint/update.txt,sha256=r6Va0TTK1m8zO7PjvT-NYIDUIbgKU_3c9h7kKaS4SZc,8649
|
|
9668
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/change-compartment.txt,sha256=vbLkvcdAJiwnAEVW70MMS03RdyXuGZAchLyyXmFjj3I,4619
|
|
9669
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/code.txt,sha256=6O6UyzlWljQ496jl3pFl_UHA2mTD0ss6FHuJ2iz6KYM,8981
|
|
9610
9670
|
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/copy.txt,sha256=oIEg0k0GNj-UR1kIefog1sd2J-fk-wdFTUlTYn95Dsc,5828
|
|
9611
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/create-from-bitbucket-cloud.txt,sha256=
|
|
9612
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/create-from-bitbucket-server.txt,sha256=
|
|
9613
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/create-from-compartment.txt,sha256=
|
|
9614
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/create-from-git-provider.txt,sha256=
|
|
9615
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/create-from-object-storage.txt,sha256=
|
|
9616
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/create-from-template.txt,sha256=
|
|
9617
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/create-stack-create-dev-ops-config-source-details.txt,sha256=
|
|
9618
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/create.txt,sha256=
|
|
9619
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/delete.txt,sha256=
|
|
9620
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/detect-drift.txt,sha256=
|
|
9621
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/get-stack-tf-config.txt,sha256=
|
|
9622
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/get-stack-tf-state.txt,sha256=
|
|
9623
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/get.txt,sha256=
|
|
9624
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/list-resource-discovery-services.txt,sha256=
|
|
9625
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/list-resource-drift-details.txt,sha256=
|
|
9626
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/list-terraform-versions.txt,sha256=
|
|
9627
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/list.txt,sha256=
|
|
9628
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/update-from-bitbucket-cloud.txt,sha256=
|
|
9629
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/update-from-git-provider.txt,sha256=
|
|
9630
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/update-from-object-storage.txt,sha256=
|
|
9631
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/update-stack-update-dev-ops-config-source-details.txt,sha256=
|
|
9632
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/update.txt,sha256=
|
|
9633
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/template/change-compartment.txt,sha256=
|
|
9634
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/template/create.txt,sha256=
|
|
9635
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/template/delete.txt,sha256=
|
|
9636
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/template/get-template-logo.txt,sha256=
|
|
9637
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/template/get-template-tf-config.txt,sha256=
|
|
9638
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/template/get.txt,sha256=
|
|
9639
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/template/list-template-categories.txt,sha256=
|
|
9640
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/template/list.txt,sha256=
|
|
9641
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/template/update.txt,sha256=
|
|
9642
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/work-request/get.txt,sha256=
|
|
9643
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/work-request/list-work-request-errors.txt,sha256=
|
|
9644
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/work-request/list-work-request-logs.txt,sha256=
|
|
9645
|
-
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/work-request/list.txt,sha256=
|
|
9671
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/create-from-bitbucket-cloud.txt,sha256=BeM35ftWtCcW6p9bjr0rkZW-rFwcFp4EVFXSAVHuyJE,8930
|
|
9672
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/create-from-bitbucket-server.txt,sha256=6yyunMVKkOI2juRxWCdh-KWU8NB17TTVh3c2tnNJtME,8674
|
|
9673
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/create-from-compartment.txt,sha256=vTjDCOvCuR3_oiEw5ZgWOXDfTGPNeRv_lbNtsIGLv5A,9265
|
|
9674
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/create-from-git-provider.txt,sha256=zCcmVqgqbJJHRjxAB3Kg4FftW3xLWLfRrFgL-JAnD0s,8071
|
|
9675
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/create-from-object-storage.txt,sha256=bAjUUi3dQZ6R2Nk9odHrthRXCmZ0RGRnFc_lZXRMKZY,8594
|
|
9676
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/create-from-template.txt,sha256=_ozQ8_OeYZexXgSlCPEIh1fNILat-9bab9SPiZFiT2Y,7984
|
|
9677
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/create-stack-create-dev-ops-config-source-details.txt,sha256=dmxoyhAcf2IgX5ha7EPG5Uz0i9lztk-h7hP4ONg9o_A,8432
|
|
9678
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/create.txt,sha256=SJ36CC4uEv3htUOIns5nn6SzO9Oawji3awAuuco8YV0,6861
|
|
9679
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/delete.txt,sha256=pjkcbKqC8XddhvYaX9HASVLKDWBbh4wvi9s-Y2o1xa8,4419
|
|
9680
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/detect-drift.txt,sha256=JmiR6EMINtlkI07sGHUv4ealk8wyRLBsWArfGm9Mnh4,5674
|
|
9681
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/get-stack-tf-config.txt,sha256=jJKmxlYuioBqRiOO0xzYOP6LKlxOa-c8ag_zyKLx1g8,3564
|
|
9682
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/get-stack-tf-state.txt,sha256=sNPKU-FXkD2i-AQa_DyRCZ_ttQ7DGjwRo4Q0ZVPiMMo,3477
|
|
9683
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/get.txt,sha256=JbVVedF3mSotwE4xsXu-L6Dj-ikaY5XrleIBddMinls,3077
|
|
9684
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/list-resource-discovery-services.txt,sha256=1gbVnc-y9vc7ZjUe9BJQPduvydqct9J_cFjW8RGTAV0,2769
|
|
9685
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/list-resource-drift-details.txt,sha256=fB1E2yZNl8Iilbt0ncEJaS48N3XUUWTxqIMwb3b23ik,4395
|
|
9686
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/list-terraform-versions.txt,sha256=0TuGQHz6bK0haRaHcFzFyL0RWAbZ7bYm2bC3noztO74,2657
|
|
9687
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/list.txt,sha256=yoeo7crplt6s0oX6TL4Q_3DS0lN80uta5OnlSJCP2V8,4255
|
|
9688
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/update-from-bitbucket-cloud.txt,sha256=B4s2w2R4LkqbBXVYtt98dU7CpRHPxpgFsHTQPVwqTYQ,9035
|
|
9689
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/update-from-git-provider.txt,sha256=But-GNhLvX1iHYE2VcRZ29wk-DhZOlvKaZDMT6HnKmA,8837
|
|
9690
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/update-from-object-storage.txt,sha256=hSJScJGS2gDp80cljXkxuZaC71U5tHjDOjkvZiJzZAY,8439
|
|
9691
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/update-stack-update-dev-ops-config-source-details.txt,sha256=x9_posag3O9srlbApfIOyxLdixLHCh-3jaOgCMCXcME,9173
|
|
9692
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/update.txt,sha256=096Cf_4PM5FdXgm6cO8YalcZBEaN8B0-l_s2wSS2eiA,7611
|
|
9693
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/template/change-compartment.txt,sha256=OzgBJULttI8PEgo6uKnz34PZ_dMOBkyLmzR0qdBGzQk,4145
|
|
9694
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/template/create.txt,sha256=t8UhGlxS8m7skk3qh4hMa6dtEkLNa-jBDl9q-YFJON8,6242
|
|
9695
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/template/delete.txt,sha256=NyDtD-CzQFZz4sZrtH_ZNGLPNTrRdoUa2mz4ZBH996s,4893
|
|
9696
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/template/get-template-logo.txt,sha256=ubkUTq1q8nvBdDyxE9OOc28wnDFxYt18X5XcI0bnDJQ,4047
|
|
9697
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/template/get-template-tf-config.txt,sha256=kYPQtLi4szGWWRviU_1SVzwyK4l_1EqICOrwp8vHITY,4097
|
|
9698
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/template/get.txt,sha256=6Ll2fx5Esh76U6pnXK8UDIRB2jQkvy9tfnKTcvUsP8Q,3588
|
|
9699
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/template/list-template-categories.txt,sha256=fxir9UXPwQI9YYraxE2TZGXuh3bObwZMOXSA_66ttE8,2512
|
|
9700
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/template/list.txt,sha256=g9ZNgfs4FIJ6Jhe7L8S2FxHgBqlXr87TIcA_U2xSL1I,4354
|
|
9701
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/template/update.txt,sha256=W-YJmPnxGsotIMTmrv3qAMOYgtul2OE-kVk-yAaYy0Y,6678
|
|
9702
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/work-request/get.txt,sha256=0b7xss6geXsoZjXIooaOJINa8lX6S1Crju4pw0j8KIU,2789
|
|
9703
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/work-request/list-work-request-errors.txt,sha256=9peBh1luiP5tBN4jIs5UJhs9sXHiLgsi-qNkI2uASs0,3749
|
|
9704
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/work-request/list-work-request-logs.txt,sha256=DRuc57Pa9XiH0hrnnGApqLicz7b8wGReGtHu_UO4L3Q,3735
|
|
9705
|
+
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/work-request/list.txt,sha256=L-urxkG9VXltj2GEmYOwGTgi4Q_FVSVCEUnLvJ5R3Yg,3486
|
|
9646
9706
|
oci_cli/help_text_producer/data_files/text/cmdref/resource-scheduler/resource-type-collection.txt,sha256=mZgGLjFG4pGmjo0bhDMFMSw_GVHcZfPQKE7UsbFB3_Q,214
|
|
9647
9707
|
oci_cli/help_text_producer/data_files/text/cmdref/resource-scheduler/schedule.txt,sha256=1IbWOdNOqUrm6trhS4MSsxNLy3OIqP8DTw5rVYvIvks,641
|
|
9648
9708
|
oci_cli/help_text_producer/data_files/text/cmdref/resource-scheduler/work-request-error.txt,sha256=rPuEvoJatv6OQEsPMnCjgn3Pbh-ZrQXZH62Ypp9Ch4I,207
|
|
@@ -10043,13 +10103,13 @@ oci_cli/help_text_producer/data_files/text/cmdref/streaming/stream/message/put.t
|
|
|
10043
10103
|
oci_cli/help_text_producer/data_files/text/cmdref/support/incident-resource-type.txt,sha256=VJByWoKDcYI9FTe4NxPpKE-SYLjGvGIYNnWuodNA8Cg,185
|
|
10044
10104
|
oci_cli/help_text_producer/data_files/text/cmdref/support/incident.txt,sha256=LFN4Yw04jZvMq6aY5eMHKbZyktvD8fYGV3AxdsuMkSE,173
|
|
10045
10105
|
oci_cli/help_text_producer/data_files/text/cmdref/support/validation-response.txt,sha256=SX1rgBJ0weBVHR6pLPiaIjLOW-AUnp_QGEvhSGoQaoo,208
|
|
10046
|
-
oci_cli/help_text_producer/data_files/text/cmdref/support/incident/create.txt,sha256=
|
|
10047
|
-
oci_cli/help_text_producer/data_files/text/cmdref/support/incident/get.txt,sha256=
|
|
10048
|
-
oci_cli/help_text_producer/data_files/text/cmdref/support/incident/list.txt,sha256=
|
|
10106
|
+
oci_cli/help_text_producer/data_files/text/cmdref/support/incident/create.txt,sha256=QTykMprJSVoZ2g_hAITuEn-M9A3Q6-58MXb8gU4PmX0,4925
|
|
10107
|
+
oci_cli/help_text_producer/data_files/text/cmdref/support/incident/get.txt,sha256=RfgcmilchRK0LSx_Sn4gq6yxOZX3p25T3QcvGss1Ha8,2975
|
|
10108
|
+
oci_cli/help_text_producer/data_files/text/cmdref/support/incident/list.txt,sha256=v2JOmQgXwkurHsbmnM7XQXtSdDJEORQLsUFn9tBC7fI,3882
|
|
10049
10109
|
oci_cli/help_text_producer/data_files/text/cmdref/support/incident/put-attachment.txt,sha256=2jMNJKBYo2JWRTZyEOKeYeTQcdNK57YeO6nWQtOWBWE,4939
|
|
10050
|
-
oci_cli/help_text_producer/data_files/text/cmdref/support/incident/update.txt,sha256=
|
|
10051
|
-
oci_cli/help_text_producer/data_files/text/cmdref/support/incident-resource-type/list.txt,sha256=
|
|
10052
|
-
oci_cli/help_text_producer/data_files/text/cmdref/support/validation-response/validate-user.txt,sha256=
|
|
10110
|
+
oci_cli/help_text_producer/data_files/text/cmdref/support/incident/update.txt,sha256=ZgFDzj-UBJhg-J3mgOwV6S_ruuRgY402G2Qtrg6a7GE,4324
|
|
10111
|
+
oci_cli/help_text_producer/data_files/text/cmdref/support/incident-resource-type/list.txt,sha256=YqyCOe2eZs8dB03UgI0km8n_FekT_goCsQhxu-jSDDY,3973
|
|
10112
|
+
oci_cli/help_text_producer/data_files/text/cmdref/support/validation-response/validate-user.txt,sha256=WVTidtYFAbrjtQdI1CWNVnr7Q3tDqwsTYJzxS0-hEiE,2889
|
|
10053
10113
|
oci_cli/help_text_producer/data_files/text/cmdref/threat-intelligence/indicator-counts.txt,sha256=L0l5cjtkknEEAOf2rmUkg-ISUfvJKltHIlAFRxxGSmo,172
|
|
10054
10114
|
oci_cli/help_text_producer/data_files/text/cmdref/threat-intelligence/indicator-summaries.txt,sha256=IX0fJmkY3qrfnTKWy8K9k-lDOauZjk69q5BaTOzVvJ0,161
|
|
10055
10115
|
oci_cli/help_text_producer/data_files/text/cmdref/threat-intelligence/indicator.txt,sha256=AGoIxHrbMfykN-x81bKA58fiSHLy5jk6OgF5Y7oWYwk,256
|
|
@@ -10901,7 +10961,7 @@ services/container_engine/src/oci_cli_container_engine/__init__.py,sha256=v5Dz5s
|
|
|
10901
10961
|
services/container_engine/src/oci_cli_container_engine/containerengine_cli_extended.py,sha256=M7HAX91ODhLSbnAuwi4Bxt27_ww1LQvkzZIN-LBuyX8,52631
|
|
10902
10962
|
services/container_engine/src/oci_cli_container_engine/generated/__init__.py,sha256=v5Dz5sPp7_ou6e3lrRs-13H-iMfzA1hF1IUrUYaLkbI,437
|
|
10903
10963
|
services/container_engine/src/oci_cli_container_engine/generated/client_mappings.py,sha256=yROuVMlwbZaCedv0NqTjRfFs5YOvzANDTkJ-T4SOGkk,870
|
|
10904
|
-
services/container_engine/src/oci_cli_container_engine/generated/containerengine_cli.py,sha256=
|
|
10964
|
+
services/container_engine/src/oci_cli_container_engine/generated/containerengine_cli.py,sha256=IMdBlR2mDCWvN7g9MnLhZ7ksYayX7kFtrkAX16vQEGw,233415
|
|
10905
10965
|
services/container_engine/tests/__init__.py,sha256=v5Dz5sPp7_ou6e3lrRs-13H-iMfzA1hF1IUrUYaLkbI,437
|
|
10906
10966
|
services/container_instances/__init__.py,sha256=1Lr5-m2C8xLHeDCNvqb8VH1JzuCQ1EDIELGnyFexdC0,437
|
|
10907
10967
|
services/container_instances/src/__init__.py,sha256=1Lr5-m2C8xLHeDCNvqb8VH1JzuCQ1EDIELGnyFexdC0,437
|
|
@@ -11021,7 +11081,7 @@ services/database/src/oci_cli_database/__init__.py,sha256=pRTjVbe6ACrpVVj19fOMy_
|
|
|
11021
11081
|
services/database/src/oci_cli_database/database_cli_extended.py,sha256=MybqIZzK79mEn52_vZLj9uvcsdrwziZ8z-FM-NYHAgs,322615
|
|
11022
11082
|
services/database/src/oci_cli_database/generated/__init__.py,sha256=pRTjVbe6ACrpVVj19fOMy_ssI1gziBwIs-qA6f694v8,437
|
|
11023
11083
|
services/database/src/oci_cli_database/generated/client_mappings.py,sha256=IP9FtwxRZ2m7IhZHMVegq5kwn9aHKXa-JJsuBgra21s,792
|
|
11024
|
-
services/database/src/oci_cli_database/generated/database_cli.py,sha256=
|
|
11084
|
+
services/database/src/oci_cli_database/generated/database_cli.py,sha256=DtcSC_a7B65H-cmG2ukuDy7GIfqBXEr0bwVbvnriUw4,3391719
|
|
11025
11085
|
services/database/tests/__init__.py,sha256=pRTjVbe6ACrpVVj19fOMy_ssI1gziBwIs-qA6f694v8,437
|
|
11026
11086
|
services/database_management/__init__.py,sha256=OgK3LD1Qj47AMcW0SASksfmiYL8uBwseHuXxn5w6bVk,437
|
|
11027
11087
|
services/database_management/src/__init__.py,sha256=OgK3LD1Qj47AMcW0SASksfmiYL8uBwseHuXxn5w6bVk,437
|
|
@@ -11295,7 +11355,7 @@ services/functions/src/oci_cli_functions_management/__init__.py,sha256=i-IJa-kvk
|
|
|
11295
11355
|
services/functions/src/oci_cli_functions_management/functionsmanagement_cli_extended.py,sha256=pQSJtczW5l3G2Eg4RDMJF09n8-CXOg0B_w0B1HezSU0,9921
|
|
11296
11356
|
services/functions/src/oci_cli_functions_management/generated/__init__.py,sha256=i-IJa-kvkDrsgjQmvp136RqIglcMBNrrkwa3aCjjFrU,437
|
|
11297
11357
|
services/functions/src/oci_cli_functions_management/generated/client_mappings.py,sha256=E-XVQPFiQFetwaFOBcrR5KUWGT2FuMCz9PXvwT8YLzY,833
|
|
11298
|
-
services/functions/src/oci_cli_functions_management/generated/functionsmanagement_cli.py,sha256=
|
|
11358
|
+
services/functions/src/oci_cli_functions_management/generated/functionsmanagement_cli.py,sha256=MGFAN7AVMtyxOA8NAUAjPNCXxNy1J6tKdwcXEjcK8Ec,294368
|
|
11299
11359
|
services/functions/tests/__init__.py,sha256=i-IJa-kvkDrsgjQmvp136RqIglcMBNrrkwa3aCjjFrU,437
|
|
11300
11360
|
services/fusion_apps/__init__.py,sha256=_RwiKG2CoTnQnQj2awCrGOmvU5o_1gHoDVmZVJVJGIM,437
|
|
11301
11361
|
services/fusion_apps/src/__init__.py,sha256=_RwiKG2CoTnQnQj2awCrGOmvU5o_1gHoDVmZVJVJGIM,437
|
|
@@ -11354,10 +11414,10 @@ services/globally_distributed_database/tests/__init__.py,sha256=qbM78P2JRGCr1Edr
|
|
|
11354
11414
|
services/golden_gate/__init__.py,sha256=_GN_tlsDt0VTDi0G8EuDgCrBLOvkKH2Skx2QfQ7aDvI,437
|
|
11355
11415
|
services/golden_gate/src/__init__.py,sha256=_GN_tlsDt0VTDi0G8EuDgCrBLOvkKH2Skx2QfQ7aDvI,437
|
|
11356
11416
|
services/golden_gate/src/oci_cli_golden_gate/__init__.py,sha256=_GN_tlsDt0VTDi0G8EuDgCrBLOvkKH2Skx2QfQ7aDvI,437
|
|
11357
|
-
services/golden_gate/src/oci_cli_golden_gate/golden_gate_cli_extended.py,sha256=
|
|
11417
|
+
services/golden_gate/src/oci_cli_golden_gate/golden_gate_cli_extended.py,sha256=4yX2KNczUKgOjts-UCM_LluCjSd-NLWriZkhBdAkcQw,70903
|
|
11358
11418
|
services/golden_gate/src/oci_cli_golden_gate/generated/__init__.py,sha256=_GN_tlsDt0VTDi0G8EuDgCrBLOvkKH2Skx2QfQ7aDvI,437
|
|
11359
11419
|
services/golden_gate/src/oci_cli_golden_gate/generated/client_mappings.py,sha256=VSHkahwhS0YBERx0fW4TWcAQobhuKsG77lkj1ByQJOU,820
|
|
11360
|
-
services/golden_gate/src/oci_cli_golden_gate/generated/goldengate_cli.py,sha256=
|
|
11420
|
+
services/golden_gate/src/oci_cli_golden_gate/generated/goldengate_cli.py,sha256=GSGaTb8vL8Y8uvQzKry8GkTSCv8mNqYEZxmoFEP05Ak,1292527
|
|
11361
11421
|
services/golden_gate/tests/__init__.py,sha256=_GN_tlsDt0VTDi0G8EuDgCrBLOvkKH2Skx2QfQ7aDvI,437
|
|
11362
11422
|
services/governance_rules_control_plane/__init__.py,sha256=81RduIPbR0JOJ7Q7w3USFuIsvpc0Ti8jqSyd5Dn1Uco,437
|
|
11363
11423
|
services/governance_rules_control_plane/src/__init__.py,sha256=81RduIPbR0JOJ7Q7w3USFuIsvpc0Ti8jqSyd5Dn1Uco,437
|
|
@@ -11413,8 +11473,16 @@ services/integration/src/oci_cli_integration_instance/__init__.py,sha256=RpccEia
|
|
|
11413
11473
|
services/integration/src/oci_cli_integration_instance/integration_cli_extended.py,sha256=jx1CVBxsunDspvS0YQYitTkcHjM5rdo1dQ-BCQxyg44,10469
|
|
11414
11474
|
services/integration/src/oci_cli_integration_instance/generated/__init__.py,sha256=RpccEiaAjdBVQEwwwJ2S4UeAkMIbE4EXKuX8z6Wsz1o,437
|
|
11415
11475
|
services/integration/src/oci_cli_integration_instance/generated/client_mappings.py,sha256=TRdu0Wr8bxYjsCnY5MAD-lVBBHNHfvuxYqE3Id6XCbs,847
|
|
11416
|
-
services/integration/src/oci_cli_integration_instance/generated/integrationinstance_cli.py,sha256=
|
|
11476
|
+
services/integration/src/oci_cli_integration_instance/generated/integrationinstance_cli.py,sha256=09g1uJLXU3hDqDS8eERHg-sDCLf3k9i-Y36XZ3kFwpQ,124161
|
|
11417
11477
|
services/integration/tests/__init__.py,sha256=RpccEiaAjdBVQEwwwJ2S4UeAkMIbE4EXKuX8z6Wsz1o,437
|
|
11478
|
+
services/iot/__init__.py,sha256=qmMz3Z_F3V-VQh4nGj2CAW_ti07GdQVO2bR3qjiVk6A,437
|
|
11479
|
+
services/iot/src/__init__.py,sha256=qmMz3Z_F3V-VQh4nGj2CAW_ti07GdQVO2bR3qjiVk6A,437
|
|
11480
|
+
services/iot/src/oci_cli_iot/__init__.py,sha256=qmMz3Z_F3V-VQh4nGj2CAW_ti07GdQVO2bR3qjiVk6A,437
|
|
11481
|
+
services/iot/src/oci_cli_iot/iot_cli_extended.py,sha256=WZWsv92Pe_NOdyKJyberGCuiAQ2mnDJ3ONQfLEROmac,4311
|
|
11482
|
+
services/iot/src/oci_cli_iot/generated/__init__.py,sha256=qmMz3Z_F3V-VQh4nGj2CAW_ti07GdQVO2bR3qjiVk6A,437
|
|
11483
|
+
services/iot/src/oci_cli_iot/generated/client_mappings.py,sha256=VLec0B1FCxSayDDUO126nHRr5Bhk-MqgjhacjfhFGF8,742
|
|
11484
|
+
services/iot/src/oci_cli_iot/generated/iot_cli.py,sha256=wHRMIdxMmIXCcl770ph3m-yjmuIPtnyHx_9gWvC1vtI,214292
|
|
11485
|
+
services/iot/tests/__init__.py,sha256=qmMz3Z_F3V-VQh4nGj2CAW_ti07GdQVO2bR3qjiVk6A,437
|
|
11418
11486
|
services/jms/__init__.py,sha256=JEe_h2uzUUvTW3bn34SBlmmGTDtuYs79kLpyGS20r7s,437
|
|
11419
11487
|
services/jms/src/__init__.py,sha256=JEe_h2uzUUvTW3bn34SBlmmGTDtuYs79kLpyGS20r7s,437
|
|
11420
11488
|
services/jms/src/oci_cli_java_management_service/__init__.py,sha256=JEe_h2uzUUvTW3bn34SBlmmGTDtuYs79kLpyGS20r7s,437
|
|
@@ -11689,7 +11757,7 @@ services/mysql/src/oci_cli_db_system/__init__.py,sha256=7Oq6zMH8U9lZxB6Ym1wI0uhV
|
|
|
11689
11757
|
services/mysql/src/oci_cli_db_system/db_system_cli_extended.py,sha256=uGaHaEjtaYT2OR0K3a1um3fbXHpWpnpCH8klQz6Zo3k,19186
|
|
11690
11758
|
services/mysql/src/oci_cli_db_system/generated/__init__.py,sha256=7Oq6zMH8U9lZxB6Ym1wI0uhVPf9S1AzqmW6g4qngj-o,437
|
|
11691
11759
|
services/mysql/src/oci_cli_db_system/generated/client_mappings.py,sha256=YGXhOzVfgDokfrbSlaHOzpq3Ow0xf6JT3Ky2os437hY,772
|
|
11692
|
-
services/mysql/src/oci_cli_db_system/generated/dbsystem_cli.py,sha256=
|
|
11760
|
+
services/mysql/src/oci_cli_db_system/generated/dbsystem_cli.py,sha256=lRgdHu3jQalQP5LlF0eTZ0ftyh4yFZ2yCVmm9C21mQc,178163
|
|
11693
11761
|
services/mysql/src/oci_cli_mysql/__init__.py,sha256=7Oq6zMH8U9lZxB6Ym1wI0uhVPf9S1AzqmW6g4qngj-o,437
|
|
11694
11762
|
services/mysql/src/oci_cli_mysql/generated/__init__.py,sha256=7Oq6zMH8U9lZxB6Ym1wI0uhVPf9S1AzqmW6g4qngj-o,437
|
|
11695
11763
|
services/mysql/src/oci_cli_mysql/generated/mysql_service_cli.py,sha256=MviIYXO6vV9KYJZD98u1q8nXBjQI_EqJ-X2zAkD4wQA,959
|
|
@@ -11898,7 +11966,7 @@ services/opensearch/src/oci_cli_opensearch_cluster/__init__.py,sha256=VQoY_zZYom
|
|
|
11898
11966
|
services/opensearch/src/oci_cli_opensearch_cluster/opensearchcluster_cli_extended.py,sha256=JVEgYkUUY8VkKgANhjFDKXqwQGDhup4Us_ebCDiJ1CE,6540
|
|
11899
11967
|
services/opensearch/src/oci_cli_opensearch_cluster/generated/__init__.py,sha256=VQoY_zZYom7U-vLyVRkxTYRnp_skhgTA7sZfETSElzw,437
|
|
11900
11968
|
services/opensearch/src/oci_cli_opensearch_cluster/generated/client_mappings.py,sha256=iLI4HV5G1ka1C0NxJ3um7Q_TcMGjqCkbUUzg6vI1SjY,834
|
|
11901
|
-
services/opensearch/src/oci_cli_opensearch_cluster/generated/opensearchcluster_cli.py,sha256=
|
|
11969
|
+
services/opensearch/src/oci_cli_opensearch_cluster/generated/opensearchcluster_cli.py,sha256=lbX9NiXA5YZ14Qvqh2gnKTICzohO09sJ8RtFCrNZM-Q,97787
|
|
11902
11970
|
services/opensearch/src/oci_cli_opensearch_cluster_backup/__init__.py,sha256=VQoY_zZYom7U-vLyVRkxTYRnp_skhgTA7sZfETSElzw,437
|
|
11903
11971
|
services/opensearch/src/oci_cli_opensearch_cluster_backup/opensearchclusterbackup_cli_extended.py,sha256=1cOtifDAo60BbY1ncIcej9rp2hIyUohQPeGistsZylg,1988
|
|
11904
11972
|
services/opensearch/src/oci_cli_opensearch_cluster_backup/generated/__init__.py,sha256=VQoY_zZYom7U-vLyVRkxTYRnp_skhgTA7sZfETSElzw,437
|
|
@@ -12114,7 +12182,7 @@ services/redis/src/oci_cli_redis/generated/redis_service_cli.py,sha256=lMnh6dIpi
|
|
|
12114
12182
|
services/redis/src/oci_cli_redis_cluster/__init__.py,sha256=NxluB75t6gDG2qzs9ayBYjdQ5ikrnD_6i1cwz2Ie0b0,437
|
|
12115
12183
|
services/redis/src/oci_cli_redis_cluster/generated/__init__.py,sha256=NxluB75t6gDG2qzs9ayBYjdQ5ikrnD_6i1cwz2Ie0b0,437
|
|
12116
12184
|
services/redis/src/oci_cli_redis_cluster/generated/client_mappings.py,sha256=v1GxMLmsoXOU-ErDD6uzq--mxItDxQGkla3n1qF64OY,784
|
|
12117
|
-
services/redis/src/oci_cli_redis_cluster/generated/rediscluster_cli.py,sha256=
|
|
12185
|
+
services/redis/src/oci_cli_redis_cluster/generated/rediscluster_cli.py,sha256=Hxt2Nd84bwh-rcQCC47yriO3gPH6dGEYurnWeHE08kE,65917
|
|
12118
12186
|
services/redis/src/oci_cli_redis_identity/__init__.py,sha256=NxluB75t6gDG2qzs9ayBYjdQ5ikrnD_6i1cwz2Ie0b0,437
|
|
12119
12187
|
services/redis/src/oci_cli_redis_identity/generated/__init__.py,sha256=NxluB75t6gDG2qzs9ayBYjdQ5ikrnD_6i1cwz2Ie0b0,437
|
|
12120
12188
|
services/redis/src/oci_cli_redis_identity/generated/client_mappings.py,sha256=AX5ECz5ZcDltf5Gn4UR34PbUYCNdtZb2i3MgUlf_JTs,787
|
|
@@ -12147,7 +12215,7 @@ services/resource_manager/src/oci_cli_resource_manager/__init__.py,sha256=HZS39e
|
|
|
12147
12215
|
services/resource_manager/src/oci_cli_resource_manager/resourcemanager_cli_extended.py,sha256=ap1Qmqauce9mlaIcS0diFYN83VVAx_rZcBOft3BNJdQ,56887
|
|
12148
12216
|
services/resource_manager/src/oci_cli_resource_manager/generated/__init__.py,sha256=HZS39ecbZVG-5mYyhj1UevtHbyKxnoEI0f5RSTyNJbc,437
|
|
12149
12217
|
services/resource_manager/src/oci_cli_resource_manager/generated/client_mappings.py,sha256=nUq8GiWNwCOH1b0nKzH0KUkOF1UNWs-Fa6kF8SHylHM,870
|
|
12150
|
-
services/resource_manager/src/oci_cli_resource_manager/generated/resourcemanager_cli.py,sha256=
|
|
12218
|
+
services/resource_manager/src/oci_cli_resource_manager/generated/resourcemanager_cli.py,sha256=n1k61c3qgVuMpTDcCX02FXgLQ9CDvJOAivf10YiFF9w,465499
|
|
12151
12219
|
services/resource_manager/tests/__init__.py,sha256=HZS39ecbZVG-5mYyhj1UevtHbyKxnoEI0f5RSTyNJbc,437
|
|
12152
12220
|
services/resource_manager/tests/generated_test_request_transformers_resource_manager.py,sha256=K3IVkRAy5AEUnty26AWl-9S9lp7HCplnv4A0dUBWnt4,1394
|
|
12153
12221
|
services/resource_scheduler/__init__.py,sha256=qOD7iKjZGoaWWol3yBz_cjQMg0dxGJHQ3uyhz5q5Nxk,437
|
|
@@ -12475,10 +12543,10 @@ services/zpr/src/oci_cli_zpr/generated/__init__.py,sha256=wPKnnNrEBRpyVU7y1u4JDv
|
|
|
12475
12543
|
services/zpr/src/oci_cli_zpr/generated/client_mappings.py,sha256=eTLXQDImyDyG8dX8CJdYEjz3h6rCCJb3BFRyeCUAlWs,742
|
|
12476
12544
|
services/zpr/src/oci_cli_zpr/generated/zpr_cli.py,sha256=DZnnwX1MKDrT3zWXrkw2-8Q5hwWOWS0usU-kNsPdye4,58668
|
|
12477
12545
|
services/zpr/tests/__init__.py,sha256=wPKnnNrEBRpyVU7y1u4JDvNxrBw_If15F0TRiYZKYes,437
|
|
12478
|
-
oci_cli-3.
|
|
12479
|
-
oci_cli-3.
|
|
12480
|
-
oci_cli-3.
|
|
12481
|
-
oci_cli-3.
|
|
12482
|
-
oci_cli-3.
|
|
12483
|
-
oci_cli-3.
|
|
12484
|
-
oci_cli-3.
|
|
12546
|
+
oci_cli-3.68.0.dist-info/LICENSE.txt,sha256=ueIO48H0oqClJKqp08lneEyFBdtKhwGsa_jOxi8m7Ro,41278
|
|
12547
|
+
oci_cli-3.68.0.dist-info/METADATA,sha256=9vT4UICHUzQa8n6tbxncRfX4O8vbyzAa2TLN2BUQqhg,7066
|
|
12548
|
+
oci_cli-3.68.0.dist-info/THIRD_PARTY_LICENSES.txt,sha256=aTaXCqNxR1izL8cRvUcnsyswdP74vi4D4dd9FcoRmiA,88189
|
|
12549
|
+
oci_cli-3.68.0.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
|
|
12550
|
+
oci_cli-3.68.0.dist-info/entry_points.txt,sha256=Rzwlt90Fk4kXpuMTmspwgtY69KnkJeoUj1-Cgw_Ti4E,126
|
|
12551
|
+
oci_cli-3.68.0.dist-info/top_level.txt,sha256=qaPmB8Lr9XWqQLRmy6aKLBHCfkwLZKopOFxYbJp-R9o,47
|
|
12552
|
+
oci_cli-3.68.0.dist-info/RECORD,,
|