Complete reference guide for all Bugster CLI commands and options
bugster [command] --help
to see detailed options and usage information.--version, -v
- Print the version and exit--help, -h
- Show help messagebugster init
.bugster
directory in your project rootconfig.yaml
)init
to authenticate before using other Bugster CLI features that require API access.bugster generate
--show-logs
- Show detailed logs during the analysis process--force, -f
- Force analysis even if codebase has already been analyzed (overrides cache).bugster/tests
directorybugster run
PATH
- Optional path to test file or directory (defaults to .bugster/tests
)--headless
- Run tests in headless mode (for browser-based tests)--silent, -s
- Run in silent mode with less verbose output--stream-results
- Stream test results as they complete (real-time output)--output FILE
- Save test results to a JSON file--run-id ID
- Associate a specific run ID with the test execution--base-url URL
- Override the base URL for the test run.bugster/config.yaml
bugster update
--update-only
- Only update existing specs, skip suggestions and deletions--suggest-only
- Only suggest new specs, skip updates and deletions--delete-only
- Only delete obsolete specs, skip updates and suggestions--show-logs
- Show detailed logs during the update processbugster sync
--branch BRANCH
- Specify branch to sync with (defaults to current git branch or ‘main’)--pull
- Only pull specs from remote (download only)--push
- Only push specs to remote (upload only)--clean-remote
- Delete remote specs that don’t exist locally--dry-run
- Show what would happen without making actual changes--prefer CHOICE
- Prefer ‘local’ or ‘remote’ when resolving conflictsGetting Started
Development Cycle
Team Collaboration
Debugging Failed Tests
.bugster/
directory.config.yaml
file contains:
Common Issues
bugster init
again to re-authenticate..bugster/config.yaml
for syntax errorsbugster init
--show-logs
for detailed debugging information--base-url
optionDebug Commands
Reset and Recovery
click
- Command-line interface frameworkhttpx
- HTTP client for API communicationpydantic
- Data validation and parsingrich
- Rich text and beautiful formattingtyper
- Modern CLI frameworkrequirements.txt
file in the project repository.