Skip to content
Tyler Ayers edited this page Oct 29, 2025 · 4 revisions

Sample CLI calls

Here are examples for using the apigee-templater CLI commands to create features and templates, as well as convert existing Apigee proxies and shared flows into features and templates.

# install the Apigee Templater CLI
npm i -g apigee-templater
# or update to latest version
npm update -g apigee-templater

# convert an Apigee Shared Flow cloud-logger-v1 in the org apigee-prod13 into a feature.
aft -i apigee-prod13:cloud-logger-v1 -o Ops-Cloud-Logger-v1.yaml -f feature

# go to the test data directory in the cloned repository
cd test/templates

# convert an apigee proxy ZIP into a template in YAML format
aft -i SimpleProxy-v1.zip -o SimplyProxy-v1.yaml -f template

Clone this wiki locally