My App

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:

VariableDescription
BUILDSHARE_API_TOKENAPI token for authentication in non-interactive (CI/CD) environments
BUILDSHARE_CISet to true to enable non-interactive CI/CD mode
BUILDSHARE_DEBUGEnable debug logging for troubleshooting
BUILDSHARE_VERBOSEEnable 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

On this page