@_xtribe/cli 2.2.16 ā 2.2.18
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.
- package/install-tribe.js +5 -0
- package/package.json +1 -1
package/install-tribe.js
CHANGED
|
@@ -248,6 +248,11 @@ async function main() {
|
|
|
248
248
|
console.log(chalk.gray('\nThen type: ') + chalk.cyan.bold('tribe') + chalk.gray(' to get started'));
|
|
249
249
|
}
|
|
250
250
|
|
|
251
|
+
// Show auto-update information
|
|
252
|
+
console.log(chalk.blue('\nš” Keep your TRIBE CLI up to date:'));
|
|
253
|
+
console.log(chalk.gray(' Check for updates: ') + chalk.cyan('npx @_xtribe/cli --check-updates'));
|
|
254
|
+
console.log(chalk.gray(' Auto-update: ') + chalk.cyan('npx @_xtribe/cli --auto-update'));
|
|
255
|
+
|
|
251
256
|
} catch (error) {
|
|
252
257
|
spinner.fail('Installation failed');
|
|
253
258
|
console.error(chalk.red(error.message));
|