@axway/axway-central-cli 3.15.0-rc.4 → 4.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/cli.js +17 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -51,4 +51,20 @@ const cliParams = exports.cliParams = {
51
51
  },
52
52
  extensions
53
53
  };
54
- var _default = exports.default = new _cliKit.default(cliParams);
54
+ var _default = exports.default = new _cliKit.default({
55
+ title: 'Axway Central CLI',
56
+ name: 'central',
57
+ banner: '',
58
+ version,
59
+ commands: {
60
+ completion: _completion.completion,
61
+ apply: _apply.apply,
62
+ config: _config.config,
63
+ create: _create.create,
64
+ delete: _delete.deleteCmd,
65
+ edit: _edit.edit,
66
+ get: _get.get,
67
+ install: _install.install
68
+ },
69
+ extensions
70
+ });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axway/axway-central-cli",
3
- "version": "3.15.0-rc.4",
3
+ "version": "4.0.0",
4
4
  "description": "Manage APIs, services and publish to the Amplify Marketplace",
5
5
  "homepage": "https://platform.axway.com",
6
6
  "author": {