Usage: apic {{drafts:pull}} OPTIONS NAME[:VERSION] Pull API or product definitions from drafts Options --{{type api | product}} subset the list by definition type --{{product-only}} pull the product but not its referenced apis -{{o}}, --{{organization}} ORGANIZATION provider organization name (required) -{{s}}, --{{server}} SERVER management server endpoint (required) Pull an API definition {{$ apic drafts:pull routes --organization climbonorg --server mgmnthost.com}} Pulled {{routes.yaml}} API definition from {{climbonorg:drafts [routes:1.0.0]}} Pull a product definition and its referenced APIs {{$ apic drafts:pull climbon --organization climbonorg --server mgmnthost.com}} Pulled {{climbon}}:1.0.0 product definition from {{climbonorg:drafts [climbon.yaml]}} Pulled {{routes}}:1.0.0 API definition from {{climbonorg:drafts [routes.yaml]}} Pulled {{ascents}}:1.0.0 API definition from {{climbonorg:drafts [ascent.yaml]}} Pull a product definition without its referenced APIs {{$ apic drafts:pull climbon --product-only --organization climbonorg --server mgmnthost.com}} Pulled {{climbon}}:1.0.0 product definition from {{climbonorg:drafts [climbon.yaml]}}