install-plugin - Cloud Foundry CLI Reference Guide


NAME

install-plugin - Installieren von CLI-Plug-in

VERWENDUNG

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

Optionen

-f

Installieren des Plug-ins ohne Bestätigung erzwingen

-r

Suche nach Plug-in auf dieses registrierte Repository beschränken

SIEHE AUCH

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