oci-cli 3.67.0__py3-none-any.whl → 3.68.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- common_util/ignored_commands.py +1 -0
- oci_cli/bin/devops.psm1 +12 -1
- oci_cli/bin/integration.psm1 +2 -2
- oci_cli/bin/iot.psm1 +121 -0
- oci_cli/bin/mysql.psm1 +4 -4
- oci_cli/bin/opensearch.psm1 +5 -5
- oci_cli/bin/redis.psm1 +2 -2
- oci_cli/bin/streaming.psm1 +2 -2
- oci_cli/help_text_producer/data_files/text/cmdref/ce/addon-option/list.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/create.txt +8 -7
- oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/delete.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/get-virtual-node.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/get.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/list-virtual-nodes.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/update.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/data-science/job-run/create.txt +17 -0
- oci_cli/help_text_producer/data_files/text/cmdref/data-science/pipeline/create.txt +12 -0
- oci_cli/help_text_producer/data_files/text/cmdref/data-science/pipeline/update.txt +12 -0
- oci_cli/help_text_producer/data_files/text/cmdref/data-science/pipeline-run/create.txt +30 -0
- oci_cli/help_text_producer/data_files/text/cmdref/db/database/convert-standby-database-type.txt +169 -0
- oci_cli/help_text_producer/data_files/text/cmdref/db/database.txt +2 -0
- oci_cli/help_text_producer/data_files/text/cmdref/db.txt +2 -0
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error/{list.txt → list-errors.txt} +5 -5
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/{work-request-log-entry/list-work-request-logs.txt → work-request-log/list-logs.txt} +5 -5
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/{work-request-log-entry.txt → work-request-log.txt} +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request.txt +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control.txt +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/devops/trigger-dry-run-result/trigger-deployment-dry-run-create-deploy-pipeline-deployment-details.txt +174 -0
- oci_cli/help_text_producer/data_files/text/cmdref/devops/trigger-dry-run-result/trigger-deployment-dry-run-create-deploy-pipeline-redeployment-details.txt +146 -0
- oci_cli/help_text_producer/data_files/text/cmdref/devops/trigger-dry-run-result/trigger-deployment-dry-run-create-single-deploy-stage-deployment-details.txt +179 -0
- oci_cli/help_text_producer/data_files/text/cmdref/devops/trigger-dry-run-result/trigger-deployment-dry-run-create-single-deploy-stage-redeployment-details.txt +150 -0
- oci_cli/help_text_producer/data_files/text/cmdref/devops/trigger-dry-run-result/trigger-deployment-dry-run.txt +116 -0
- oci_cli/help_text_producer/data_files/text/cmdref/devops/trigger-dry-run-result.txt +25 -0
- oci_cli/help_text_producer/data_files/text/cmdref/devops.txt +16 -0
- oci_cli/help_text_producer/data_files/text/cmdref/fleet-software-update/fsu-collection/create-db.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/fleet-software-update/fsu-collection/create-gi.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/fleet-software-update/fsu-discovery/create-db.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/fleet-software-update/fsu-discovery/create-gi.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/fn/application/create.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/fn/application/update.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/change-subscription.txt +134 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-amazon-kinesis-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-amazon-redshift-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-amazon-s3-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-azure-data-lake-storage-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-azure-synapse-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-databricks-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-db2-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-elasticsearch-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-generic-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-goldengate-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-google-big-query-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-google-cloud-storage-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-google-pub-sub-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-hdfs-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-iceberg-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-jms-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-kafka-connection.txt +44 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-kafka-schema-registry-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-microsoft-fabric-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-microsoft-sqlserver-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-mongo-db-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-mysql-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-object-storage-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-oracle-ai-data-platform-connection.txt +308 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-oracle-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-oracle-nosql-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-postgresql-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-redis-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-snowflake-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/list.txt +2 -2
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-amazon-kinesis-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-amazon-redshift-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-amazon-s3-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-azure-data-lake-storage-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-azure-synapse-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-databricks-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-db2-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-elasticsearch-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-generic-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-goldengate-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-google-big-query-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-google-cloud-storage-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-google-pub-sub-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-hdfs-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-iceberg-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-jms-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-kafka-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-kafka-schema-registry-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-microsoft-fabric-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-microsoft-sqlserver-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-mongo-db-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-mysql-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-object-storage-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-oracle-ai-data-platform-connection.txt +287 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-oracle-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-oracle-nosql-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-postgresql-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-redis-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-snowflake-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection.txt +6 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/deployment/change-subscription.txt +134 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/deployment/create.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/deployment/list.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/deployment/update.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/deployment.txt +2 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate.txt +8 -0
- oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-error/{list-errors.txt → list.txt} +5 -5
- oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-error.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance/create.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance/update.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-adapter/create.txt +199 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-adapter/delete.txt +131 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-adapter/get.txt +93 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-adapter/list.txt +157 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-adapter/update.txt +206 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-adapter.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-instance/create.txt +187 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-instance/delete.txt +131 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-instance/get-content.txt +99 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-instance/get.txt +93 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-instance/invoke-raw-binary-command.txt +119 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-instance/invoke-raw-json-command.txt +125 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-instance/invoke-raw-text-command.txt +118 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-instance/list.txt +157 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-instance/update.txt +194 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-instance.txt +36 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-model/create.txt +182 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-model/delete.txt +136 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-model/get-spec.txt +99 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-model/get.txt +98 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-model/list.txt +153 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-model/update.txt +185 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-model.txt +32 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-relationship/create.txt +192 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-relationship/delete.txt +135 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-relationship/get.txt +97 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-relationship/list.txt +162 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-relationship/update.txt +193 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-relationship.txt +29 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain/change-compartment.txt +132 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain/change-data-retention-period.txt +141 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain/configure-apex-data-access.txt +131 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain/configure-direct-data-access.txt +143 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain/configure-ords-data-access.txt +131 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain/create.txt +168 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain/delete.txt +129 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain/get.txt +91 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain/list.txt +153 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain/update.txt +175 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain-group/change-compartment.txt +132 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain-group/configure-data-access.txt +143 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain-group/create.txt +163 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain-group/delete.txt +129 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain-group/get.txt +91 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain-group/list.txt +149 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain-group/update.txt +176 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain-group.txt +33 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain.txt +40 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/work-request/get.txt +91 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/work-request/list-errors.txt +131 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/work-request/list-logs.txt +131 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/work-request/list.txt +148 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/work-request.txt +24 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot.txt +121 -0
- oci_cli/help_text_producer/data_files/text/cmdref/mysql/db-system/clone.txt +14 -0
- oci_cli/help_text_producer/data_files/text/cmdref/mysql/db-system/create.txt +14 -0
- oci_cli/help_text_producer/data_files/text/cmdref/mysql/db-system/import.txt +14 -0
- oci_cli/help_text_producer/data_files/text/cmdref/mysql/db-system/update.txt +14 -0
- oci_cli/help_text_producer/data_files/text/cmdref/opensearch/cluster/create.txt +33 -0
- oci_cli/help_text_producer/data_files/text/cmdref/opensearch/cluster/shapes-details/list.txt +13 -1
- oci_cli/help_text_producer/data_files/text/cmdref/opensearch/cluster/update.txt +29 -0
- oci_cli/help_text_producer/data_files/text/cmdref/opensearch/cluster/upgrade.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error/{list-errors.txt → list.txt} +5 -5
- oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/organizations.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/redis/redis-cluster/redis-cluster/create.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/redis/redis-cluster/redis-cluster/update.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/associated-resource-summary/list-job-associated-resources.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/associated-resource-summary/list-stack-associated-resources.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/change-compartment.txt +2 -2
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/create-bitbucket-cloud-username-app-password-provider.txt +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/create-bitbucket-server-access-token-provider.txt +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/create-github-access-token-provider.txt +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/create-gitlab-access-token-provider.txt +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/create.txt +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/delete.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/get.txt +2 -0
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/list.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/update-bitbucket-cloud-username-app-password-provider.txt +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/update-bitbucket-server-access-token-provider.txt +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/update-github-access-token-provider.txt +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/update-gitlab-access-token-provider.txt +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/update.txt +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/cancel.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/create-apply-job.txt +3 -2
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/create-apply-rollback-job.txt +3 -2
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/create-destroy-job.txt +3 -2
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/create-import-tf-state-job.txt +3 -2
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/create-plan-job.txt +3 -2
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/create-plan-rollback-job.txt +3 -2
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/create.txt +3 -2
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/get-detailed-log-content.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/get-job-logs-content.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/get-job-logs.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/get-job-tf-config.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/get-job-tf-plan.txt +2 -2
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/get-job-tf-state.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/get.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/list.txt +1 -4
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/update.txt +3 -2
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job-output-summary/list-job-outputs.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/private-endpoint/change-compartment.txt +1 -2
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/private-endpoint/create.txt +36 -16
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/private-endpoint/delete.txt +15 -14
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/private-endpoint/get-reachable-ip.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/private-endpoint/get.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/private-endpoint/list.txt +4 -4
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/private-endpoint/update.txt +36 -16
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/private-endpoint.txt +2 -2
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/change-compartment.txt +1 -2
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/code.txt +4 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/create-from-bitbucket-cloud.txt +4 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/create-from-bitbucket-server.txt +4 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/create-from-compartment.txt +4 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/create-from-git-provider.txt +4 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/create-from-object-storage.txt +4 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/create-from-template.txt +4 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/create-stack-create-dev-ops-config-source-details.txt +4 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/create.txt +3 -2
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/delete.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/detect-drift.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/get-stack-tf-config.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/get-stack-tf-state.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/get.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/list-resource-discovery-services.txt +1 -0
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/list-resource-drift-details.txt +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/list-terraform-versions.txt +1 -0
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/list.txt +4 -6
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/update-from-bitbucket-cloud.txt +4 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/update-from-git-provider.txt +4 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/update-from-object-storage.txt +4 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/update-stack-update-dev-ops-config-source-details.txt +4 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/update.txt +3 -2
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/template/change-compartment.txt +1 -2
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/template/create.txt +4 -2
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/template/delete.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/template/get-template-logo.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/template/get-template-tf-config.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/template/get.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/template/list-template-categories.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/template/list.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/template/update.txt +4 -2
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/work-request/get.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/work-request/list-work-request-errors.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/work-request/list-work-request-logs.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/work-request/list.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/session/authenticate.txt +4 -4
- oci_cli/help_text_producer/data_files/text/cmdref/streaming/admin/stream-pool/create.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/streaming/admin/stream-pool/update.txt +18 -0
- oci_cli/help_text_producer/data_files/text/index.txt +2 -0
- oci_cli/service_mapping.py +5 -0
- oci_cli/version.py +1 -1
- {oci_cli-3.67.0.dist-info → oci_cli-3.68.1.dist-info}/METADATA +7 -3
- {oci_cli-3.67.0.dist-info → oci_cli-3.68.1.dist-info}/RECORD +295 -221
- services/container_engine/src/oci_cli_container_engine/generated/containerengine_cli.py +7 -6
- services/data_science/src/oci_cli_data_science/generated/datascience_cli.py +139 -49
- services/database/src/oci_cli_database/generated/database_cli.py +71 -0
- services/devops/src/oci_cli_devops/generated/devops_cli.py +226 -0
- services/fleet_software_update/src/oci_cli_fleet_software_update/generated/fleetsoftwareupdate_cli.py +4 -4
- services/functions/src/oci_cli_functions_management/generated/functionsmanagement_cli.py +20 -8
- services/golden_gate/src/oci_cli_golden_gate/generated/goldengate_cli.py +1298 -248
- services/golden_gate/src/oci_cli_golden_gate/golden_gate_cli_extended.py +59 -14
- services/integration/src/oci_cli_integration_instance/generated/integrationinstance_cli.py +29 -11
- services/iot/__init__.py +4 -0
- services/iot/src/__init__.py +4 -0
- services/iot/src/oci_cli_iot/__init__.py +4 -0
- services/iot/src/oci_cli_iot/generated/__init__.py +4 -0
- services/iot/src/oci_cli_iot/generated/client_mappings.py +14 -0
- services/iot/src/oci_cli_iot/generated/iot_cli.py +2913 -0
- services/iot/src/oci_cli_iot/iot_cli_extended.py +74 -0
- services/iot/tests/__init__.py +4 -0
- services/mysql/src/oci_cli_db_system/generated/dbsystem_cli.py +44 -20
- services/opensearch/src/oci_cli_opensearch_cluster/generated/opensearchcluster_cli.py +44 -12
- services/redis/src/oci_cli_redis_cluster/generated/rediscluster_cli.py +20 -8
- services/resource_manager/src/oci_cli_resource_manager/generated/resourcemanager_cli.py +201 -193
- services/streaming/src/oci_cli_stream_admin/generated/streamadmin_cli.py +20 -8
- {oci_cli-3.67.0.dist-info → oci_cli-3.68.1.dist-info}/LICENSE.txt +0 -0
- {oci_cli-3.67.0.dist-info → oci_cli-3.68.1.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci_cli-3.67.0.dist-info → oci_cli-3.68.1.dist-info}/WHEEL +0 -0
- {oci_cli-3.67.0.dist-info → oci_cli-3.68.1.dist-info}/entry_points.txt +0 -0
- {oci_cli-3.67.0.dist-info → oci_cli-3.68.1.dist-info}/top_level.txt +0 -0
common_util/ignored_commands.py
CHANGED
|
@@ -265,6 +265,7 @@ IGNORED_COMMANDS = [
|
|
|
265
265
|
['fleet-software-update', 'fsu-cycle', 'update-fsu-cycle-update-upgrade-fsu-cycle'],
|
|
266
266
|
['db', 'exascale-db-storage-vault', 'list'],
|
|
267
267
|
['db', 'database', 'update'],
|
|
268
|
+
['opsi', 'database-insights', 'create-macs-managed-autonomous-database-insight'],
|
|
268
269
|
]
|
|
269
270
|
|
|
270
271
|
IGNORED_COMMANDS_DOCS = [
|
oci_cli/bin/devops.psm1
CHANGED
|
@@ -4,7 +4,7 @@ function GetOciTopLevelCommand_devops() {
|
|
|
4
4
|
|
|
5
5
|
function GetOciSubcommands_devops() {
|
|
6
6
|
$ociSubcommands = @{
|
|
7
|
-
'devops' = 'build-pipeline build-pipeline-stage build-run connection deploy-artifact deploy-environment deploy-pipeline deploy-stage deployment project protected-branch protected-branch-collection pull-request pull-request-comment repository repository-path-summary trigger work-request work-request-error work-request-log'
|
|
7
|
+
'devops' = 'build-pipeline build-pipeline-stage build-run connection deploy-artifact deploy-environment deploy-pipeline deploy-stage deployment project protected-branch protected-branch-collection pull-request pull-request-comment repository repository-path-summary trigger trigger-dry-run-result work-request work-request-error work-request-log'
|
|
8
8
|
'devops build-pipeline' = 'create delete get list update'
|
|
9
9
|
'devops build-pipeline-stage' = 'create-build-stage create-deliver-artifact-stage create-trigger-deployment-stage create-wait-stage delete get list update-build-stage update-deliver-artifact-stage update-trigger-deployment-stage update-wait-stage'
|
|
10
10
|
'devops build-run' = 'cancel create get list update'
|
|
@@ -22,6 +22,7 @@ function GetOciSubcommands_devops() {
|
|
|
22
22
|
'devops repository' = 'create create-or-update-git-branch-details create-or-update-git-tag-details delete delete-git-ref delete-ref delete-repository-settings get get-commit get-commit-diff get-file-diff get-mirror-record get-object get-object-content get-ref get-repo-file-diff get-repo-file-lines get-repository-archive-content get-repository-file-lines get-repository-notification-preference get-repository-settings list list-authors list-commit-diffs list-commits list-fork-sync-statuses list-mirror-records list-pull-request-authors list-refs list-repository-analytics-authors mirror put-repository-ref-branch-details put-repository-ref-tag-details summarize-repository-analytics sync update update-repository-notification-preference update-repository-settings'
|
|
23
23
|
'devops repository-path-summary' = 'list-paths'
|
|
24
24
|
'devops trigger' = 'create-bitbucket-cloud-trigger create-bitbucket-server-trigger create-devops-code-repo-trigger create-github-trigger create-gitlab-server-trigger create-gitlab-trigger create-vbs-trigger delete get list update-bitbucket-cloud-trigger update-bitbucket-server-trigger update-devops-code-repo-trigger update-github-trigger update-gitlab-server-trigger update-gitlab-trigger update-vbs-trigger'
|
|
25
|
+
'devops trigger-dry-run-result' = 'trigger-deployment-dry-run trigger-deployment-dry-run-create-deploy-pipeline-deployment-details trigger-deployment-dry-run-create-deploy-pipeline-redeployment-details trigger-deployment-dry-run-create-single-deploy-stage-deployment-details trigger-deployment-dry-run-create-single-deploy-stage-redeployment-details'
|
|
25
26
|
'devops work-request' = 'get list'
|
|
26
27
|
'devops work-request-error' = 'list'
|
|
27
28
|
'devops work-request-log' = 'list'
|
|
@@ -256,6 +257,11 @@ function GetOciCommandsToLongParams_devops() {
|
|
|
256
257
|
'devops trigger update-gitlab-server-trigger' = 'actions defined-tags description display-name force freeform-tags from-json help if-match max-wait-seconds trigger-id wait-for-state wait-interval-seconds'
|
|
257
258
|
'devops trigger update-gitlab-trigger' = 'actions connection-id defined-tags description display-name force freeform-tags from-json help if-match max-wait-seconds trigger-id wait-for-state wait-interval-seconds'
|
|
258
259
|
'devops trigger update-vbs-trigger' = 'actions connection-id defined-tags description display-name force freeform-tags from-json help if-match max-wait-seconds trigger-id wait-for-state wait-interval-seconds'
|
|
260
|
+
'devops trigger-dry-run-result trigger-deployment-dry-run' = 'create-deployment-details from-json helm-diff-arguments help'
|
|
261
|
+
'devops trigger-dry-run-result trigger-deployment-dry-run-create-deploy-pipeline-deployment-details' = 'create-deployment-details-defined-tags create-deployment-details-deploy-artifact-override-arguments create-deployment-details-deploy-pipeline-id create-deployment-details-deploy-stage-override-arguments create-deployment-details-deployment-arguments create-deployment-details-display-name create-deployment-details-freeform-tags from-json helm-diff-arguments help'
|
|
262
|
+
'devops trigger-dry-run-result trigger-deployment-dry-run-create-deploy-pipeline-redeployment-details' = 'create-deployment-details-defined-tags create-deployment-details-deploy-pipeline-id create-deployment-details-display-name create-deployment-details-freeform-tags create-deployment-details-previous-deployment-id from-json helm-diff-arguments help'
|
|
263
|
+
'devops trigger-dry-run-result trigger-deployment-dry-run-create-single-deploy-stage-deployment-details' = 'create-deployment-details-defined-tags create-deployment-details-deploy-artifact-override-arguments create-deployment-details-deploy-pipeline-id create-deployment-details-deploy-stage-id create-deployment-details-deploy-stage-override-arguments create-deployment-details-deployment-arguments create-deployment-details-display-name create-deployment-details-freeform-tags from-json helm-diff-arguments help'
|
|
264
|
+
'devops trigger-dry-run-result trigger-deployment-dry-run-create-single-deploy-stage-redeployment-details' = 'create-deployment-details-defined-tags create-deployment-details-deploy-pipeline-id create-deployment-details-deploy-stage-id create-deployment-details-display-name create-deployment-details-freeform-tags create-deployment-details-previous-deployment-id from-json helm-diff-arguments help'
|
|
259
265
|
'devops work-request get' = 'from-json help work-request-id'
|
|
260
266
|
'devops work-request list' = 'all compartment-id from-json help limit operation-type-multi-value-query page page-size resource-id sort-by sort-order status work-request-id'
|
|
261
267
|
'devops work-request-error list' = 'all from-json help limit page page-size sort-by sort-order work-request-id'
|
|
@@ -491,6 +497,11 @@ function GetOciCommandsToShortParams_devops() {
|
|
|
491
497
|
'devops trigger update-gitlab-server-trigger' = '? h'
|
|
492
498
|
'devops trigger update-gitlab-trigger' = '? h'
|
|
493
499
|
'devops trigger update-vbs-trigger' = '? h'
|
|
500
|
+
'devops trigger-dry-run-result trigger-deployment-dry-run' = '? h'
|
|
501
|
+
'devops trigger-dry-run-result trigger-deployment-dry-run-create-deploy-pipeline-deployment-details' = '? h'
|
|
502
|
+
'devops trigger-dry-run-result trigger-deployment-dry-run-create-deploy-pipeline-redeployment-details' = '? h'
|
|
503
|
+
'devops trigger-dry-run-result trigger-deployment-dry-run-create-single-deploy-stage-deployment-details' = '? h'
|
|
504
|
+
'devops trigger-dry-run-result trigger-deployment-dry-run-create-single-deploy-stage-redeployment-details' = '? h'
|
|
494
505
|
'devops work-request get' = '? h'
|
|
495
506
|
'devops work-request list' = '? c h'
|
|
496
507
|
'devops work-request-error list' = '? h'
|
oci_cli/bin/integration.psm1
CHANGED
|
@@ -21,7 +21,7 @@ function GetOciCommandsToLongParams_integration() {
|
|
|
21
21
|
'integration integration-instance change-private-endpoint-outbound-connection' = 'from-json help if-match integration-instance-id max-wait-seconds private-endpoint-outbound-connection wait-for-state wait-interval-seconds'
|
|
22
22
|
'integration integration-instance change-private-endpoint-outbound-connection-none-outbound-connection' = 'from-json help if-match integration-instance-id max-wait-seconds wait-for-state wait-interval-seconds'
|
|
23
23
|
'integration integration-instance change-private-endpoint-outbound-connection-private-endpoint-outbound-connection' = 'from-json help if-match integration-instance-id max-wait-seconds private-endpoint-outbound-connection-nsg-ids private-endpoint-outbound-connection-subnet-id wait-for-state wait-interval-seconds'
|
|
24
|
-
'integration integration-instance create' = 'alternate-custom-endpoints compartment-id consumption-model custom-endpoint defined-tags display-name domain-id freeform-tags from-json help idcs-at is-byol is-disaster-recovery-enabled is-file-server-enabled is-visual-builder-enabled max-wait-seconds message-packs network-endpoint-details shape type wait-for-state wait-interval-seconds'
|
|
24
|
+
'integration integration-instance create' = 'alternate-custom-endpoints compartment-id consumption-model custom-endpoint defined-tags display-name domain-id freeform-tags from-json help idcs-at is-byol is-disaster-recovery-enabled is-file-server-enabled is-visual-builder-enabled max-wait-seconds message-packs network-endpoint-details security-attributes shape type wait-for-state wait-interval-seconds'
|
|
25
25
|
'integration integration-instance delete' = 'force from-json help id if-match max-wait-seconds wait-for-state wait-interval-seconds'
|
|
26
26
|
'integration integration-instance disaster-recovery-failover' = 'from-json help if-match integration-instance-id max-wait-seconds wait-for-state wait-interval-seconds'
|
|
27
27
|
'integration integration-instance enable-process-automation' = 'from-json help if-match integration-instance-id max-wait-seconds wait-for-state wait-interval-seconds'
|
|
@@ -31,7 +31,7 @@ function GetOciCommandsToLongParams_integration() {
|
|
|
31
31
|
'integration integration-instance remove' = 'from-json help if-match integration-instance-id max-wait-seconds wait-for-state wait-interval-seconds'
|
|
32
32
|
'integration integration-instance start' = 'from-json help id if-match max-wait-seconds wait-for-state wait-interval-seconds'
|
|
33
33
|
'integration integration-instance stop' = 'from-json help id if-match max-wait-seconds wait-for-state wait-interval-seconds'
|
|
34
|
-
'integration integration-instance update' = 'alternate-custom-endpoints custom-endpoint defined-tags display-name force freeform-tags from-json help id if-match is-byol is-file-server-enabled is-visual-builder-enabled max-wait-seconds message-packs type wait-for-state wait-interval-seconds'
|
|
34
|
+
'integration integration-instance update' = 'alternate-custom-endpoints custom-endpoint defined-tags display-name force freeform-tags from-json help id if-match is-byol is-file-server-enabled is-visual-builder-enabled max-wait-seconds message-packs security-attributes type wait-for-state wait-interval-seconds'
|
|
35
35
|
'integration work-request get' = 'from-json help work-request-id'
|
|
36
36
|
'integration work-request list' = 'all compartment-id from-json help id limit page page-size'
|
|
37
37
|
'integration work-request-error list' = 'all compartment-id from-json help limit page page-size work-request-id'
|
oci_cli/bin/iot.psm1
ADDED
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
function GetOciTopLevelCommand_iot() {
|
|
2
|
+
return 'iot'
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
function GetOciSubcommands_iot() {
|
|
6
|
+
$ociSubcommands = @{
|
|
7
|
+
'iot' = 'digital-twin-adapter digital-twin-instance digital-twin-model digital-twin-relationship domain domain-group work-request'
|
|
8
|
+
'iot digital-twin-adapter' = 'create delete get list update'
|
|
9
|
+
'iot digital-twin-instance' = 'create delete get get-content invoke-raw-binary-command invoke-raw-json-command invoke-raw-text-command list update'
|
|
10
|
+
'iot digital-twin-model' = 'create delete get get-spec list update'
|
|
11
|
+
'iot digital-twin-relationship' = 'create delete get list update'
|
|
12
|
+
'iot domain' = 'change-compartment change-data-retention-period configure-apex-data-access configure-direct-data-access configure-ords-data-access create delete get list update'
|
|
13
|
+
'iot domain-group' = 'change-compartment configure-data-access create delete get list update'
|
|
14
|
+
'iot work-request' = 'get list list-errors list-logs'
|
|
15
|
+
}
|
|
16
|
+
return $ociSubcommands
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
function GetOciCommandsToLongParams_iot() {
|
|
20
|
+
$ociCommandsToLongParams = @{
|
|
21
|
+
'iot digital-twin-adapter create' = 'defined-tags description digital-twin-model-id digital-twin-model-spec-uri display-name freeform-tags from-json help inbound-envelope inbound-routes iot-domain-id max-wait-seconds wait-for-state wait-interval-seconds'
|
|
22
|
+
'iot digital-twin-adapter delete' = 'digital-twin-adapter-id force from-json help if-match max-wait-seconds wait-for-state wait-interval-seconds'
|
|
23
|
+
'iot digital-twin-adapter get' = 'digital-twin-adapter-id from-json help'
|
|
24
|
+
'iot digital-twin-adapter list' = 'all digital-twin-model-id digital-twin-model-spec-uri display-name from-json help id iot-domain-id lifecycle-state limit page page-size sort-by sort-order'
|
|
25
|
+
'iot digital-twin-adapter update' = 'defined-tags description digital-twin-adapter-id display-name force freeform-tags from-json help if-match inbound-envelope inbound-routes max-wait-seconds wait-for-state wait-interval-seconds'
|
|
26
|
+
'iot digital-twin-instance create' = 'auth-id defined-tags description digital-twin-adapter-id digital-twin-model-id digital-twin-model-spec-uri display-name external-key freeform-tags from-json help iot-domain-id max-wait-seconds wait-for-state wait-interval-seconds'
|
|
27
|
+
'iot digital-twin-instance delete' = 'digital-twin-instance-id force from-json help if-match max-wait-seconds wait-for-state wait-interval-seconds'
|
|
28
|
+
'iot digital-twin-instance get' = 'digital-twin-instance-id from-json help'
|
|
29
|
+
'iot digital-twin-instance get-content' = 'digital-twin-instance-id from-json help should-include-metadata'
|
|
30
|
+
'iot digital-twin-instance invoke-raw-binary-command' = 'digital-twin-instance-id from-json help request-data request-data-content-type request-duration request-endpoint response-duration response-endpoint'
|
|
31
|
+
'iot digital-twin-instance invoke-raw-json-command' = 'digital-twin-instance-id from-json help request-data request-data-content-type request-duration request-endpoint response-duration response-endpoint'
|
|
32
|
+
'iot digital-twin-instance invoke-raw-text-command' = 'digital-twin-instance-id from-json help request-data request-data-content-type request-duration request-endpoint response-duration response-endpoint'
|
|
33
|
+
'iot digital-twin-instance list' = 'all digital-twin-model-id digital-twin-model-spec-uri display-name from-json help id iot-domain-id lifecycle-state limit page page-size sort-by sort-order'
|
|
34
|
+
'iot digital-twin-instance update' = 'auth-id defined-tags description digital-twin-adapter-id digital-twin-instance-id display-name external-key force freeform-tags from-json help if-match max-wait-seconds wait-for-state wait-interval-seconds'
|
|
35
|
+
'iot digital-twin-model create' = 'defined-tags description display-name freeform-tags from-json help iot-domain-id max-wait-seconds spec wait-for-state wait-interval-seconds'
|
|
36
|
+
'iot digital-twin-model delete' = 'digital-twin-model-id force from-json help if-match max-wait-seconds wait-for-state wait-interval-seconds'
|
|
37
|
+
'iot digital-twin-model get' = 'digital-twin-model-id from-json help'
|
|
38
|
+
'iot digital-twin-model get-spec' = 'digital-twin-model-id from-json help'
|
|
39
|
+
'iot digital-twin-model list' = 'all display-name from-json help id iot-domain-id lifecycle-state limit page page-size sort-by sort-order spec-uri-starts-with'
|
|
40
|
+
'iot digital-twin-model update' = 'defined-tags description digital-twin-model-id display-name force freeform-tags from-json help if-match max-wait-seconds wait-for-state wait-interval-seconds'
|
|
41
|
+
'iot digital-twin-relationship create' = 'content content-path defined-tags description display-name freeform-tags from-json help iot-domain-id max-wait-seconds source-digital-twin-instance-id target-digital-twin-instance-id wait-for-state wait-interval-seconds'
|
|
42
|
+
'iot digital-twin-relationship delete' = 'digital-twin-relationship-id force from-json help if-match max-wait-seconds wait-for-state wait-interval-seconds'
|
|
43
|
+
'iot digital-twin-relationship get' = 'digital-twin-relationship-id from-json help'
|
|
44
|
+
'iot digital-twin-relationship list' = 'all content-path display-name from-json help id iot-domain-id lifecycle-state limit page page-size sort-by sort-order source-digital-twin-instance-id target-digital-twin-instance-id'
|
|
45
|
+
'iot digital-twin-relationship update' = 'content defined-tags description digital-twin-relationship-id display-name force freeform-tags from-json help if-match max-wait-seconds wait-for-state wait-interval-seconds'
|
|
46
|
+
'iot domain change-compartment' = 'compartment-id from-json help if-match iot-domain-id max-wait-seconds wait-for-state wait-interval-seconds'
|
|
47
|
+
'iot domain change-data-retention-period' = 'data-retention-period-in-days from-json help if-match iot-domain-id max-wait-seconds type wait-for-state wait-interval-seconds'
|
|
48
|
+
'iot domain configure-apex-data-access' = 'db-workspace-admin-initial-password from-json help if-match iot-domain-id max-wait-seconds wait-for-state wait-interval-seconds'
|
|
49
|
+
'iot domain configure-direct-data-access' = 'db-allow-listed-identity-group-names from-json help if-match iot-domain-id max-wait-seconds wait-for-state wait-interval-seconds'
|
|
50
|
+
'iot domain configure-ords-data-access' = 'db-allowed-identity-domain-host from-json help if-match iot-domain-id max-wait-seconds wait-for-state wait-interval-seconds'
|
|
51
|
+
'iot domain create' = 'compartment-id defined-tags description display-name freeform-tags from-json help iot-domain-group-id max-wait-seconds wait-for-state wait-interval-seconds'
|
|
52
|
+
'iot domain delete' = 'force from-json help if-match iot-domain-id max-wait-seconds wait-for-state wait-interval-seconds'
|
|
53
|
+
'iot domain get' = 'from-json help iot-domain-id'
|
|
54
|
+
'iot domain list' = 'all compartment-id display-name from-json help id iot-domain-group-id lifecycle-state limit page page-size sort-by sort-order'
|
|
55
|
+
'iot domain update' = 'defined-tags description display-name force freeform-tags from-json help if-match iot-domain-id max-wait-seconds wait-for-state wait-interval-seconds'
|
|
56
|
+
'iot domain-group change-compartment' = 'compartment-id from-json help if-match iot-domain-group-id max-wait-seconds wait-for-state wait-interval-seconds'
|
|
57
|
+
'iot domain-group configure-data-access' = 'db-allow-listed-vcn-ids from-json help if-match iot-domain-group-id max-wait-seconds wait-for-state wait-interval-seconds'
|
|
58
|
+
'iot domain-group create' = 'compartment-id defined-tags description display-name freeform-tags from-json help max-wait-seconds wait-for-state wait-interval-seconds'
|
|
59
|
+
'iot domain-group delete' = 'force from-json help if-match iot-domain-group-id max-wait-seconds wait-for-state wait-interval-seconds'
|
|
60
|
+
'iot domain-group get' = 'from-json help iot-domain-group-id'
|
|
61
|
+
'iot domain-group list' = 'all compartment-id display-name from-json help id lifecycle-state limit page page-size sort-by sort-order'
|
|
62
|
+
'iot domain-group update' = 'defined-tags description display-name force freeform-tags from-json help if-match iot-domain-group-id max-wait-seconds wait-for-state wait-interval-seconds'
|
|
63
|
+
'iot work-request get' = 'from-json help work-request-id'
|
|
64
|
+
'iot work-request list' = 'all compartment-id from-json help id limit page page-size resource-id sort-by sort-order status'
|
|
65
|
+
'iot work-request list-errors' = 'all from-json help limit page page-size sort-by sort-order work-request-id'
|
|
66
|
+
'iot work-request list-logs' = 'all from-json help limit page page-size sort-by sort-order work-request-id'
|
|
67
|
+
}
|
|
68
|
+
return $ociCommandsToLongParams
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
function GetOciCommandsToShortParams_iot() {
|
|
72
|
+
$ociCommandsToShortParams = @{
|
|
73
|
+
'iot digital-twin-adapter create' = '? h'
|
|
74
|
+
'iot digital-twin-adapter delete' = '? h'
|
|
75
|
+
'iot digital-twin-adapter get' = '? h'
|
|
76
|
+
'iot digital-twin-adapter list' = '? h'
|
|
77
|
+
'iot digital-twin-adapter update' = '? h'
|
|
78
|
+
'iot digital-twin-instance create' = '? h'
|
|
79
|
+
'iot digital-twin-instance delete' = '? h'
|
|
80
|
+
'iot digital-twin-instance get' = '? h'
|
|
81
|
+
'iot digital-twin-instance get-content' = '? h'
|
|
82
|
+
'iot digital-twin-instance invoke-raw-binary-command' = '? h'
|
|
83
|
+
'iot digital-twin-instance invoke-raw-json-command' = '? h'
|
|
84
|
+
'iot digital-twin-instance invoke-raw-text-command' = '? h'
|
|
85
|
+
'iot digital-twin-instance list' = '? h'
|
|
86
|
+
'iot digital-twin-instance update' = '? h'
|
|
87
|
+
'iot digital-twin-model create' = '? h'
|
|
88
|
+
'iot digital-twin-model delete' = '? h'
|
|
89
|
+
'iot digital-twin-model get' = '? h'
|
|
90
|
+
'iot digital-twin-model get-spec' = '? h'
|
|
91
|
+
'iot digital-twin-model list' = '? h'
|
|
92
|
+
'iot digital-twin-model update' = '? h'
|
|
93
|
+
'iot digital-twin-relationship create' = '? h'
|
|
94
|
+
'iot digital-twin-relationship delete' = '? h'
|
|
95
|
+
'iot digital-twin-relationship get' = '? h'
|
|
96
|
+
'iot digital-twin-relationship list' = '? h'
|
|
97
|
+
'iot digital-twin-relationship update' = '? h'
|
|
98
|
+
'iot domain change-compartment' = '? c h'
|
|
99
|
+
'iot domain change-data-retention-period' = '? h'
|
|
100
|
+
'iot domain configure-apex-data-access' = '? h'
|
|
101
|
+
'iot domain configure-direct-data-access' = '? h'
|
|
102
|
+
'iot domain configure-ords-data-access' = '? h'
|
|
103
|
+
'iot domain create' = '? c h'
|
|
104
|
+
'iot domain delete' = '? h'
|
|
105
|
+
'iot domain get' = '? h'
|
|
106
|
+
'iot domain list' = '? c h'
|
|
107
|
+
'iot domain update' = '? h'
|
|
108
|
+
'iot domain-group change-compartment' = '? c h'
|
|
109
|
+
'iot domain-group configure-data-access' = '? h'
|
|
110
|
+
'iot domain-group create' = '? c h'
|
|
111
|
+
'iot domain-group delete' = '? h'
|
|
112
|
+
'iot domain-group get' = '? h'
|
|
113
|
+
'iot domain-group list' = '? c h'
|
|
114
|
+
'iot domain-group update' = '? h'
|
|
115
|
+
'iot work-request get' = '? h'
|
|
116
|
+
'iot work-request list' = '? c h'
|
|
117
|
+
'iot work-request list-errors' = '? h'
|
|
118
|
+
'iot work-request list-logs' = '? h'
|
|
119
|
+
}
|
|
120
|
+
return $ociCommandsToShortParams
|
|
121
|
+
}
|
oci_cli/bin/mysql.psm1
CHANGED
|
@@ -44,8 +44,8 @@ function GetOciCommandsToLongParams_mysql() {
|
|
|
44
44
|
'mysql configuration get' = 'configuration-id from-json help if-none-match'
|
|
45
45
|
'mysql configuration list' = 'all compartment-id configuration-id display-name from-json help lifecycle-state limit page page-size shape-name sort-by sort-order type'
|
|
46
46
|
'mysql configuration update' = 'configuration-id defined-tags description display-name force freeform-tags from-json help if-match max-wait-seconds wait-for-state wait-interval-seconds'
|
|
47
|
-
'mysql db-system clone' = 'access-mode admin-password admin-username availability-domain backup-policy compartment-id configuration-id crash-recovery customer-contacts data-storage-size-in-gbs database-management database-mode defined-tags deletion-policy description display-name encrypt-data fault-domain freeform-tags from-json help hostname-label ip-address is-auto-expand-storage-enabled is-highly-available maintenance max-storage-size-in-gbs max-wait-seconds mysql-version nsg-ids port port-x read-endpoint rest secure-connections shape-name source-backup-id subnet-id wait-for-state wait-interval-seconds'
|
|
48
|
-
'mysql db-system create' = 'access-mode admin-password admin-username availability-domain backup-policy compartment-id configuration-id crash-recovery customer-contacts data-storage-size-in-gbs database-management database-mode defined-tags deletion-policy description display-name encrypt-data fault-domain freeform-tags from-json help hostname-label ip-address is-auto-expand-storage-enabled is-highly-available maintenance max-storage-size-in-gbs max-wait-seconds mysql-version nsg-ids port port-x read-endpoint rest secure-connections shape-name source subnet-id wait-for-state wait-interval-seconds'
|
|
47
|
+
'mysql db-system clone' = 'access-mode admin-password admin-username availability-domain backup-policy compartment-id configuration-id crash-recovery customer-contacts data-storage-size-in-gbs database-management database-mode defined-tags deletion-policy description display-name encrypt-data fault-domain freeform-tags from-json help hostname-label ip-address is-auto-expand-storage-enabled is-highly-available maintenance max-storage-size-in-gbs max-wait-seconds mysql-version nsg-ids port port-x read-endpoint rest secure-connections security-attributes shape-name source-backup-id subnet-id wait-for-state wait-interval-seconds'
|
|
48
|
+
'mysql db-system create' = 'access-mode admin-password admin-username availability-domain backup-policy compartment-id configuration-id crash-recovery customer-contacts data-storage-size-in-gbs database-management database-mode defined-tags deletion-policy description display-name encrypt-data fault-domain freeform-tags from-json help hostname-label ip-address is-auto-expand-storage-enabled is-highly-available maintenance max-storage-size-in-gbs max-wait-seconds mysql-version nsg-ids port port-x read-endpoint rest secure-connections security-attributes shape-name source subnet-id wait-for-state wait-interval-seconds'
|
|
49
49
|
'mysql db-system delete' = 'db-system-id force from-json help if-match max-wait-seconds wait-for-state wait-interval-seconds'
|
|
50
50
|
'mysql db-system get' = 'db-system-id from-json help if-none-match'
|
|
51
51
|
'mysql db-system heatwave-cluster add' = 'cluster-size db-system-id from-json help if-match is-lakehouse-enabled max-wait-seconds shape-name wait-for-state wait-interval-seconds'
|
|
@@ -57,12 +57,12 @@ function GetOciCommandsToLongParams_mysql() {
|
|
|
57
57
|
'mysql db-system heatwave-cluster update' = 'cluster-size db-system-id from-json help if-match is-lakehouse-enabled max-wait-seconds shape-name wait-for-state wait-interval-seconds'
|
|
58
58
|
'mysql db-system heatwave-cluster-memory-estimate generate' = 'db-system-id from-json help max-wait-seconds wait-for-state wait-interval-seconds'
|
|
59
59
|
'mysql db-system heatwave-cluster-memory-estimate get' = 'db-system-id from-json help'
|
|
60
|
-
'mysql db-system import' = 'access-mode admin-password admin-username availability-domain backup-policy compartment-id configuration-id crash-recovery customer-contacts data-storage-size-in-gbs database-management database-mode defined-tags deletion-policy description display-name encrypt-data fault-domain freeform-tags from-json help hostname-label ip-address is-auto-expand-storage-enabled is-highly-available maintenance max-storage-size-in-gbs max-wait-seconds mysql-version nsg-ids port port-x read-endpoint rest secure-connections shape-name source-url subnet-id wait-for-state wait-interval-seconds'
|
|
60
|
+
'mysql db-system import' = 'access-mode admin-password admin-username availability-domain backup-policy compartment-id configuration-id crash-recovery customer-contacts data-storage-size-in-gbs database-management database-mode defined-tags deletion-policy description display-name encrypt-data fault-domain freeform-tags from-json help hostname-label ip-address is-auto-expand-storage-enabled is-highly-available maintenance max-storage-size-in-gbs max-wait-seconds mysql-version nsg-ids port port-x read-endpoint rest secure-connections security-attributes shape-name source-url subnet-id wait-for-state wait-interval-seconds'
|
|
61
61
|
'mysql db-system list' = 'all compartment-id configuration-id database-management db-system-id display-name from-json help is-heatwave-cluster-attached is-up-to-date lifecycle-state limit page page-size sort-by sort-order'
|
|
62
62
|
'mysql db-system restart' = 'db-system-id from-json help if-match max-wait-seconds shutdown-type wait-for-state wait-interval-seconds'
|
|
63
63
|
'mysql db-system start' = 'db-system-id from-json help if-match max-wait-seconds wait-for-state wait-interval-seconds'
|
|
64
64
|
'mysql db-system stop' = 'db-system-id from-json help if-match max-wait-seconds shutdown-type wait-for-state wait-interval-seconds'
|
|
65
|
-
'mysql db-system update' = 'access-mode admin-password admin-username availability-domain backup-policy configuration-id crash-recovery customer-contacts data-storage-size-in-gbs database-management database-mode db-system-id defined-tags deletion-policy description display-name encrypt-data fault-domain force freeform-tags from-json help hostname-label if-match ip-address is-auto-expand-storage-enabled is-highly-available maintenance max-storage-size-in-gbs max-wait-seconds mysql-version nsg-ids port port-x read-endpoint rest secure-connections shape-name subnet-id wait-for-state wait-interval-seconds'
|
|
65
|
+
'mysql db-system update' = 'access-mode admin-password admin-username availability-domain backup-policy configuration-id crash-recovery customer-contacts data-storage-size-in-gbs database-management database-mode db-system-id defined-tags deletion-policy description display-name encrypt-data fault-domain force freeform-tags from-json help hostname-label if-match ip-address is-auto-expand-storage-enabled is-highly-available maintenance max-storage-size-in-gbs max-wait-seconds mysql-version nsg-ids port port-x read-endpoint rest secure-connections security-attributes shape-name subnet-id wait-for-state wait-interval-seconds'
|
|
66
66
|
'mysql replica create' = 'db-system-id defined-tags description display-name freeform-tags from-json help is-delete-protected max-wait-seconds replica-overrides wait-for-state wait-interval-seconds'
|
|
67
67
|
'mysql replica delete' = 'force from-json help if-match max-wait-seconds replica-id wait-for-state wait-interval-seconds'
|
|
68
68
|
'mysql replica get' = 'from-json help if-none-match replica-id'
|
oci_cli/bin/opensearch.psm1
CHANGED
|
@@ -24,7 +24,7 @@ function GetOciCommandsToLongParams_opensearch() {
|
|
|
24
24
|
'opensearch backup update' = 'defined-tags display-name force freeform-tags from-json help if-match max-wait-seconds opensearch-cluster-backup-id wait-for-state wait-interval-seconds'
|
|
25
25
|
'opensearch cluster backup' = 'compartment-id display-name from-json help if-match max-wait-seconds opensearch-cluster-id wait-for-state wait-interval-seconds'
|
|
26
26
|
'opensearch cluster configureoutboundcluster' = 'from-json help if-match inbound-cluster-ids max-wait-seconds opensearch-cluster-id wait-for-state wait-interval-seconds'
|
|
27
|
-
'opensearch cluster create' = 'backup-policy compartment-id data-node-count data-node-host-bare-metal-shape data-node-host-memory-gb data-node-host-ocpu-count data-node-host-shape data-node-host-type data-node-storage-gb defined-tags display-name freeform-tags from-json help inbound-cluster-ids maintenance-details master-node-count master-node-host-bare-metal-shape master-node-host-memory-gb master-node-host-ocpu-count master-node-host-shape master-node-host-type max-wait-seconds opendashboard-node-count opendashboard-node-host-memory-gb opendashboard-node-host-ocpu-count opendashboard-node-host-shape outbound-cluster-config reverse-connection-endpoint-customer-ips search-node-count search-node-host-memory-gb search-node-host-ocpu-count search-node-host-shape search-node-host-type search-node-storage-gb security-master-user-name security-master-user-password-hash security-mode security-saml-config software-version subnet-compartment-id subnet-id system-tags vcn-compartment-id vcn-id wait-for-state wait-interval-seconds'
|
|
27
|
+
'opensearch cluster create' = 'backup-policy certificate-config compartment-id data-node-count data-node-host-bare-metal-shape data-node-host-memory-gb data-node-host-ocpu-count data-node-host-shape data-node-host-type data-node-storage-gb defined-tags display-name freeform-tags from-json help inbound-cluster-ids maintenance-details master-node-count master-node-host-bare-metal-shape master-node-host-memory-gb master-node-host-ocpu-count master-node-host-shape master-node-host-type max-wait-seconds nsg-id opendashboard-node-count opendashboard-node-host-memory-gb opendashboard-node-host-ocpu-count opendashboard-node-host-shape outbound-cluster-config reverse-connection-endpoint-customer-ips search-node-count search-node-host-memory-gb search-node-host-ocpu-count search-node-host-shape search-node-host-type search-node-storage-gb security-attributes security-master-user-name security-master-user-password-hash security-mode security-saml-config software-version subnet-compartment-id subnet-id system-tags vcn-compartment-id vcn-id wait-for-state wait-interval-seconds'
|
|
28
28
|
'opensearch cluster delete' = 'force from-json help if-match max-wait-seconds opensearch-cluster-id wait-for-state wait-interval-seconds'
|
|
29
29
|
'opensearch cluster get' = 'from-json help opensearch-cluster-id'
|
|
30
30
|
'opensearch cluster list' = 'all compartment-id display-name from-json help id lifecycle-state limit page page-size sort-by sort-order'
|
|
@@ -32,9 +32,9 @@ function GetOciCommandsToLongParams_opensearch() {
|
|
|
32
32
|
'opensearch cluster resizehorizontal' = 'data-node-count defined-tags freeform-tags from-json help if-match master-node-count max-wait-seconds opendashboard-node-count opensearch-cluster-id search-node-count wait-for-state wait-interval-seconds'
|
|
33
33
|
'opensearch cluster resizevertical' = 'data-node-host-memory-gb data-node-host-ocpu-count data-node-host-shape data-node-storage-gb defined-tags freeform-tags from-json help if-match master-node-host-memory-gb master-node-host-ocpu-count master-node-host-shape max-wait-seconds opendashboard-node-host-memory-gb opendashboard-node-host-ocpu-count opendashboard-node-host-shape opensearch-cluster-id search-node-host-memory-gb search-node-host-ocpu-count search-node-host-shape search-node-storage-gb wait-for-state wait-interval-seconds'
|
|
34
34
|
'opensearch cluster restore' = 'compartment-id from-json help if-match max-wait-seconds opensearch-cluster-backup-id opensearch-cluster-id prefix wait-for-state wait-interval-seconds'
|
|
35
|
-
'opensearch cluster shapes-details list' = 'all from-json help'
|
|
36
|
-
'opensearch cluster update' = 'backup-policy defined-tags display-name force freeform-tags from-json help if-match maintenance-details max-wait-seconds opensearch-cluster-id outbound-cluster-config reverse-connection-endpoint-customer-ips security-master-user-name security-master-user-password-hash security-mode security-saml-config software-version wait-for-state wait-interval-seconds'
|
|
37
|
-
'opensearch cluster upgrade' = 'defined-tags desired-software-version freeform-tags from-json help if-match is-clone max-wait-seconds opensearch-cluster-id original-cluster-display-name system-tags upgrade-type wait-for-state wait-interval-seconds'
|
|
35
|
+
'opensearch cluster shapes-details list' = 'all compartment-id from-json help'
|
|
36
|
+
'opensearch cluster update' = 'backup-policy certificate-config defined-tags display-name force freeform-tags from-json help if-match maintenance-details max-wait-seconds opensearch-cluster-id outbound-cluster-config reverse-connection-endpoint-customer-ips security-attributes security-master-user-name security-master-user-password-hash security-mode security-saml-config software-version wait-for-state wait-interval-seconds'
|
|
37
|
+
'opensearch cluster upgrade' = 'defined-tags desired-software-version freeform-tags from-json help if-match is-clone max-wait-seconds opensearch-cluster-id original-cluster-display-name security-attributes system-tags upgrade-type wait-for-state wait-interval-seconds'
|
|
38
38
|
'opensearch cluster work-request get' = 'from-json help work-request-id'
|
|
39
39
|
'opensearch cluster work-request list' = 'all compartment-id from-json help limit page page-size source-resource-id work-request-id'
|
|
40
40
|
'opensearch cluster work-request-error list' = 'all from-json help limit page page-size work-request-id'
|
|
@@ -64,7 +64,7 @@ function GetOciCommandsToShortParams_opensearch() {
|
|
|
64
64
|
'opensearch cluster resizehorizontal' = '? h'
|
|
65
65
|
'opensearch cluster resizevertical' = '? h'
|
|
66
66
|
'opensearch cluster restore' = '? c h'
|
|
67
|
-
'opensearch cluster shapes-details list' = '? h'
|
|
67
|
+
'opensearch cluster shapes-details list' = '? c h'
|
|
68
68
|
'opensearch cluster update' = '? h'
|
|
69
69
|
'opensearch cluster upgrade' = '? h'
|
|
70
70
|
'opensearch cluster work-request get' = '? h'
|
oci_cli/bin/redis.psm1
CHANGED
|
@@ -57,11 +57,11 @@ function GetOciCommandsToLongParams_redis() {
|
|
|
57
57
|
'redis redis-cluster node-summary list-redis-cluster-nodes' = 'all display-name from-json help limit page page-size redis-cluster-id sort-by sort-order'
|
|
58
58
|
'redis redis-cluster redis-cluster attach' = 'from-json help if-match max-wait-seconds oci-cache-users redis-cluster-id wait-for-state wait-interval-seconds'
|
|
59
59
|
'redis redis-cluster redis-cluster change-compartment' = 'compartment-id from-json help if-match max-wait-seconds redis-cluster-id wait-for-state wait-interval-seconds'
|
|
60
|
-
'redis redis-cluster redis-cluster create' = 'cluster-mode compartment-id defined-tags display-name freeform-tags from-json help max-wait-seconds node-count node-memory-in-gbs nsg-ids oci-cache-config-set-id shard-count software-version subnet-id wait-for-state wait-interval-seconds'
|
|
60
|
+
'redis redis-cluster redis-cluster create' = 'cluster-mode compartment-id defined-tags display-name freeform-tags from-json help max-wait-seconds node-count node-memory-in-gbs nsg-ids oci-cache-config-set-id security-attributes shard-count software-version subnet-id wait-for-state wait-interval-seconds'
|
|
61
61
|
'redis redis-cluster redis-cluster delete' = 'force from-json help if-match max-wait-seconds redis-cluster-id wait-for-state wait-interval-seconds'
|
|
62
62
|
'redis redis-cluster redis-cluster detach' = 'from-json help if-match max-wait-seconds oci-cache-users redis-cluster-id wait-for-state wait-interval-seconds'
|
|
63
63
|
'redis redis-cluster redis-cluster get' = 'from-json help redis-cluster-id'
|
|
64
|
-
'redis redis-cluster redis-cluster update' = 'defined-tags display-name force freeform-tags from-json help if-match max-wait-seconds node-count node-memory-in-gbs nsg-ids oci-cache-config-set-id redis-cluster-id shard-count software-version wait-for-state wait-interval-seconds'
|
|
64
|
+
'redis redis-cluster redis-cluster update' = 'defined-tags display-name force freeform-tags from-json help if-match max-wait-seconds node-count node-memory-in-gbs nsg-ids oci-cache-config-set-id redis-cluster-id security-attributes shard-count software-version wait-for-state wait-interval-seconds'
|
|
65
65
|
'redis redis-cluster redis-cluster-summary list-redis-clusters' = 'all compartment-id display-name from-json help id lifecycle-state limit page page-size sort-by sort-order'
|
|
66
66
|
'redis redis-cluster work-request cancel' = 'force from-json help if-match work-request-id'
|
|
67
67
|
'redis redis-cluster work-request get' = 'from-json help work-request-id'
|
oci_cli/bin/streaming.psm1
CHANGED
|
@@ -32,11 +32,11 @@ function GetOciCommandsToLongParams_streaming() {
|
|
|
32
32
|
'streaming admin stream list' = 'all compartment-id from-json help id lifecycle-state limit name page page-size sort-by sort-order stream-pool-id'
|
|
33
33
|
'streaming admin stream update' = 'defined-tags force freeform-tags from-json help if-match max-wait-seconds stream-id stream-pool-id wait-for-state wait-interval-seconds'
|
|
34
34
|
'streaming admin stream-pool change-compartment' = 'compartment-id from-json help if-match stream-pool-id'
|
|
35
|
-
'streaming admin stream-pool create' = 'compartment-id custom-encryption-key-details defined-tags freeform-tags from-json help kafka-settings max-wait-seconds name private-endpoint-details wait-for-state wait-interval-seconds'
|
|
35
|
+
'streaming admin stream-pool create' = 'compartment-id custom-encryption-key-details defined-tags freeform-tags from-json help kafka-settings max-wait-seconds name private-endpoint-details security-attributes wait-for-state wait-interval-seconds'
|
|
36
36
|
'streaming admin stream-pool delete' = 'force from-json help if-match max-wait-seconds stream-pool-id wait-for-state wait-interval-seconds'
|
|
37
37
|
'streaming admin stream-pool get' = 'from-json help stream-pool-id'
|
|
38
38
|
'streaming admin stream-pool list' = 'all compartment-id from-json help id lifecycle-state limit name page page-size sort-by sort-order'
|
|
39
|
-
'streaming admin stream-pool update' = 'custom-encryption-key-details defined-tags force freeform-tags from-json help if-match kafka-settings max-wait-seconds name stream-pool-id wait-for-state wait-interval-seconds'
|
|
39
|
+
'streaming admin stream-pool update' = 'custom-encryption-key-details defined-tags force freeform-tags from-json help if-match kafka-settings max-wait-seconds name security-attributes stream-pool-id wait-for-state wait-interval-seconds'
|
|
40
40
|
'streaming stream cursor create-cursor' = 'from-json help offset partition stream-id time type'
|
|
41
41
|
'streaming stream cursor create-group-cursor' = 'commit-on-get from-json group-name help instance-name stream-id time timeout-in-ms type'
|
|
42
42
|
'streaming stream group commit' = 'cursor from-json help stream-id'
|
|
@@ -86,6 +86,10 @@ pagination works, see List Pagination.
|
|
|
86
86
|
When fetching results, the number of results to fetch per call. Only
|
|
87
87
|
valid when used with "--all" or "--limit", and ignored otherwise.
|
|
88
88
|
|
|
89
|
+
--should-show-all-versions [boolean]
|
|
90
|
+
|
|
91
|
+
Whether to show all add-on versions
|
|
92
|
+
|
|
89
93
|
--sort-by [text]
|
|
90
94
|
|
|
91
95
|
The optional field to sort the results by.
|
|
@@ -57,6 +57,12 @@ example of the JSON which must be provided. We recommend storing this
|
|
|
57
57
|
example in a file, modifying it as needed and then passing it back in
|
|
58
58
|
via the file:// syntax.
|
|
59
59
|
|
|
60
|
+
--size [integer]
|
|
61
|
+
|
|
62
|
+
The number of Virtual Nodes that should be in the Virtual Node Pool.
|
|
63
|
+
The placement configurations determine where these virtual nodes are
|
|
64
|
+
placed.
|
|
65
|
+
|
|
60
66
|
|
|
61
67
|
Optional Parameters
|
|
62
68
|
===================
|
|
@@ -158,12 +164,6 @@ example of the JSON which must be provided. We recommend storing this
|
|
|
158
164
|
example in a file, modifying it as needed and then passing it back in
|
|
159
165
|
via the file:// syntax.
|
|
160
166
|
|
|
161
|
-
--size [integer]
|
|
162
|
-
|
|
163
|
-
The number of Virtual Nodes that should be in the Virtual Node Pool.
|
|
164
|
-
The placement configurations determine where these virtual nodes are
|
|
165
|
-
placed.
|
|
166
|
-
|
|
167
167
|
--taints [complex type]
|
|
168
168
|
|
|
169
169
|
A taint is a collection of <key, value, effect>. These taints will be
|
|
@@ -251,7 +251,8 @@ security policies before trying the examples.
|
|
|
251
251
|
export name=<substitute-value-of-name> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/ce/cluster/create.html#cmdoption-name
|
|
252
252
|
export vcn_id=<substitute-value-of-vcn_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/ce/cluster/create.html#cmdoption-vcn-id
|
|
253
253
|
export display_name=<substitute-value-of-display_name> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/ce/virtual-node-pool/create.html#cmdoption-display-name
|
|
254
|
+
export size=<substitute-value-of-size> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/ce/virtual-node-pool/create.html#cmdoption-size
|
|
254
255
|
|
|
255
256
|
cluster_id=$(oci ce cluster create --compartment-id $compartment_id --kubernetes-version $kubernetes_version --name $name --vcn-id $vcn_id --query data.id --raw-output)
|
|
256
257
|
|
|
257
|
-
oci ce virtual-node-pool create --cluster-id $cluster_id --compartment-id $compartment_id --display-name $display_name --placement-configurations file://placement-configurations.json
|
|
258
|
+
oci ce virtual-node-pool create --cluster-id $cluster_id --compartment-id $compartment_id --display-name $display_name --placement-configurations file://placement-configurations.json --size $size
|
|
@@ -146,9 +146,10 @@ security policies before trying the examples.
|
|
|
146
146
|
export name=<substitute-value-of-name> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/ce/cluster/create.html#cmdoption-name
|
|
147
147
|
export vcn_id=<substitute-value-of-vcn_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/ce/cluster/create.html#cmdoption-vcn-id
|
|
148
148
|
export display_name=<substitute-value-of-display_name> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/ce/virtual-node-pool/create.html#cmdoption-display-name
|
|
149
|
+
export size=<substitute-value-of-size> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/ce/virtual-node-pool/create.html#cmdoption-size
|
|
149
150
|
|
|
150
151
|
cluster_id=$(oci ce cluster create --compartment-id $compartment_id --kubernetes-version $kubernetes_version --name $name --vcn-id $vcn_id --query data.id --raw-output)
|
|
151
152
|
|
|
152
|
-
virtual_node_pool_id=$(oci ce virtual-node-pool create --cluster-id $cluster_id --compartment-id $compartment_id --display-name $display_name --placement-configurations file://placement-configurations.json --query data.id --raw-output)
|
|
153
|
+
virtual_node_pool_id=$(oci ce virtual-node-pool create --cluster-id $cluster_id --compartment-id $compartment_id --display-name $display_name --placement-configurations file://placement-configurations.json --size $size --query data.id --raw-output)
|
|
153
154
|
|
|
154
155
|
oci ce virtual-node-pool delete --virtual-node-pool-id $virtual_node_pool_id
|
|
@@ -100,10 +100,11 @@ security policies before trying the examples.
|
|
|
100
100
|
export name=<substitute-value-of-name> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/ce/cluster/create.html#cmdoption-name
|
|
101
101
|
export vcn_id=<substitute-value-of-vcn_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/ce/cluster/create.html#cmdoption-vcn-id
|
|
102
102
|
export display_name=<substitute-value-of-display_name> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/ce/virtual-node-pool/create.html#cmdoption-display-name
|
|
103
|
+
export size=<substitute-value-of-size> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/ce/virtual-node-pool/create.html#cmdoption-size
|
|
103
104
|
export virtual_node_id=<substitute-value-of-virtual_node_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/ce/virtual-node-pool/get-virtual-node.html#cmdoption-virtual-node-id
|
|
104
105
|
|
|
105
106
|
cluster_id=$(oci ce cluster create --compartment-id $compartment_id --kubernetes-version $kubernetes_version --name $name --vcn-id $vcn_id --query data.id --raw-output)
|
|
106
107
|
|
|
107
|
-
virtual_node_pool_id=$(oci ce virtual-node-pool create --cluster-id $cluster_id --compartment-id $compartment_id --display-name $display_name --placement-configurations file://placement-configurations.json --query data.id --raw-output)
|
|
108
|
+
virtual_node_pool_id=$(oci ce virtual-node-pool create --cluster-id $cluster_id --compartment-id $compartment_id --display-name $display_name --placement-configurations file://placement-configurations.json --size $size --query data.id --raw-output)
|
|
108
109
|
|
|
109
110
|
oci ce virtual-node-pool get-virtual-node --virtual-node-id $virtual_node_id --virtual-node-pool-id $virtual_node_pool_id
|
|
@@ -96,9 +96,10 @@ security policies before trying the examples.
|
|
|
96
96
|
export name=<substitute-value-of-name> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/ce/cluster/create.html#cmdoption-name
|
|
97
97
|
export vcn_id=<substitute-value-of-vcn_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/ce/cluster/create.html#cmdoption-vcn-id
|
|
98
98
|
export display_name=<substitute-value-of-display_name> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/ce/virtual-node-pool/create.html#cmdoption-display-name
|
|
99
|
+
export size=<substitute-value-of-size> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/ce/virtual-node-pool/create.html#cmdoption-size
|
|
99
100
|
|
|
100
101
|
cluster_id=$(oci ce cluster create --compartment-id $compartment_id --kubernetes-version $kubernetes_version --name $name --vcn-id $vcn_id --query data.id --raw-output)
|
|
101
102
|
|
|
102
|
-
virtual_node_pool_id=$(oci ce virtual-node-pool create --cluster-id $cluster_id --compartment-id $compartment_id --display-name $display_name --placement-configurations file://placement-configurations.json --query data.id --raw-output)
|
|
103
|
+
virtual_node_pool_id=$(oci ce virtual-node-pool create --cluster-id $cluster_id --compartment-id $compartment_id --display-name $display_name --placement-configurations file://placement-configurations.json --size $size --query data.id --raw-output)
|
|
103
104
|
|
|
104
105
|
oci ce virtual-node-pool get --virtual-node-pool-id $virtual_node_pool_id
|
oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/list-virtual-nodes.txt
CHANGED
|
@@ -139,9 +139,10 @@ security policies before trying the examples.
|
|
|
139
139
|
export name=<substitute-value-of-name> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/ce/cluster/create.html#cmdoption-name
|
|
140
140
|
export vcn_id=<substitute-value-of-vcn_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/ce/cluster/create.html#cmdoption-vcn-id
|
|
141
141
|
export display_name=<substitute-value-of-display_name> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/ce/virtual-node-pool/create.html#cmdoption-display-name
|
|
142
|
+
export size=<substitute-value-of-size> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/ce/virtual-node-pool/create.html#cmdoption-size
|
|
142
143
|
|
|
143
144
|
cluster_id=$(oci ce cluster create --compartment-id $compartment_id --kubernetes-version $kubernetes_version --name $name --vcn-id $vcn_id --query data.id --raw-output)
|
|
144
145
|
|
|
145
|
-
virtual_node_pool_id=$(oci ce virtual-node-pool create --cluster-id $cluster_id --compartment-id $compartment_id --display-name $display_name --placement-configurations file://placement-configurations.json --query data.id --raw-output)
|
|
146
|
+
virtual_node_pool_id=$(oci ce virtual-node-pool create --cluster-id $cluster_id --compartment-id $compartment_id --display-name $display_name --placement-configurations file://placement-configurations.json --size $size --query data.id --raw-output)
|
|
146
147
|
|
|
147
148
|
oci ce virtual-node-pool list-virtual-nodes --virtual-node-pool-id $virtual_node_pool_id
|
|
@@ -263,9 +263,10 @@ security policies before trying the examples.
|
|
|
263
263
|
export name=<substitute-value-of-name> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/ce/cluster/create.html#cmdoption-name
|
|
264
264
|
export vcn_id=<substitute-value-of-vcn_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/ce/cluster/create.html#cmdoption-vcn-id
|
|
265
265
|
export display_name=<substitute-value-of-display_name> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/ce/virtual-node-pool/create.html#cmdoption-display-name
|
|
266
|
+
export size=<substitute-value-of-size> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/ce/virtual-node-pool/create.html#cmdoption-size
|
|
266
267
|
|
|
267
268
|
cluster_id=$(oci ce cluster create --compartment-id $compartment_id --kubernetes-version $kubernetes_version --name $name --vcn-id $vcn_id --query data.id --raw-output)
|
|
268
269
|
|
|
269
|
-
virtual_node_pool_id=$(oci ce virtual-node-pool create --cluster-id $cluster_id --compartment-id $compartment_id --display-name $display_name --placement-configurations file://placement-configurations.json --query data.id --raw-output)
|
|
270
|
+
virtual_node_pool_id=$(oci ce virtual-node-pool create --cluster-id $cluster_id --compartment-id $compartment_id --display-name $display_name --placement-configurations file://placement-configurations.json --size $size --query data.id --raw-output)
|
|
270
271
|
|
|
271
272
|
oci ce virtual-node-pool update --virtual-node-pool-id $virtual_node_pool_id
|
|
@@ -142,6 +142,23 @@ example of the JSON which must be provided. We recommend storing this
|
|
|
142
142
|
example in a file, modifying it as needed and then passing it back in
|
|
143
143
|
via the file:// syntax.
|
|
144
144
|
|
|
145
|
+
--job-storage-mount-configuration-override-details-list [complex type]
|
|
146
|
+
|
|
147
|
+
Collection of JobStorageMountConfigurationDetails.
|
|
148
|
+
|
|
149
|
+
This option is a JSON list with items of type
|
|
150
|
+
StorageMountConfigurationDetails. For documentation on
|
|
151
|
+
StorageMountConfigurationDetails please see our API reference: https:
|
|
152
|
+
//docs.cloud.oracle.com/api/#/en/datascience/20190101/datatypes/Stora
|
|
153
|
+
geMountConfigurationDetails. This is a complex type whose value must
|
|
154
|
+
be valid JSON. The value can be provided as a string on the command
|
|
155
|
+
line or passed in as a file using the file://path/to/file syntax.
|
|
156
|
+
|
|
157
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
158
|
+
example of the JSON which must be provided. We recommend storing this
|
|
159
|
+
example in a file, modifying it as needed and then passing it back in
|
|
160
|
+
via the file:// syntax.
|
|
161
|
+
|
|
145
162
|
--log-configuration-override-details [complex type]
|
|
146
163
|
|
|
147
164
|
This is a complex type whose value must be valid JSON. The value can
|
|
@@ -148,6 +148,18 @@ via the file:// syntax.
|
|
|
148
148
|
The maximum time to wait for the resource to reach the lifecycle state
|
|
149
149
|
defined by "--wait-for-state". Defaults to 1200 seconds.
|
|
150
150
|
|
|
151
|
+
--parameters [complex type]
|
|
152
|
+
|
|
153
|
+
Parameters used in the pipeline. This is a complex type whose value
|
|
154
|
+
must be valid JSON. The value can be provided as a string on the
|
|
155
|
+
command line or passed in as a file using the file://path/to/file
|
|
156
|
+
syntax.
|
|
157
|
+
|
|
158
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
159
|
+
example of the JSON which must be provided. We recommend storing this
|
|
160
|
+
example in a file, modifying it as needed and then passing it back in
|
|
161
|
+
via the file:// syntax.
|
|
162
|
+
|
|
151
163
|
--storage-mount-configuration-details-list [complex type]
|
|
152
164
|
|
|
153
165
|
The storage mount details to mount to the instance running the
|
|
@@ -144,6 +144,18 @@ via the file:// syntax.
|
|
|
144
144
|
The maximum time to wait for the resource to reach the lifecycle state
|
|
145
145
|
defined by "--wait-for-state". Defaults to 1200 seconds.
|
|
146
146
|
|
|
147
|
+
--parameters [complex type]
|
|
148
|
+
|
|
149
|
+
Parameters used in the pipeline. This is a complex type whose value
|
|
150
|
+
must be valid JSON. The value can be provided as a string on the
|
|
151
|
+
command line or passed in as a file using the file://path/to/file
|
|
152
|
+
syntax.
|
|
153
|
+
|
|
154
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
155
|
+
example of the JSON which must be provided. We recommend storing this
|
|
156
|
+
example in a file, modifying it as needed and then passing it back in
|
|
157
|
+
via the file:// syntax.
|
|
158
|
+
|
|
147
159
|
--step-details [complex type]
|
|
148
160
|
|
|
149
161
|
Array of update details for each step. Only step configurations and
|
|
@@ -136,6 +136,18 @@ defined by "--wait-for-state". Defaults to 1200 seconds.
|
|
|
136
136
|
|
|
137
137
|
URL to fetch the Resource Principal Token from the parent resource.
|
|
138
138
|
|
|
139
|
+
--parameters-override [complex type]
|
|
140
|
+
|
|
141
|
+
Parameters override used in the pipeline run. This is a complex type
|
|
142
|
+
whose value must be valid JSON. The value can be provided as a string
|
|
143
|
+
on the command line or passed in as a file using the
|
|
144
|
+
file://path/to/file syntax.
|
|
145
|
+
|
|
146
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
147
|
+
example of the JSON which must be provided. We recommend storing this
|
|
148
|
+
example in a file, modifying it as needed and then passing it back in
|
|
149
|
+
via the file:// syntax.
|
|
150
|
+
|
|
139
151
|
--project-id [text]
|
|
140
152
|
|
|
141
153
|
The OCID of the project to associate the pipeline run with.
|
|
@@ -158,6 +170,24 @@ example of the JSON which must be provided. We recommend storing this
|
|
|
158
170
|
example in a file, modifying it as needed and then passing it back in
|
|
159
171
|
via the file:// syntax.
|
|
160
172
|
|
|
173
|
+
--storage-mount-configuration-override-details-list [complex type]
|
|
174
|
+
|
|
175
|
+
The storage mount override details to mount to the instance running
|
|
176
|
+
the pipeline step.
|
|
177
|
+
|
|
178
|
+
This option is a JSON list with items of type
|
|
179
|
+
StorageMountConfigurationDetails. For documentation on
|
|
180
|
+
StorageMountConfigurationDetails please see our API reference: https:
|
|
181
|
+
//docs.cloud.oracle.com/api/#/en/datascience/20190101/datatypes/Stora
|
|
182
|
+
geMountConfigurationDetails. This is a complex type whose value must
|
|
183
|
+
be valid JSON. The value can be provided as a string on the command
|
|
184
|
+
line or passed in as a file using the file://path/to/file syntax.
|
|
185
|
+
|
|
186
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
187
|
+
example of the JSON which must be provided. We recommend storing this
|
|
188
|
+
example in a file, modifying it as needed and then passing it back in
|
|
189
|
+
via the file:// syntax.
|
|
190
|
+
|
|
161
191
|
--system-tags [complex type]
|
|
162
192
|
|
|
163
193
|
Usage of system tag keys. These predefined keys are scoped to
|