install-plugin - Cloud Foundry CLI Reference Guide


NAME

install-plugin - Install CLI plugin

USAGE

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

OPTIONS

-f

Force install of plugin without confirmation

-r

Restrict search for plugin to this registered repository

SEE ALSO

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