Skip to content

Settings

Configure sup CLI behavior and preferences.

sup stores configuration in ~/.config/sup/config.yaml:

source_workspace_id: 123
target_workspace_id: 456
output_format: table
theme: emerald
Terminal window
# Authentication
export PRESET_API_TOKEN="your-token"
export PRESET_API_SECRET="your-secret"
# Output preferences
export SUP_OUTPUT_FORMAT="json"
export SUP_THEME="emerald"

View current configuration:

Terminal window
sup config show

Set a configuration value:

Terminal window
sup config set target-workspace-id 789

Reset to defaults:

Terminal window
sup config reset