Command-line client for Oracle Cloud Infrastructure
The OCI CLI is a small-footprint tool that you can use on its own or with the Console to complete Oracle Cloud Infrastructure tasks. The OCI CLI provides the same core functionality as the Console, plus additional commands. Some of these, such as the ability to run scripts, extend Console functionality.
The OCI CLI is a small-footprint tool that you can use on its own or with the Console to complete Oracle Cloud Infrastructure tasks. The OCI CLI provides the same core functionality as the Console, plus additional commands. Some of these, such as the ability to run scripts, extend Console functionality.
To install oci-cli, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install oci-cli
To see what files were installed by oci-cli, run:
port contents oci-cli
To later upgrade oci-cli, run:
sudo port selfupdate && sudo port upgrade oci-cli
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.