oci plugin for the asdf version manager.
bash
,curl
,tar
,zip
: generic POSIX utilities.python
: Python v3, used by Oracle CLI install script
Plugin:
asdf plugin add oci
# or
asdf plugin add oci https://github.com/yasn77/asdf-oci.git
oci:
# Show all installable versions
asdf list-all oci
# Install specific version
asdf install oci latest
# Set a version globally (on your ~/.tool-versions file)
asdf global oci latest
# Now oci commands are available
oci --help
You can source/use contents of ~/.bashrc.oci
to set up auto completion
Check asdf readme for more instructions on how to install & manage versions.
Contributions of any kind welcome! See the contributing guide.
Thanks goes to these contributors!
See LICENSE © Yasser Saleemi