Is your feature request related to a problem? Please describe.
I need to be able to pass a password to zarf tools gen-key to generate keys without being prompted.
Describe the behavior you'd like
- Given a state
Given user runs zarf tools gen-key and provide a password flag with a password
- When an action is taken
- When Zarf is installed
- Then something happens
- command succeeds successfully
Describe alternatives you've considered
(optional) A clear and concise description of any alternative solutions or features you've considered.
Running cosign and not running zarf.
Additional context
Add any other context or screenshots about the feature request here.
I would prefer to stay as zarf specific as possible and use as little other tools I can. This would allow me to do that in line when scripting things out. Thank you!
Is your feature request related to a problem? Please describe.
I need to be able to pass a password to zarf tools gen-key to generate keys without being prompted.
Describe the behavior you'd like
Given user runs zarf tools gen-key and provide a password flag with a password
Describe alternatives you've considered
(optional) A clear and concise description of any alternative solutions or features you've considered.
Running cosign and not running zarf.
Additional context
Add any other context or screenshots about the feature request here.
I would prefer to stay as zarf specific as possible and use as little other tools I can. This would allow me to do that in line when scripting things out. Thank you!