Skip to content

sup config

⚙️ Configuration Management

  • Environment variables: SUP_* (highest priority)
  • Global config: ~/.sup/config.yml
  • Project config: .sup/state.yml (current directory)
  • Authentication: API tokens, workspace credentials
  • Defaults: Current workspace ID, database ID, target workspace
  • Preferences: Output formats, asset folder paths
  • Enterprise: Cross-workspace sync configuration
  • Step 1: sup config auth - Set up authentication credentials
  • Step 2: sup config show - Verify current settings
  • Step 3: sup config env - See all available environment variables
  • Set workspace: sup config set workspace-id 123
  • Set target: sup config set target-workspace-id 456
  • Asset folder: sup config set assets-folder ./my-assets
Terminal window
sup config [COMMAND] [OPTIONS]
CommandDescription
sup config showDisplay current configuration settings
sup config setSet a configuration value
sup config authSet up authentication credentials
sup config initInitialize sup configuration in current directory
sup config envShow available environment variables for sup configuration
Terminal window
sup config