Oci-cli

Latest version: v3.54.1

Safety actively analyzes 723177 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 38 of 57

2.12.1

Not secure
-------------------
Added
~~~~~
* Support for Usage API service

* ``oci usage``

* Support for Oracle Cloud VMware Solution service

* ``oci ocvs``

* Support for one-off patches in Database service

* ``oci db database patch --one-off-patches``

* Support for Vlan features as part of support Layer 2 Virtual Networking

* ``oci network vlan``
* ``oci network private-ip list --vlan-id``
* ``oci network vnic assign-private-ip --vlan-id``
* ``oci compute instance attach-vnic --vlan-id``

* Validator parameter added for updating tags in Identity service

* ``oci iam tag update --validator``

* Improve Create Instance Configuration to include the latest AttachVolumeDetails properties in the Compute Management service

* ``oci compute-management instance-configuration create --instance-details``

2.12.0

Not secure
-------------------
Added
~~~~~

* Tagging support when creating database and db-home in the Database Service

* ``oci db database create --defined-tags, --freeform-tags``
* ``oci db database create-from-backup --defined-tags, --freeform-tags``
* ``oci db database create-from-database --defined-tags, --freeform-tags``
* ``oci db db-home create --defined-tags, --freeform-tags``

* Support for Data Integration Service

* ``oci data-integration``

* Support for managing Autonomous VM Cluster resources at Customer Cloud.

* ``oci db autonomous-vm-cluster``

* Support for backups on Autonomous Databases at Customer Cloud.

* ``oci db autonomous-container-database create --db-unique-name``
* ``oci db backup-destination create-nfs-details --local-mount-point-path, --mount-type-details``
* ``oci db backup-destination update --nfs-mount-type, --nfs-server, --nfs-server-export``

* Support for a dependency archive zip file to be specified for use by an application for data flow service.

* ``oci data-flow application create --archive-uri``

* Support for accessing data assets via private endpoint in the Data Catalog service

* ``oci data-catalog catalog-private-endpoint``
* ``oci data-catalog catalog attach``
* ``oci data-catalog catalog detach``

* Support to get passphrase of export job

* ``oci dts export get-passphrase --job-id``

* New parameter added to the following command

* ``oci dts physical-appliance initialize-authentication --export-job-id``

Changed
~~~~~~~
* Parameters --appliance-label and --job-id are now optional for the following command

* ``oci dts physical-appliance initialize-authentication``

* [BREAKING] for the Data Catalog service, the following parameters have been restricted to specific values.

* ``lifecycle_state, wait-for-state, job_type, harvest_status, workflow_status, schedule_type``

2.11.1

Not secure
-------------------
Added
~~~~~

* Support creating a new database from another database for the Database service

* ``oci db database create-from-database --point-in-time-recovery-timestamp``

* Support for the new DNS format of the Data Transfer service

* Support for Schedule-based Autoscaling via a new policy type (scheduled) in the Autoscaling service

* Support for enabling/disabling individual policies in the Autoscaling service

* ``oci autoscaling policy update --is-enabled``

* Support for filtering lists by name, lifecycle state and sorting by value, order for compartments, dynamic group, group, identity provider, network sources, policy, user in the Identity Service

* ``oci iam compartment list --name --lifecycle-state --sort-by --sort-order``
* ``oci iam dynamic-group list --name --lifecycle-state --sort-by --sort-order``
* ``oci iam group list --name --lifecycle-state --sort-by --sort-order``
* ``oci iam identity-provider list --name --lifecycle-state --sort-by --sort-order``
* ``oci iam network-sources list --name --lifecycle-state --sort-by --sort-order``
* ``oci iam policy list --name --lifecycle-state --sort-by --sort-order``
* ``oci iam user list --name --lifecycle-state --sort-by --sort-order``

* Support for filtering lists by name and lifecycle state for identity provider group in the Identity Service

* ``oci iam identity-provider-group list --name --lifecycle-state``

Changed
~~~~~~~

* Added DB version field in Autonomous Container Database summary response for the Database service

* ``oci db autonomous-database``

* DTS service endpoint is updated to ``https://datatransfer.{region}.oci.{secondLevelDomain}``

