UNPKG
@axway/amplify-central-swaggerhub-extension
Version:
dev (0.0.1-dev.0)
latest (1.0.4)
1.0.4
1.0.3
1.0.1
1.0.0
0.0.3-dev.2
0.0.3-dev.1
0.0.3-dev.0
0.0.2-dev.0
0.0.1-dev.0
Create AMPLIFY Central resources from Swagger Hub API Management APIs
@axway/amplify-central-swaggerhub-extension
/
src
/
commands
/
config
/
index.ts
8 lines
(6 loc)
•
168 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
import
{ list } from
"./list"
;
import
{ set } from
"./set"
;
export
const
config = { commands: { list, set }, desc:
"Manage SwaggerHub Extension Configuration"
, };