asserted
  • Getting Started
  • Test Time Calculation
  • Environment Variables
  • Concepts
  • Reference
    • asrtd CLI
    • .asserted directory
    • routine.json
    • Dependencies
  • Full Examples
    • Overview
    • REST
    • GraphQL
    • Socket.IO
    • gRPC
Powered by GitBook
On this page
  • Prerequisites
  • Installation
  • Commands

Was this helpful?

  1. Reference

asrtd CLI

The command line interface tool for asserted is key to managing routines

PreviousConceptsNext.asserted directory

Last updated 4 years ago

Was this helpful?

Prerequisites

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

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 -

  • 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:

asrtd --help

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.

nvm
nvm-windows
asrtd --help output