We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 968e88e commit ae12f71Copy full SHA for ae12f71
lib/commands/install.js
@@ -38,7 +38,7 @@ class InstallCommand extends Command {
38
}
39
40
if (argv.channel && argv.channel !== 'stable' && !local) {
41
- throw new errors.CliError(`Specifying a channel of '${argv.channel}' is only supported for local installs at this time.`);
+ this.ui.log(`Warning: Using release channel '${argv.channel}' in production is intended for testing purposes only.`, 'yellow');
42
43
44
await this.runCommand(DoctorCommand, {
0 commit comments