Apigee Templater CLI
This CLI uses the apigee-templater-module to offer CLI features for templating out Apigee proxies.
Getting started
Install
To install the CLI, simply install globally using NPM.
npm install -g apigee-templater-cli
apigee-template -h
npx apigee-templater-cli -h
Develop and test locally
To develop and test locally, simply go to the /cli directory and run these commands.
cd cli
npm i
npm run build
npm link
Now you can run apigee-template everywhere from the local cli/bin directly (built version).