The DXOS CLI is an extensible set of command line tools.
If you are unfamiliar with DXOS, see our website for more information.
Install CLI globally:
yarn global add @dxos/cli
or
npm install --global @dxos/cli
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.
Check the DXOS CLI Development.
Check the DXOS CLI Troubleshooting.