1.1.10 • Published 12 months ago

symbol-bootstrap v1.1.10

Weekly downloads
715
License
Apache-2.0
Repository
github
Last release
12 months ago

symbol-bootstrap

Symbol tool that allows you creating, configuring and running Symbol's networks

oclif Version Downloads/week License

Usage

$ npm install -g symbol-bootstrap
$ symbol-bootstrap COMMAND
running command...
$ symbol-bootstrap (-v|--version|version)
symbol-bootstrap/0.0.0-alpha-202008131017 linux-x64 node-v12.16.3
$ symbol-bootstrap --help [COMMAND]
USAGE
  $ symbol-bootstrap COMMAND
...

Commands

symbol-bootstrap clean

this commands remove the target folder (It may not work if you need root!!!)

USAGE
  $ symbol-bootstrap clean

OPTIONS
  -h, --help           It shows the help of this command.
  -t, --target=target  [default: target] the target folder

EXAMPLE
  $ symbol-bootstrap clean

See code: src/commands/clean.ts

symbol-bootstrap compose

this command generates the docker-compose.yml file from the configured network.

USAGE
  $ symbol-bootstrap compose

OPTIONS
  -h, --help           It shows the help of this command.
  -t, --target=target  [default: target] the target folder

EXAMPLE
  $ symbol-bootstrap compose

See code: src/commands/compose.ts

symbol-bootstrap config

Command used to set up the configuration files and the nemesis block for the current network

USAGE
  $ symbol-bootstrap config

OPTIONS
  -h, --help                      It shows the help of this command.
  -p, --preset=bootstrap|testnet  [default: bootstrap] the network preset
  -r, --reset                     It resets the configuration generating a new one
  -t, --target=target             [default: target] the target folder

  --presetFile=presetFile         External preset file. Values in this file will override the provided presets
                                  (optional)

EXAMPLE
  $ symbol-bootstrap config -p bootstrap

See code: src/commands/config.ts

symbol-bootstrap help [COMMAND]

display help for symbol-bootstrap

USAGE
  $ symbol-bootstrap help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

symbol-bootstrap mongo

command to start mongo db (NOT WORKING!)

USAGE
  $ symbol-bootstrap mongo

OPTIONS
  -h, --help               It shows the help of this command.
  -r, --reset              It deletes the database
  -t, --target=target      [default: target] the target folder
  --presetFile=presetFile  External preset file. Values in this file will override the provided presets (optional)

EXAMPLE
  $ symbol-bootstrap mongo -p bootstrap

See code: src/commands/mongo.ts

symbol-bootstrap run

this command run this network from the created configuration and docker-compose.yml file.

USAGE
  $ symbol-bootstrap run

OPTIONS
  -h, --help           It shows the help of this command.
  -t, --target=target  [default: target] the target folder

EXAMPLE
  $ symbol-bootstrap run

See code: src/commands/run.ts

symbol-bootstrap start

Single command that aggregates config, compose and run!

USAGE
  $ symbol-bootstrap start

OPTIONS
  -h, --help                      It shows the help of this command.
  -p, --preset=bootstrap|testnet  [default: bootstrap] the network preset
  -r, --reset                     It resets the configuration generating a new one
  -t, --target=target             [default: target] the target folder

  --presetFile=presetFile         External preset file. Values in this file will override the provided presets
                                  (optional)

EXAMPLE
  $ symbol-bootstrap start -p bootstrap

See code: src/commands/start.ts

1.1.10

1 year ago

1.1.9

1 year ago

1.1.8

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.1.0-alpha.0

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.4.5

3 years ago

0.4.4

3 years ago

0.4.3

3 years ago

0.4.2

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.3.1

3 years ago

0.3.0

3 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.0

4 years ago