Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 948 Bytes

stop.md

File metadata and controls

27 lines (18 loc) · 948 Bytes

veritise-node stop

It stops the docker-compose network if running (veritise-node started with --detached). This is just a wrapper for the docker-compose down bash call.

veritise-node stop

It stops the docker-compose network if running (veritise-node started with --detached). This is just a wrapper for the docker-compose down bash call.

USAGE
  $ veritise-node stop

OPTIONS
  -h, --help           It shows the help of this command.
  -t, --target=target  [default: target] The target folder where the veritise-node 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
  $ veritise-node stop

See code: src/commands/stop.ts