1.0.1-beta.1 • Published 4 years ago

@dxos/cli-dashboard v1.0.1-beta.1

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
4 years ago

Dashboard CLI

Setup

A number of config variables is required in order to run CLI. One could either provide those in ~/.wire/config.yml in format of yaml.

Install / Upgrade

To install or upgrade a version of the dashboard run:

wire dashboard install

This will install globally the latest version of the dashboard. The default npmClient (npm) is configured in your config.yml as cli.npmClient.

You can also use --npmClient param to specify the desired client ('npm|yarn');

Start / Stop

To start the service:

wire dashboard start --port 8888

You can use --detached to run in background.

Then to stop:

wire dashboard stop