Usage: apic {{config}} List the application and global configuration variables Options -l, --{{local}} list the local application configuration variables ({{loopback}} project only) -g, --{{global}} list the global configuration variables Configuration variables: {{catalog}} The catalog configuration variable should be set to the URI of an API Connect catalog. The value of the catalog provides the default identity of a catalog for all the commands that are used to manage aspects of a catalog. The default values defined by the catalog's URI can be overridden using the --{{server}}, --{{organization}}, and --{{catalog}} command line options. The catalog URI has the form: apic-catalog://MANAGEMENT_SERVER/orgs/ORGANIZATION_NAME/catalogs/CATALOG_NAME {{app}} The app configuration variable should be set to the URI of an API Connect app. The value of the app provides the default identity of an app for all the commands that are used to manage aspects of an app. The default values defined by the app's URI can be overridden using the --{{server}}, --{{organization}}, and --{{app}} command line options. The app URI has the form: apic-app://MANAGEMENT_SERVER/orgs/ORGANIZATION_NAME/apps/APP_NAME {{org}} The default value of org defined by the app's or catalog's URI can be set using the org URI. The org URI has the form: apic-org://MANAGEMENT_SERVER/orgs/ORGANIZATION_NAME {{space}} The space configuration variable should be set to the URI of an API Connect space. The value of the space provides the default identity of a space for all the commands that are used to manage aspects of a space. The default values defined by the spaces's URI can be overridden using the --{{server}}, --{{organization}}, --{{catalog}}, and --{{space}} command line options. The space URI has the form: apic-space://MANAGEMENT_SERVER/orgs/ORGANIZATION_NAME/catalogs/CATALOG_NAME/spaces/SPACE_NAME {{accessibility-mode}} Enables accessibility features. Value should be set to '{{enabled}}' or '{{disabled}}'. If it is not set, {{accessibility-mode}} is disabled. {{oauth-client-type}} To test OAuth its necessary to set the OAuth client type, this is typically done using the Development Portal. Use this variable to achieve the same using just the toolkit. {{oauth-redirect-uri}} To test OAuth its necessary to set the OAuth Redirect URI, this is typically done using the Development Portal. Use this variable to achieve the same using just the toolkit. {{template-path}} List of places to look for handlebar templates {{template-default-api}} Defines the default api template {{template-default-product}} Defines the default product template {{$ apic config}} {{app: apic-app://mgmnthost.com/orgs/climbon/apps/sb}} {{catalog: apic-catalog://mgmnthost.com/orgs/climbon/catalogs/sb}} {{org: apic-org://mgmnthost.com/orgs/climbon}} {{$ apic config --global}} {{catalog: apic-catalog://mgmnthost.com/orgs/climbon/catalogs/sb}} Type {{"apic COMMAND -h"}} for help on the following related commands: {{config:get}} Get a configuration variable {{config:set}} Set or update configuration variables {{config:delete}} Delete a configuration variable {{config:clear}} Delete all configuration variables