install-plugin - Cloud Foundry CLI Reference Guide


NOM

install-plugin - Installer le plug-in d'interface de ligne de commande

SYNTAXE

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

Forcer l'installation du plug-in sans confirmation

-r

Limiter la recherche de plug-in à ce référentiel enregistré

VOIR AUSSI

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