Environment variables

Complete reference for environment variables that control Superset CLI behavior.

The Superset CLI supports the following environment variables to control its behavior. Set them in your shell before running superset, or export them from your shell profile (~/.zshrc, ~/.bashrc) or your CI environment to apply them across every session.

VariableDescription
SUPERSET_API_KEYAPI key (sk_live_… / sk_test_…) used in place of stored OAuth login. Equivalent to --api-key.
SUPERSET_HOME_DIRDirectory the CLI uses for config.json and the host service tree. Default: ~/.superset. Shared with the desktop app.

On this page

No Headings