Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AwsxKmsCmd = &cobra.Command{ Use: "kms", Short: "get kms Details command gets resource counts", Long: `get kms Details command gets resource counts details of an AWS account`, Run: func(cmd *cobra.Command, args []string) { log.Println("Command kms started") authFlag, clientAuth, err := authenticate.CommandAuth(cmd) if err != nil { cmd.Help() return } if authFlag { ListKeys(*clientAuth) } else { cmd.Help() return } }, }
AwsxKmsCmd represents the base command when called without any subcommands
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.