DeepFellow DOCS

DeepFellow Suite

One-step installation for Infra, Server, and a ready-to-use workspace.

The deepfellow suite group provisions a complete DeepFellow workspace in one pass.

deepfellow suite [OPTIONS] COMMAND [ARGS]...

deepfellow suite Commands


Non-Interactive Mode

For scripting and automation, run:

deepfellow --non-interactive suite install

In non-interactive mode there is no prompt to fall back on, so every admin value must be supplied up front — via the --admin-name, --admin-email, and --admin-password flags or the DF_SERVER_ADMIN_NAME, DF_SERVER_ADMIN_EMAIL, and DF_SERVER_ADMIN_PASSWORD environment variables. If any of them is missing, the command fails immediately with an error instead of prompting:

$ deepfellow --non-interactive suite install
suite install is missing name, email, password; --non-interactive has no prompt to fall back on. Pass --admin-name/--admin-email/--admin-password

Supply all three to run unattended:

deepfellow --non-interactive suite install \
  --admin-name admin \
  --admin-email admin@example.com \
  --admin-password 'S3cure-Passw0rd!'

If the Infra or Server installation directory already exists, suite install normally asks whether to reinstall over it. In non-interactive mode there is no prompt to fall back on, so the command fails instead. Add --force-install to force a reinstall over an existing installation without asking:

deepfellow --non-interactive suite install \
  --admin-name admin \
  --admin-email admin@example.com \
  --admin-password 'S3cure-Passw0rd!' \
  --force-install

We use cookies on our website. We use them to ensure proper functioning of the site and, if you agree, for purposes such as analytics, marketing, and targeting ads.