-
Story
-
Resolution: Unresolved
-
Undefined
-
None
-
None
Problem Statement
Currently, every parameter has it's own counterparts with --reset prefix. That clutters the output of foremanctl --help output as these parameters are not very helpful. Instead, it would be nicer to have only one --reset parameter, that would accept a parameter of which parameter should be reset.
User Experience & Workflow
Resetting a single parameter
foremanctl --reset initial_admin_password
Resetting multiple parameters:
foremanctl --reset initial_admin_password,default_organization_name
Or
foremanctl --reset initial_admin_password --reset default_organization_name
Requirements
foremanctl --help does not print more than 1 --reset parameter
Business Impact
The user experience would remain bad. The old installer had these hidden as advanced parameters, so it was not that bad. Foremanctl does not have such concept yet.
Open questions
- Should the user pass --reset once and join the parameters with commas or pass --reset once for every parameter to be reset?