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: "cluster-id", Usage: "cluster id to install the operator for", Required: false},
81
82
cli.StringFlag{Name: "values", Usage: "values file to use for the deployment agent helm chart", Required: false},
82
83
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},
83
84
cli.BoolFlag{Name: "force", Usage: "ignore checking if the current cluster is correct"},
returncommon.Confirm(fmt.Sprintf("Are you sure you want to install deploy operator for the cluster:\nName: %s\nHandle: %s\nProvider: %s\n", myCluster.MyCluster.Name, handle, provider), "PLURAL_INSTALL_AGENT_CONFIRM"), nil
185
+
returncommon.Confirm(fmt.Sprintf("Are you sure you want to install deploy operator for the cluster:\nName: %s\nHandle: %s\nProvider: %s\n", myCluster.MyCluster.Name, handle, provider), "PLURAL_INSTALL_AGENT_CONFIRM"), myCluster.MyCluster.ID, nil
0 commit comments