Getting Help
Create a Support Bundle
Section titled “Create a Support Bundle”Generate a bundle for troubleshooting:
scc support bundleThis creates a zip file with:
- Configuration (secrets redacted)
- Recent logs
- System information
- Docker status
GitHub Issues
Section titled “GitHub Issues”Report bugs or request features:
Include:
- SCC version (
scc --version) - OS and Docker version
- What you tried
- What happened
- Support bundle (if applicable)
Self-Diagnosis
Section titled “Self-Diagnosis”Before opening an issue:
# Full diagnosticscc doctor
# Check config sourcesscc config explain
# Verify pluginsscc audit plugins
# Check team configscc team validate <team>