UNPKG

@axway/amplify-central-apigee-extension

Version:

Create AMPLIFY Central resources from Apigee API Proxies

7 lines (5 loc) 120 B
import cli from "./cli"; cli.exec().catch((err: any) => { console.error(err); process.exit(err.exitCode || 1); });