Skip to main content
Usage: fal secrets [-h] [--debug] [--pdb] [--cprofile] command ...

Manage fal secrets.

Options:
  -h, --help  show this help message and exit
Commands:
  command
    set       Set a secret.
    list      List secrets.
    unset     Unset a secret.

Set

Usage: fal secrets set [-h] [--debug] [--pdb] [--cprofile]
                       NAME=VALUE [NAME=VALUE ...]

Set a secret.

Positional Arguments:
  NAME=VALUE  Secret NAME=VALUE pairs.

Options:
  -h, --help  show this help message and exit
Examples:
  fal secrets set HF_TOKEN=hf_***

List

Usage: fal secrets list [-h] [--debug] [--pdb] [--cprofile]

List secrets.

Options:
  -h, --help  show this help message and exit

Unset

Usage: fal secrets unset [-h] [--debug] [--pdb] [--cprofile] NAME

Unset a secret.

Positional Arguments:
  NAME        Secret's name.

Options:
  -h, --help  show this help message and exit

Debug:
  --debug     Show verbose errors.
  --pdb       Start pdb on error.
  --cprofile  Show cProfile report.