Show your support by giving us a star!

Dosei CLI

Learn how to use dctl the Dosei command-line interface (CLI) to manage and configure your Dosei Projects from the command line.

macOS

If you have the Homebrew package manager installed, dctl can be installed by running:

brew tap doseiai/tap
brew install dctl

If not, you can run the install script:

curl -fsSL https://dosei.ai/install.sh | sh

Linux

From the terminal, run:

curl -fsSL https://dosei.ai/install.sh | sh

Windows

From powershell, run:

irm https://dosei.ai/install.ps1 | iex

Before you begin

To start using the CLI, you will first need to login into your Dosei account.

Was this page helpful?