Module: TddiumConstant::Text::Prompt
- Defined in:
- lib/tddium/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:"
- LICENSE_AGREEMENT =
"Type '%s' to accept the license and continue:" % Response::AGREE_TO_LICENSE
- 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 invitation token:"
- USE_EXISTING_SUITE =
"A suite exists '%%s' (branch %s). Enter '#{Response::YES}' to use it, or enter a new repo name:"
- 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_SUBDOMAIN =
"Enter your Campfire subdomain (default '%s') or enter 'disable':"
- CAMPFIRE_ROOM =
"Enter the Campfire room name (default '%s'):"
- CAMPFIRE_TOKEN =
"Enter your Campfire API Token (default '%s'):"