Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var OrganizationsCmd = &cobra.Command{ Use: "organizations", Short: "Manage organizations", Long: `Create and manage organizations in the context of the following APIs: - Applications - Baseline Protocol - Tokens - Vaults`, Run: func(cmd *cobra.Command, args []string) { common.CmdExistsOrExit(cmd, args) generalPrompt(cmd, args, "") defer func() { if r := recover(); r != nil { os.Exit(1) } }() }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.