# asrtd CLI

## Prerequisites

The asserted CLI requires at least Node v10. Check which version of Node you have installed with:

```bash
node -v
```

If you do not have Node installed, or have the wrong version, we recommend installing Node using one of the following:

* Mac / Linux - [nvm](https://github.com/nvm-sh/nvm)
* Windows - [nvm-windows](https://github.com/coreybutler/nvm-windows)

## Installation

Use NPM to globally install the asserted CLI:

```
npm i -g asrtd
```

## Commands

At any time you can run the following to get a full breakdown of all CLI commands:

```bash
asrtd --help
```

![asrtd --help output](https://594756571-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M8DFhwh44DGXoIZuWQM%2F-M93x8Jp2WLBS-h6lOv1%2F-M941HPYzJaIHIp3EEwt%2Fhelp.png?alt=media\&token=7369a49d-4006-4594-a16a-58eac15b6556)

The best source for information on how to run commands in the CLI, is the CLI itself by running `asrtd --help` or adding `--help` to any individual command for more details.
