It stops the docker-compose network if running (symbol-bootstrap started with --detached). This is just a wrapper for the docker-compose down
bash call.
It stops the docker-compose network if running (symbol-bootstrap started with --detached). This is just a wrapper for the docker-compose down
bash call.
USAGE
$ symbol-bootstrap stop
OPTIONS
-h, --help It shows the help of this command.
-t, --target=target [default: target] The target folder where the symbol-bootstrap network is generated
--logger=logger [default: Console,File] The loggers the command will use. Options are: Console,File,Silent. Use
',' to select multiple loggers.
EXAMPLE
$ symbol-bootstrap stop
See code: src/commands/stop.ts