Documentation ¶
Overview ¶
Copyright © 2023 NAME HERE <EMAIL ADDRESS>
Copyright © 2023 NAME HERE <EMAIL ADDRESS>
Copyright © 2023 NAME HERE <EMAIL ADDRESS>
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SecretCmd = &cobra.Command{ Use: "secret", Short: "Manage API endpoint secret", Long: `Manage API endpoint secret. `, Run: func(cmd *cobra.Command, args []string) { err := cmd.Help() if err != nil { util.PrintlnExit(err) } }, }
SecretCmd represents the secret command
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.