You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cli.StringFlag{Name: "values", Usage: "values file to use for the deployment agent helm chart", Required: false},
81
+
cli.StringFlag{Name: "chart-loc", Usage: "URL or filepath of helm chart tar file. Use if not wanting to install helm chart from default plural repository.", Required: false},
81
82
cli.BoolFlag{Name: "force", Usage: "ignore checking if the current cluster is correct"},
cli.StringFlag{Name: "name", Usage: "The name you'll give the cluster", Required: true},
99
99
cli.StringFlag{Name: "handle", Usage: "optional handle for the cluster"},
100
100
cli.StringFlag{Name: "values", Usage: "values file to use for the deployment agent helm chart", Required: false},
101
+
cli.StringFlag{Name: "chart-loc", Usage: "URL or filepath of helm chart tar file. Use if not wanting to install helm chart from default plural repository.", Required: false},
101
102
cli.StringFlag{Name: "project", Usage: "the project this cluster will belong to", Required: false},
cli.StringFlag{Name: "values", Usage: "values file to use for the deployment agent helm chart", Required: false},
114
+
cli.StringFlag{Name: "chart-loc", Usage: "URL or filepath of helm chart tar file. Use if not wanting to install helm chart from default plural repository.", Required: false},
113
115
},
114
116
Usage: "reinstalls the deployment operator into a cluster",
0 commit comments