Buildspace
CLI

Configuration

Configure CLI base URLs and settings.

Show Config

buildspace config show

Displays 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

FlagDescription
--url <api>API base URL
--git-url <git>Git base URL

Reset

buildspace config reset

Resets 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.

On this page