Skip to content

Files

Latest commit

73bbb4a · Apr 13, 2021

History

History
24 lines (16 loc) · 726 Bytes

stop.md

File metadata and controls

24 lines (16 loc) · 726 Bytes

twix-node stop

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.

twix-node stop

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