Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CmdData = struct { JWT string }{}
View Source
var OpsCmd = &cobra.Command{ Use: "agency", Short: "Manage Agency", Long: ``, PreRunE: func(c *cobra.Command, args []string) (err error) { return cmd.BindEnvs(envs, "") }, Run: func(c *cobra.Command, args []string) { cmd.SubCmdNeeded(c) }, }
OpsCmd represents the JWT toke based user commands
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.