Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "list", Short: "List the Apigee organizations", Long: "List the Apigee organizations, and the related projects that a user has permissions for", RunE: func(cmd *cobra.Command, args []string) (err error) { u, _ := url.Parse(shared.BaseURL) _, err = shared.HttpClient(true, u.String()) return }, }
Cmd to list orgs
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.