It stops the docker-compose network if running (twix-node started with --detached). This is just a wrapper for the docker-compose down
bash call.
It stops the docker-compose network if running (twix-node started with --detached). This is just a wrapper for the docker-compose down
bash call.
USAGE
$ twix-node stop
OPTIONS
-h, --help It shows the help of this command.
-t, --target=target [default: target] The target folder where the twix-node network is generated
EXAMPLE
$ twix-node stop
See code: src/commands/stop.ts