UNPKG

@axway/amplify-central-swaggerhub-extension

Version:

Create AMPLIFY Central resources from Swagger Hub API Management APIs

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