diff --git a/lib/classes/CLI.js b/lib/classes/CLI.js index ae43762f2..118548d3c 100644 --- a/lib/classes/CLI.js +++ b/lib/classes/CLI.js @@ -297,7 +297,9 @@ functionalities related to given service or current environment.` } // print the name of the plugin - this.consoleLog(chalk.yellow.underline(`Plugin: ${command.pluginName}`)); + this.consoleLog( + chalk.yellow.underline(`${command.isExternal ? 'Plugin: ' : ''}${command.pluginName}`) + ); this.displayCommandUsage(command, commandName); this.displayCommandOptions(command);