Settings
Settings
Section titled “Settings”Configure sup CLI behavior and preferences.
Configuration File
Section titled “Configuration File”sup stores configuration in ~/.config/sup/config.yaml:
source_workspace_id: 123target_workspace_id: 456output_format: tabletheme: emeraldEnvironment Variables
Section titled “Environment Variables”# Authenticationexport PRESET_API_TOKEN="your-token"export PRESET_API_SECRET="your-secret"
# Output preferencesexport SUP_OUTPUT_FORMAT="json"export SUP_THEME="emerald"Commands
Section titled “Commands”View current configuration:
sup config showSet a configuration value:
sup config set target-workspace-id 789Reset to defaults:
sup config reset