Module: SolanoConstant::Text::Prompt
- Defined in:
- lib/solano/constant.rb
Defined Under Namespace
Modules: Response
Constant Summary collapse
- SSH_KEY =
"Enter your ssh key or press 'Return'. Using '%s' by default:"- SUITE_NAME =
"Enter a repo name or press 'Return'. Using '%s' by default:"- EMAIL =
"Enter your email address: "- CURRENT_PASSWORD =
"Enter your old password: "- PASSWORD =
"Enter password: "- NEW_PASSWORD =
"Enter a new password: "- PASSWORD_CONFIRMATION =
"Confirm your password: "- INVITATION_TOKEN =
"Enter your activation token:"- TEST_PATTERN =
"Enter a pattern or press 'Return'. Using '%s' by default:"- CI_PULL_URL =
"Enter git URL to pull from (default '%s') or enter 'disable':"- CI_PUSH_URL =
"Enter git URL to push to (default '%s') or enter 'disable':"- CAMPFIRE_ROOM =
"Custom Campfire room for this suite (current: '%s') or enter 'disable':"- HIPCHAT_ROOM =
"Custom HipChat room for this suite (current: '%s') or enter 'disable':"- ACCOUNT =
"Enter the organization to create the suite under:"- ACCOUNT_DEFAULT =
"Enter the organization to create the suite under (default: '%s'):"