Fixed
~~~~~

* Bug fix in appliance-status update in ``oci dts export configure-physical-appliance``

2.11.0

Not secure
-------------------
Added
~~~~~

* Support for enabling File Server capability for an Integration Instance

* ``oci integration integration-instance create --is-file-server-enabled``
* ``oci integration integration-instance update --is-file-server-enabled``

* Support for deleting non empty tag namespace and bulk deleting tags

* ``oci iam tag bulk-delete``
* ``oci iam tag-namespace cascade-delete``

* Support bulk actions in Compartment Explorer

* ``oci iam compartment bulk-move-resources``
* ``oci iam compartment bulk-delete-resources``

* Support get, list commands for DB Patch for given DB Home

* ``oci db patch list-db-home --db-home-id``
* ``oci db patch get-db-home --db-home-id``

* Support get, list commands for DB Patch for given VM Cluster

* ``oci db patch list-vm-cluster --vm-cluster-id``
* ``oci db patch get-vm-cluster --vm-cluster-id``

* Support get, list commands for DB Patch History for given DB Home

* ``oci db patch-history list-db-home --db-home-id``
* ``oci db patch-history get-db-home --db-home-id``

* Support get, list commands for DB Patch History for given VM Cluster

* ``oci db patch-history list-vm-cluster --vm-cluster-id``
* ``oci db patch-history get-vm-cluster --vm-cluster-id``

* Support specifying a Patch Id and Patch Action when patching a VM Cluster.

* ``oci db vm-cluster update --patch-id --patch-action``

* New parameter --include-root to include root compartment

* ``oci iam compartment list --include-root``

* New entry in the User-Agent for CloudShell to differentiate between requests coming from CLI and CloudShell

Fixed
~~~~~

* The fields defindedTags and freeformTags of backupPolicy Complex Object in MySQL Service were invalid in the JSON output

* ``oci mysql db-system create --generate-full-command-json-input``

Changed
~~~~~~~

* [BREAKING] Lifecycle state "OFFLINE" was removed and new state "DISCONNECTED" was added.

* ``oci db exadata-infrastructure activate --wait-for-state``
* ``oci db exadata-infrastructure create --wait-for-state``
* ``oci db exadata-infrastructure delete --wait-for-state``
* ``oci db exadata-infrastructure list --wait-for-state``
* ``oci db exadata-infrastructure update --wait-for-state``

* Man page outputs for --help reformatted to line break on complete words

* ``--verify-native-dependencies`` option within install.py script is removed.

2.10.5

Not secure
-------------------
Added
~~~~~

* Support for Identity Provider

* ``oci iam identity-provider create``
* ``oci iam identity-provider list``
* ``oci iam identity-provider get``
* ``oci iam identity-provider delete``
* ``oci iam identity-provider update``

* Support for getting image id of Image Listing Package in Marketplace Service

* ``oci marketplace package get``

Changed
~~~~~~~

* Data Transfer Service

* ``oci dts physical-appliance finalize``

* Validates upload_user_config file and returns explicit config error message if invalid

* ``oci dts export create``

* Prevents export job create if bucket type is Archive

* Marketplace API updated to ignore signature parameter and mark it as deprecated

* ``oci marketplace accepted-agreement delete --signature``

2.10.4

Not secure
-------------------
Added
~~~~~

* Support for Native JWT Validation in Oracle Cloud Infrastructure API Gateway service

* ``oci api-gateway deployment create --specification``
* ``oci api-gateway deployment update --specification``

* Support for Autonomous DataWarehouse and Autonomous Transaction Processing features as a part of the Database Service to display the Private IP for Private Endpoint Database service for Autonomous Databases

* ``autonomous-database get --autonomous-database-id``

Fixed
~~~~~

* Combination of --stream-output, --all and --query with pagination was returning invalid JSON output.

* ``oci audit event list``

* For CLI operations returning Unauthorized error, fixed bug where FileNotFoundError was displayed instead of error message. (`Issue 280 <https://github.com/oracle/oci-cli/issues/280>`__) (`Issue 278 <https://github.com/oracle/oci-cli/issues/278>`__)

Page 38 of 57

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.