apiconnect-cli-devapps
Version:
Plugin for IBM API Connect Developer Toolkit
35 lines (28 loc) • 1.69 kB
Plain Text
Usage: apic {{devapps:get}} [CATALOG_OPTIONS | SPACE_OPTIONS] DEVAPP_NAME
Get information about a consumer application in an organization and a catalog or a space
Options for catalog scope
--{{scope catalog}} (default)
-{{c}}, --{{catalog}} CATALOG catalog name (required)
-{{o}}, --{{organization}} ORGANIZATION provider organization name (required)
-{{s}}, --{{server}} SERVER management server endpoint (required)
Options for space scope
--{{scope space}} (required)
--{{space}} SPACE space name (required)
-{{c}}, --{{catalog}} CATALOG catalog name (required)
-{{o}}, --{{organization}} ORGANIZATION provider organization name (required)
-{{s}}, --{{server}} SERVER management server endpoint (required)
Stability: prototype
Get a consumer app in the climbonorg organization and production catalog on the mgmnthost.com server
{{$ apic devapps:get flights --catalog production --organization climbonorg --server mgmnthost.com}}
name: {{flights}}
display name: {{flights application}}
description: {{flights application}}
client id: {{xxxx}}
consumer org name: {{flightsOrg}}
Get a consumer app in the climbonorg organization and production catalog in s1 space on the mgmnthost.com server
{{$ apic devapps:get flights --scope space --space s1 --catalog production --organization climbonorg --server mgmnthost.com}}
name: {{flights}}
display name: {{flights application}}
description: {{flights application}}
client id: {{xxxx}}
consumer org name: {{flightsOrg}}