Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "apigeecli", Short: "Utility to work with Apigee APIs.", Long: "This command lets you interact with Apigee APIs.", PersistentPreRunE: func(cmd *cobra.Command, args []string) error { apiclient.SetServiceAccount(serviceAccount) apiclient.SetApigeeToken(accessToken) err := apiclient.SetAccessToken() if err != nil { return err } return nil }, }
RootCmd to manage apigeecli
Functions ¶
func GetRootCmd ¶
GetRootCmd returns the root of the cobra command-tree.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.