Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RFR] Improve CLI API and help text #90

Merged
merged 2 commits into from
Jun 12, 2017
Merged

[RFR] Improve CLI API and help text #90

merged 2 commits into from
Jun 12, 2017

Conversation

fzaninotto
Copy link
Member

image
image

ui.print(`${bold('Cool!')} Your new environment "${bold(environment.name)}" was successfully saved.`);
ui.print(`You can now add a configuration, try ${bold(addCommand)}`);
ui.print(`${bold(green('Environment successfully created'))}`);
ui.print(`You can now set a configuration fot this environment using ${bold(addCommand)}`);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/fot/for/

${dim('# Get the development configuration as json')}
${cyan('comfy get development')}
${dim('# Get the staging configuration for the next tag in yaml')}
${cyan('comfy get staging -t next --jml > config/staging.yaml')}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/jml/yml/

@Kmaschta Kmaschta mentioned this pull request Jun 12, 2017
3 tasks
@Kmaschta Kmaschta merged commit 9ea8f0a into master Jun 12, 2017
@Kmaschta Kmaschta deleted the cli_api branch June 12, 2017 16:34
@Kmaschta Kmaschta restored the cli_api branch October 15, 2018 06:37
@Kmaschta Kmaschta deleted the cli_api branch October 30, 2018 17:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants