Configuration
Configuration is stored in ~/.spusu/config.json.
Settings
| Key | Values | Default | Description |
|---|---|---|---|
outputFormat | pretty, json | pretty | Default output format |
Commands
View Configuration
bash
spusu config getSet a Value
bash
# Set default output to JSON
spusu config set outputFormat json
# Set default output to pretty
spusu config set outputFormat prettyReset to Defaults
bash
spusu config resetShow Config File Path
bash
spusu config path
# Output: /Users/username/.spusu/config.jsonFile Structure
json
{
"auth": {
"sessionId": "...",
"phoneNumber": "+43699XXXXXXXX"
},
"settings": {
"outputFormat": "pretty"
}
}WARNING
The config file contains your session ID. It's created with secure permissions (0600) and should not be shared.