lib/acquia_toolbelt/cli/auth.rb in acquia_toolbelt-2.3.2 vs lib/acquia_toolbelt/cli/auth.rb in acquia_toolbelt-2.4.0
- old
+ new
@@ -13,10 +13,10 @@
# Returns a status message.
desc 'login', 'Login to your Acquia account.'
def login
cli = HighLine.new
user = cli.ask('Enter your username: ')
- password = cli.ask('Enter your password: ') { |q| q.echo = false }
+ password = cli.ask('Enter your password (typing will be hidden): ') { |q| q.echo = false }
# Update (or create if needed) the netrc file that will contain the user
# authentication details.
n = Netrc.read
n.new_item_prefix = "# This entry was added for connecting to the Acquia Cloud API\n"