Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Commit

Permalink
docs: document status command in README (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
strophy authored Jul 21, 2020
1 parent 9862449 commit 464b95d
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,28 @@ To reset an Evonet node:
$ mn reset evonet
```

### Show status

The `status` command outputs status information relating to either the host, masternode or services.

```
Show status details
USAGE
$ mn status:COMMAND
COMMANDS
status:host Show host status details
status:masternode Show masternode status details
status:services Show service status details
```

To show the host status:

```bash
$ mn status:host
```

### Development

When developing on a standalone node (the `local` preset), `setup-for-local-development` can be used
Expand Down

0 comments on commit 464b95d

Please sign in to comment.