sites

package
v1.125.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 19, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Cmd = &cobra.Command{
	Use:   "sites",
	Short: "Manage Apigee API Portals",
	Long:  "Manage Apigee API Portals",
}

Cmd to manage

View Source
var ListCmd = &cobra.Command{
	Use:   "list",
	Short: "Returns the API Portals associated with the org",
	Long:  "Returns the API Portals associated with the org",
	Args: func(cmd *cobra.Command, args []string) (err error) {
		return apiclient.SetApigeeOrg(org)
	},
	RunE: func(cmd *cobra.Command, args []string) (err error) {
		_, err = sites.List()
		return
	},
}

ListCmd to list catalog items

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL