@axway/axway-central-cli 3.12.0 → 3.13.0-rc.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
@@ -49,4 +49,20 @@ const cliParams = exports.cliParams = {
49
49
  },
50
50
  extensions
51
51
  };
52
- var _default = exports.default = new _cliKit.default(cliParams);
52
+ var _default = exports.default = new _cliKit.default({
53
+ title: 'Axway Central CLI',
54
+ name: 'central',
55
+ banner: '',
56
+ version,
57
+ commands: {
58
+ completion: _completion.completion,
59
+ apply: _apply.apply,
60
+ config: _config.config,
61
+ create: _create.create,
62
+ delete: _delete.deleteCmd,
63
+ edit: _edit.edit,
64
+ get: _get.get,
65
+ install: _install.install
66
+ },
67
+ extensions
68
+ });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axway/axway-central-cli",
3
- "version": "3.12.0",
3
+ "version": "3.13.0-rc.0",
4
4
  "description": "Manage APIs, services and publish to the Amplify Marketplace",
5
5
  "homepage": "https://platform.axway.com",
6
6
  "author": {