|
|
@ -39,8 +39,8 @@ This command allows you to install a plugin from a url to a VCS repo or a local
|
|
|
|
func newPluginInstallCmd(out io.Writer) *cobra.Command {
|
|
|
|
func newPluginInstallCmd(out io.Writer) *cobra.Command {
|
|
|
|
o := &pluginInstallOptions{}
|
|
|
|
o := &pluginInstallOptions{}
|
|
|
|
cmd := &cobra.Command{
|
|
|
|
cmd := &cobra.Command{
|
|
|
|
Use: "install [options] <path|url>...",
|
|
|
|
Use: "install [options] <path|url>",
|
|
|
|
Short: "install one or more Helm plugins",
|
|
|
|
Short: "install a Helm plugin",
|
|
|
|
Long: pluginInstallDesc,
|
|
|
|
Long: pluginInstallDesc,
|
|
|
|
Aliases: []string{"add"},
|
|
|
|
Aliases: []string{"add"},
|
|
|
|
Args: require.ExactArgs(1),
|
|
|
|
Args: require.ExactArgs(1),
|
|
|
|