UNPKG

@axway/amplify-central-apigee-extension

Version:

Create AMPLIFY Central resources from Apigee API Proxies

8 lines (6 loc) 164 B
import { list } from "./list"; import { set } from "./set"; export const config = { commands: { list, set }, desc: "Manage Apigee Extension Configuration", };