Docs
Download

Download Celest

You can download the Celest CLI by running the following command:

$ dart pub global activate celest_cli

This will install the Celest CLI globally on your system, allowing you to use it from any directory.

To ensure that the Celest CLI is available in your PATH, you may need to add the Dart SDK's pub cache to your PATH.

On macOS and Linux, you can do this by adding the following line to your shell configuration file (e.g., ~/.bashrc, ~/.zshrc):

export PATH="$PATH":"$HOME/.pub-cache/bin"

On Windows, you can add the following location to your PATH environment variable:

%LOCALAPPDATA%\Pub\Cache\bin