From 516ed2a86d4d7b1095b334692e13f3211e183d11 Mon Sep 17 00:00:00 2001 From: Jacob Lee Date: Mon, 15 Mar 2021 09:31:39 -0700 Subject: [PATCH] Update old copy in help suggestions --- cli/commands/download.js | 2 +- cli/commands/init.js | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cli/commands/download.js b/cli/commands/download.js index a6958ca..f79ac47 100644 --- a/cli/commands/download.js +++ b/cli/commands/download.js @@ -104,7 +104,7 @@ class GetCommand extends Command { console.log(); console.log(`Try removing the existing directory first.`); console.log(); - console.log(`Use ${chalk.bold('lib get ' + service + ' --write-over')} to override.`); + console.log(`Use ${chalk.bold('lib download ' + service + ' --write-over')} to override.`); console.log(); return callback(null); } diff --git a/cli/commands/init.js b/cli/commands/init.js index eb0794c..8e90084 100644 --- a/cli/commands/init.js +++ b/cli/commands/init.js @@ -68,7 +68,7 @@ class InitCommand extends Command { console.log(`Your Autocode development environment has been initialized.`); console.log(); console.log(`Use ${chalk.bold('lib create ')} to create a new (local) service package.`); - console.log(`or type ${chalk.bold('lib get ')} to download an existing service package.`); + console.log(`or type ${chalk.bold('lib download ')} to download an existing service package.`); console.log() console.log(`Additionally, use ${chalk.bold('lib help')} to see more commands.`) console.log(); diff --git a/package.json b/package.json index 38caf8c..fce4c7f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lib.cli", - "version": "5.2.3", + "version": "5.2.4", "description": "Command Line tools for Autocode - autocode.com", "main": "index.js", "scripts": {