Comparing version 2.1.4 to 2.1.5
@@ -83,6 +83,6 @@ #!/usr/bin/env node | ||
module.exports.args = require('yargs') | ||
.usage('Usage: appkit COMMAND [--app APP] [command-specific-options]') | ||
.command('update', 'update the appkit client', {}, module.exports.update.bind(null, module.exports)) | ||
.usage('Usage: akkeris COMMAND [--app APP] [command-specific-options]') | ||
.command('update', 'update the akkeris client', {}, module.exports.update.bind(null, module.exports)) | ||
.command('version', 'display version', {}, module.exports.version.bind(null, module.exports)) | ||
.command('completion', 'show appkit auto-completion script (e.g, "ak completion >> ~/.bash_profile").', {}, () => { | ||
.command('completion', 'show akkeris auto-completion script (e.g, "ak completion >> ~/.bash_profile").', {}, () => { | ||
module.exports.args.showCompletionScript(); | ||
@@ -89,0 +89,0 @@ }) |
{ | ||
"name": "akkeris", | ||
"version": "2.1.4", | ||
"version": "2.1.5", | ||
"description": "Akkeris CLI", | ||
@@ -5,0 +5,0 @@ "main": "aka.js", |
141752