Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "login", Short: "Log in to your Red Hat account", Long: fmt.Sprintf("Log in to your Red Hat account, saving the credentials to the configuration file or OS Keyring.\n"+ "The supported mechanism is by using a token, which can be obtained at: %s\n\n"+ "The application looks for the token in the following order, stopping when it finds it:\n"+ fmt.Sprintf("\t1. OS Keyring via Environment variable (%s)\n", properties.KeyringEnvKey)+ "\t2. Command-line flags\n"+ "\t3. Environment variable (ROSA_TOKEN)\n"+ "\t4. Environment variable (OCM_TOKEN)\n"+ "\t5. Configuration file\n"+ "\t6. Command-line prompt\n", uiTokenPage), Example: fmt.Sprintf(` # Login to the OpenShift API with an existing token generated from %s rosa login --token=$OFFLINE_ACCESS_TOKEN`, uiTokenPage), Run: run, Args: cobra.NoArgs, }
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.