Skip to content

Commit bb8fb9a

Browse files
author
Deepak Kasu
committed
APIGOV-32126 Get Command Migrate - Int Checkin
1 parent 1cbd5a0 commit bb8fb9a

File tree

16 files changed

+1258
-366
lines changed

16 files changed

+1258
-366
lines changed

package-lock.json

Lines changed: 37 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,29 @@
1313
"bugs": "https://github.com/appcelerator/amplify-tooling/issues",
1414
"repository": "https://github.com/appcelerator/amplify-tooling",
1515
"bin": {
16-
"axway": "./bin/run"
16+
"axway": "./bin/run.js"
1717
},
1818
"scripts": {
1919
"debug": "node --inspect=9254 --enable-source-maps dist/index.js",
20-
"start": "./bin/run",
20+
"start": "./bin/run.js",
2121
"build": "tsc",
2222
"test": "mocha --exit --recursive -r test/helpers/setup.js --slow 15000 --timeout 40000 test",
2323
"lint": "eslint . --ignore-pattern 'dist/**'",
2424
"watch": "tsc --watch",
2525
"postinstall": "node dist/scripts/postinstall.js || node -e true"
2626
},
27+
"oclif": {
28+
"bin": "axway",
29+
"dirname": "axway",
30+
"commands": {
31+
"strategy": "pattern",
32+
"target": "./dist/commands"
33+
},
34+
"plugins": [
35+
"@oclif/plugin-autocomplete"
36+
],
37+
"topicSeparator": " "
38+
},
2739
"dependencies": {
2840
"@inquirer/prompts": "^7.9.0",
2941
"@oclif/core": "^4.8.0",
@@ -36,6 +48,7 @@
3648
"debug": "^4.4.3",
3749
"easy-table": "^1.2.0",
3850
"fastest-levenshtein": "^1.0.16",
51+
"fs-extra": "^11.3.0",
3952
"got": "^14.6.2",
4053
"http-proxy-agent": "^7.0.2",
4154
"https-proxy-agent": "^7.0.6",

0 commit comments

Comments
 (0)