@dxos/cli-chat

DXOS Chat CLI

Usage no npm install needed!

<script type="module">
  import dxosCliChat from 'https://cdn.skypack.dev/@dxos/cli-chat';
</script>

README

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

Upgrade

An older version of the CLI could be upgraded via dx upgrade command.

dx version
v1.0.1-beta.15

dx upgrade --force
Found extensions: @dxos/cli-data, @dxos/cli-signal, @dxos/cli-bot, @dxos/cli-app
✔ Uninstalling @dxos/cli-data
✔ Uninstalling @dxos/cli-signal
✔ Uninstalling @dxos/cli-bot
✔ Uninstalling @dxos/cli-app
✔ Uninstalling @dxos/cli
✔ Installing @dxos/cli
✔ Installing @dxos/cli-app
✔ Installing @dxos/cli-bot
✔ Installing @dxos/cli-signal
✔ Installing @dxos/cli-data

dx version
v2.12.0

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 enterprise --template-url https://bit.ly/3A642xB

Read more about CLI profiles and CLI extensions.

Development

Check the DXOS CLI Development.

Troubleshooting

Check the DXOS CLI Troubleshooting.