github oracle/oci-cli v2.5.19
2.5.19

latest releases: v3.40.1, v3.40.0, v3.39.1...
4 years ago

Added

  • Support for moving KMS keys and vaults across compartments.
    • oci kms management vault change-compartment --compartment-id
    • oci kms management key change-compartment --compartment-id
  • Support for Service Gateway Transit Routing feature.
    • Ability to associate route table when creating service-gateway (oci network service-gateway create --route-table-id)
    • An example using the feature can be found on GitHub.
  • Support for moving compartment tree to a different parent compartment
    • oci iam compartment move
  • Support for LB Cookie Session Persistence in LB backend sets
    • oci lb backend create --lb-cookie-session-persistence-configuration
  • Support for REST method restrictions in Load Balancer rule sets.
  • Support for adding AllowRules to a RuleSet for access control by source IP address.
    • oci lb load-balancer create --rule-sets
  • Support for listing a summary of rules for a listener
    • oci lb listener-rule list
  • Support for changing the compartment of an instance in the Compute service
    • oci compute instance change-compartment
    • An example can be found here: GitHub
    • An example using work requests to determine status can be found here: GitHub
  • Support for using kms key when copying volume backups
    • oci bv backup copy --kms-key-id
  • Support for moving a Topic across compartments:
    • oci ons topic change-compartment --topic-id --compartment-id
  • Support for moving a Subscription across compartments
    • oci ons subscription change-compartment --subscription-id --compartment-id
  • Support for moving a DNS Zone compartment.
    • oci dns zone change-compartment --zone-id --compartment-id
  • Support for moving a DNS Steering Policy compartment.
    • oci dns steering-policy change-compartment --steering-policy-id --compartment-id
  • Support for moving Load Balancers between compartments
    • oci lb load-balancer change-compartment
  • Support for managing Compartment Resource Quotas
    • oci limits quota
    • An example on using the feature can be found on GitHub.
  • Support for Oracle Functions
    • oci fn
    • An example on using Oracle Functions can be found on GitHub.

Fixed

  • Service error for oci bv backup copy command when wait-for-state option is passed.

Changed

  • Man pages for the commands now display Required, Optional and Global parameters if available.
  • Updates for CLI Command Reference pages.

Don't miss a new oci-cli release

NewReleases is sending notifications on new releases.