Skip to content

Releases: oracle/oci-cli

2.4.8

11 Sep 22:04
Compare
Choose a tag to compare

Deprecated

  • The default configuration file location has been changed from ~/.oraclebmc/config to ~/.oci/config. The old location still works if the file at the new location does not exist.

Added

  • Support for the Database service

  • Object Storage bulk operations (oci os object bulk-upload / bulk-download / bulk-delete)

  • Support for compartment renaming

  • Scripts to simplify install process

  • Complex input can now be provided as a file instead of having to escape JSON input at the command line. The path to the file can be provided using the file:// prefix, for example --my-complex-param file://, and the following paths are supported

    • Relative paths from the same directory, such as file://my-input.json and file://relative/path/to/input.json
    • Absolute paths on Linux, macOS or Unix, such as file:///absolute/path/to/input.json
    • Full file paths on Windows, such as file://C:\path\to\input.json
    • Using file path expansions, for example '~/', './', and '../' is supported. On Windows, the '~/' expression expands to your user directory, stored in the %USERPROFILE% environment variable
    • Using environment variables in paths is also supported

Changed

  • The default configuration file location is now ~/.oci/config

2.4.7

23 Aug 01:14
Compare
Choose a tag to compare

Fixed

  • Upgraded pyOpenSSL dependency to 17.0.0

2.4.6

11 Aug 00:27
Compare
Choose a tag to compare

Added

  • Subcommands to 'bmcs compute image import / export' to allow specifying
    source / destination in multiple formats.
  • Secondary IP operations ('bmcs network private-ip', 'bmcs network vnic
    assign/unassign-private-ip').
  • '-h' alias for global '--help' option (#6)

Fixed

  • 'bmcs os object put' accepts input from stdin (#7)
  • 'bmcs compute image export' successfully exports image (#4)

Changed

  • Upgraded cryptography dependency to 1.8.2 (#5)
  • Deprecated --image-source-details param of 'bmcs compute image create' in
    favor of subcommands (see Added section).

2.4.5

20 Jul 23:44
Compare
Choose a tag to compare

Added

  • Support for VCN multi-VNIC operations.
  • Support for compute image import/export operations.