0.11.5 • Published 5 months ago

@morpheusnetwork/trustmnw-cli v0.11.5

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

TrustMNW-CLI

TrustMNW Command-Line Interface for running the node

Build

Development

Fill the .env.development file with variables:

API_URL=https://api.trustmnw.dev/graphql

Then run

yarn build:dev

Production

Fill the .env.production file with variables:

API_URL=https://api.trustmnw.com/graphql

Then run

yarn build:prod

Run

To run built CLI, just type

node .

Debug mode

To enable debug mode, run the CLI with param --debug, like:

node . --debug

Publishing

  1. Set the correct name and bin[command] in package.json, (trustmnw-cli-dev for staging, trustmnw-cli for production)
  2. Set next version in package.json
  3. Build required environment (yarn build:prod or yarn build:dev)
  4. Rollback to current version in package.json
  5. Run git add .
  6. Run yarn publish --access public, set version, fill all required fields
  7. Done
0.11.5

5 months ago

0.10.0

8 months ago

0.11.0

6 months ago

0.10.1

6 months ago

0.11.1

6 months ago

0.9.0

11 months ago

0.8.1

1 year ago

0.8.0

1 year ago

0.6.0

1 year ago

0.4.1

1 year ago

0.5.2

1 year ago

0.3.3

1 year ago

0.3.2

1 year ago

0.3.1

1 year ago

0.3.0

1 year ago

0.2.0

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago