install-plugin - Cloud Foundry CLI Reference Guide


名前

install-plugin - CLI プラグインのインストール

使用法

cf install-plugin PLUGIN_NAME [-r REPO_NAME] [-f] cf install-plugin LOCAL-PATH/TO/PLUGIN | URL [-f]

WARNING

Plugins are binaries written by potentially untrusted authors. Install and use plugins at your own risk.

EXAMPLES

cf install-plugin ~/Downloads/plugin-foobar cf install-plugin https://example.com/plugin-foobar_linux_amd64 cf install-plugin -r My-Repo plugin-echo

オプション

-f

確認を求めずにプラグインのインストールを強制します

-r

プラグイン検索をこの登録済みリポジトリーに制限します

その他の参照先

add-plugin-repo, list-plugin-repos, plugins