Lines Matching refs:chalk
3 import chalk from 'chalk';
43 message: `Does this look correct? Type \`y\` or press enter to update ${chalk.green(
54 console.log(`Deleting ${chalk.yellow(key)} config key ...`);
57 console.log(`Changing ${chalk.yellow(key)} config key ...`);
64 console.log(chalk.yellow('There are no changes to apply in the configuration.'));
69 `\nHere is the diff of changes to apply on ${chalk.green('staging')} version config:`
84 chalk.green('\nSuccessfully updated staging config. You can check it out on'),
85 chalk.blue(`https://${STAGING_API_HOST}/--/api/v2/versions`)
88 console.log(chalk.yellow('Canceled'));
115 console.log(chalk.red('`--key` flag requires `--value` or `--delete` flag.'));
132 console.error(chalk.red(`Provided SDK version ${chalk.cyan(sdkVersion)} is invalid.`));
140 message: `Configuration for SDK ${chalk.cyan(
147 console.log(chalk.yellow('Canceled'));
155 console.log(`\nUsing ${chalk.blue(STAGING_API_HOST)} host ...`);
156 console.log(`Using SDK ${chalk.cyan(sdkVersion)} ...`);
166 console.log(chalk.red('`--key` flag requires `--value` or `--delete` flag.'));
213 `Updates SDK configuration under ${chalk.blue('https://staging.exp.host/--/api/v2/versions')}`