You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Yes! You can use ./fablo-build.sh which builds local docker image with fablo distribution, and then use the Fablo script from source code ./fablo.sh init, ./fablo.sh up etc.
Also, once you're done with code changes, you will also need to run npm run test:e2e-update to update our tests, and commit changes.
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: