Skip to main content

Install fluentci

What you'll need

  • Deno version 1.42 or above
  • Dagger version >= 0.10.0 (Optional)

Install

Install fluentci using the following command:

deno install -A -r https://cli.fluentci.io -n fluentci

You need to add the following to your ~/.bashrc or ~/.zshrc file:

export PATH="$HOME/.deno/bin:$PATH"

Bash (Linux/macOS)

You can also install fluentci using the following command:

curl -fsSL https://cli.fluentci.io | bash

Homebrew

You can also install fluentci using Homebrew:

brew install fluentci-io/tap/fluentci

Pkgx

You can also install fluentci using pkgx:

pkgx install fluentci