oci-cli
Installation
SKILL.md
OCI CLI — Patterns, Auth, and Common Commands
Installation & Setup
# Install via pip (cross-platform)
pip install oci-cli
# Or the official install script (Linux/macOS)
bash -c "$(curl -L https://raw.githubusercontent.com/oracle/oci-cli/master/scripts/install/install.sh)"
# Verify
oci --version
# Interactive setup wizard (creates ~/.oci/config and API key pair)
oci setup config