cloudfoundry の CLI 導入
IBM Bluemix や、SAP Cloud Platform などで採用されている cloudfoundry の CLI を導入。
事前に、Homebrew を導入しておく。
レポジトリ
導入手順
Github にある手順に沿って導入。
$ brew install cloudfoundry/tap/cf-cli
バージョン確認
$ cf -v cf version 6.28.0+9e024bdbd.2017-06-27
エンドポイント
ログインするときは、
$ cf login -a <EndPointURL> -u <ID> -p <PASS>
Bluemix の cf で指定するエンドポイント
参考:
SAP Cloud Platform の cf で指定するエンドポイント
地域 | APIエンドポイント |
---|---|
アメリカ東海岸(AWS) | https://api.cf.us10.hana.ondemand.com |
アメリカ西海岸(Azure) | https://api.cf.us20.hana.ondemand.com |
参考:
コメント