Actions
Feature #7160
closedHammer CLI should prompt for password if not supplied
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Hammer core
Target version:
-
Description
If a user specifies a username in their config file or at the commandline, but does not supply a password, hammer should securely prompt for the password.
Updated by Tomáš Strachota over 9 years ago
- Status changed from New to Closed
This has been fixed in hammer-cli-0.1.4
and hammer-cli-foreman-0.1.4
Hammer asks for credentials interactively when they are not provided in the config file or on the command line:
hammer user list [Foreman] Username: admin [Foreman] Password for admin:
Actions