-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement non-interactive/partial interactive mode for tezos-setup-wizard #568
Comments
krendelhoff2
added a commit
that referenced
this issue
Jul 17, 2023
Problem: Some interactive queries use step concept, while others are done through `yes_or_no`. It's useful to unify them by using steps only for logging and for the #568 (non-interactive mode) issue. Solution: Rewrite delete node data query using steps instead of `yes_or_no`.
krendelhoff2
added a commit
that referenced
this issue
Jul 17, 2023
Problem: Some interactive queries use step concept, while others are done through `yes_or_no`. It's useful to unify them by using steps only for logging and for the #568 (non-interactive mode) issue. Solution: Rewrite delete node data query using steps instead of `yes_or_no`.
krendelhoff2
added a commit
that referenced
this issue
Aug 7, 2023
Problem: Some interactive queries use step concept, while others are done through `yes_or_no`. It's useful to unify them by using steps only for logging and for the #568 (non-interactive mode) issue. Solution: Rewrite delete node data query using steps instead of `yes_or_no`.
3 tasks
krendelhoff2
added a commit
that referenced
this issue
Oct 18, 2023
Problem: Some interactive queries use step concept, while others are done through `yes_or_no`. It's useful to unify them by using steps only for logging and for the #568 (non-interactive mode) issue. Solution: Rewrite delete node data query using steps instead of `yes_or_no`.
krendelhoff2
added a commit
that referenced
this issue
Oct 19, 2023
Problem: Some interactive queries use step concept, while others are done through `yes_or_no`. It's useful to unify them by using steps only for logging and for the #568 (non-interactive mode) issue. Solution: Rewrite delete node data query using steps instead of `yes_or_no`.
krendelhoff2
added a commit
that referenced
this issue
Oct 19, 2023
Problem: Some interactive queries use step concept, while others are done through `yes_or_no`. It's useful to unify them by using steps only for logging and for the #568 (non-interactive mode) issue. Solution: Rewrite delete node data query using steps instead of `yes_or_no`.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Clarification and motivation
It would facilitate scripting and copy-paste distribution of setup instructions if tezos-setup-wizard had a non-interactive mode
Acceptance criteria
The text was updated successfully, but these errors were encountered: