EDGAR should read Setup-String interactively #317
Labels
component: edgar
Mostly related to EDGAR.
type: enhancement
Fulfills a need or requirement by improving an existing functionality.
Currently, running the EDGAR Setup is done by passing the Setup-String via the CLI:
./opendut-edgar setup managed $SETUP_STRING
This should be read via
stdin
, so the user will only enterThen get a printed explanation of where to retrieve this setup string from, and then they paste it into the interactive dialog.
This ensures that the Setup-String does not end up in the command-line history and provides a better user experience.
For non-interactive use, it should be possible to pipe the Setup-String into EDGAR from a file like this:
cat setup_string.txt | ./opendut-edgar setup managed
The text was updated successfully, but these errors were encountered: