All tools/OCI CLI

OCI CLI

oci

A small-footprint tool that you can use on its own or with the Console to complete Oracle Cloud Infrastructure tasks.

Detected by oci | macOS, Linux, Windows |docs.oracle.com

Sync rules

What travels, what stays, what never leaves
OCI CLI in your home directory Every rule on this page, by file
fingerprint=20:3b:97:13:55:1c:5b:0d:d3:37:d8:50:4e:c5:3a:34
tenancy=ocid1.tenancy.oc1..aaaaaaaaFAKEexampletenancyocid
region=us-ashburn-1
key_file=/Users/octocat/.oci/oci_api_key.pemmachine-local
pass_phrase=FAKEkeypassphrase
[SESSION]
region=eu-frankfurt-1
tenancy=ocid1.tenancy.oc1..aaaaaaaaFAKEexampletenancyocid
security_token_file=/Users/octocat/.oci/sessions/DEFAULT/tokenmachine-local
key_file=/Users/octocat/.oci/sessions/DEFAULT/oci_api_key.pemmachine-local

Each machine keeps its own copy of these.

pass_phrase

Lifted into your secret store; the rest of the file syncs.

· oci_cli_rc Sync
· oci_api_key.pem Never synced
· sessions/ Never synced

Only what the catalog names. A directory that syncs brings everything inside it except what is listed as excluded here.

Use it with your dotfile manager

Same data, in the shape your tool already reads
Opens Otty and adds this tool to what it syncs

Opens otty://sync/add/oci. Otty ships with this catalog, so the link only has to name the tool — nothing is downloaded.

Every one of these keeps all credential files out. None of them splits key_file and security_token_file for you — that part is Otty’s own sync, or a template you write by hand.