CLI
Configuration
Configure CLI base URLs and settings.
Show Config
buildspace config showDisplays the current CLI configuration including API URL, Git URL, and active app.
Set URLs
buildspace config set-url --url <api-base-url> --git-url <git-base-url>Override the default API and Git base URLs. Useful for self-hosted or staging environments.
Options
| Flag | Description |
|---|---|
--url <api> | API base URL |
--git-url <git> | Git base URL |
Reset
buildspace config resetResets API and Git URLs back to their defaults.
Config Location
The CLI stores configuration at ~/.config/buildspace/config.json (or $XDG_CONFIG_HOME/buildspace/config.json). The file is created with 0600 permissions for security.