Configuration & Flags
Environment variables and global flags for BuildShare CLI
🔧 Configuration
Environment Variables
You can customize the behavior of the BuildShare CLI using the following environment variables:
| Variable | Description |
|---|---|
BUILDSHARE_API_TOKEN | API token for authentication in non-interactive (CI/CD) environments |
BUILDSHARE_CI | Set to true to enable non-interactive CI/CD mode |
BUILDSHARE_DEBUG | Enable debug logging for troubleshooting |
BUILDSHARE_VERBOSE | Enable verbose output |
🚩 Global Flags
These flags can be appended to any command to change output formats or debug problems:
buildshare --debug # Enable debug mode
buildshare --verbose # Enable verbose logging
buildshare --version # Show version
buildshare --help # Show help