Oracle Cloud 系列文章03:安装配置Oracle Cloud命令行接口工具(CLI)
本文是钢哥 Oracle Cloud 系列文章第三篇,Oracle Cloud系列文章列表如下:
什么是CLI?
CLI是一种命令行工具,允许你通过命令行来访问Oracle Cloud的可用服务。CLI提供与控制台相同的核心功能,以及其他命令。有关更多关于CLI的介绍,可以访问这里;
快速安装CLI
MacOS, Linux, and Unix
1 | bash -c "$(curl -L https://raw.githubusercontent.com/oracle/oci-cli/master/scripts/install/install.sh)" |