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