-
Notifications
You must be signed in to change notification settings - Fork 77
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
Show dialog on destructive commands #324
Comments
I think I understood the issue, I would like to give it a try! |
Hi @dzikowski I am ready with my code. Is there any way through which I can build the fablo binary through source code and test the commands? |
Yes! You can use Also, once you're done with code changes, you will also need to run |
Closing: Cleanup of stale issues. Please reopen if needed. |
Fablo allows to call destructive commands on the network:
down
,prune
,recreate
etc. They should prompt if use is sure of doing it to avoid unwanted loss of the network state. It should be also allow to bypass the prompt with--silent
flag, like./fablo recreate --silent
The text was updated successfully, but these errors were encountered: