Documentation ¶
Index ¶
- Constants
- Variables
- func Add(cmd *cobra.Command, args []string) error
- func AddSecret(cmd *cobra.Command, args []string) error
- func BashCompletion(cmd *cobra.Command, args []string) error
- func Checkout(cmd *cobra.Command, args []string) error
- func CreateVault(cmd *cobra.Command, args []string) error
- func DefaultTablePrinter(header string, rows []string, out io.Writer)
- func DeleteApplication(cmd *cobra.Command, args []string) error
- func DeleteEnvironment(cmd *cobra.Command, args []string) error
- func DeleteFile(cmd *cobra.Command, args []string) error
- func DeleteSecret(cmd *cobra.Command, args []string) error
- func DeleteVault(cmd *cobra.Command, args []string) error
- func EditFile(cmd *cobra.Command, args []string) error
- func EditSecret(cmd *cobra.Command, args []string) error
- func GetApplicationIdTable(deployments []string) (string, []string)
- func GetFilesTable(files []string) (string, []string)
- func GetSecret(cmd *cobra.Command, args []string) error
- func ListVaults(cmd *cobra.Command, args []string) error
- func Login(cmd *cobra.Command, args []string) error
- func Logout(cmd *cobra.Command, args []string) error
- func PrintAffiliations(cmd *cobra.Command, args []string)
- func PrintAll(cmd *cobra.Command, args []string) error
- func PrintApplications(cmd *cobra.Command, args []string) error
- func PrintClusters(cmd *cobra.Command, args []string)
- func PrintDeploySpec(cmd *cobra.Command, args []string) error
- func PrintEnvironments(cmd *cobra.Command, args []string) error
- func PrintFile(cmd *cobra.Command, args []string) error
- func Pull(cmd *cobra.Command, args []string) error
- func RecreateConfig(cmd *cobra.Command, args []string) error
- func RenameSecret(cmd *cobra.Command, args []string) error
- func RenameVault(cmd *cobra.Command, args []string) error
- func Save(cmd *cobra.Command, args []string) error
- func Set(cmd *cobra.Command, args []string) error
- func Unset(cmd *cobra.Command, args []string) error
- func Update(cmd *cobra.Command, args []string) error
- func UpdateClusters(cmd *cobra.Command, args []string) error
- func Validate(cmd *cobra.Command, args []string) error
- func VaultAddPermissions(cmd *cobra.Command, args []string) error
- func VaultRemovePermissions(cmd *cobra.Command, args []string) error
- func Version(cmd *cobra.Command, args []string) error
Constants ¶
View Source
const ( ADD permissionAction = 0 DELETE permissionAction = 1 )
Variables ¶
View Source
var ( // DefaultApiClient will use APICluster from ao config as default values // if persistent token and/or server api url is specified these will override default values DefaultApiClient *client.ApiClient AO *config.AOConfig ConfigLocation string )
View Source
var ( ErrEmptyGroups = errors.New("Cannot find groups in permissions") ErrNotValidSecretArgument = errors.New("not a valid argument, must be <vaultname/secret>") )
View Source
var RootCmd = &cobra.Command{
Use: "ao",
Short: "Aurora OpenShift CLI",
Long: rootLong,
PersistentPreRunE: initialize,
}
Functions ¶
func GetApplicationIdTable ¶
func GetFilesTable ¶
func PrintAffiliations ¶ added in v1.2.3
func PrintClusters ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.