Skip to content

dxos/cli

Repository files navigation

build

DXOS CLI

The DXOS CLI is an extensible set of command line tools.

If you are unfamiliar with DXOS, see our website for more information.

Prerequisites

Installation

Install CLI globally:

yarn global add @dxos/cli

or

npm install --global @dxos/cli

Usage

All the CLI modules support help flag that provides desired command clarification, e.g.

dx help
dx app help
dx app register help

To use the CLI, a profile needs to be created and activated.

dx profile init --name devnet --template-url https://bit.ly/3M37HBT

Read more about CLI profiles and CLI extensions.

Development

Check the DXOS CLI Development.

Troubleshooting

Check the DXOS CLI Troubleshooting.