Commands Overview #
allbctl is organized into several main commands and subcommands.
Main Commands #
allbctl status- Display system informationallbctl bootstrap- Manage development environment setup
Status Subcommands #
allbctl status runtimes- Show detected programming runtimesallbctl status projects- Show git repositories in ~/srcallbctl status list-packages- Show package countsallbctl status db- Show detected databases
Bootstrap Subcommands #
allbctl bootstrap status- Check bootstrap statusallbctl bootstrap install- Install development environmentallbctl bootstrap reset- Reset configuration
Global Flags #
--config string- Config file path (default: $HOME/.allbctl.yaml)--help, -h- Show help--version, -v- Show version
Quick Reference #
# System info
allbctl status
# Dev environment setup
allbctl bootstrap install
# Check what's installed
allbctl bootstrap status
# Show runtimes
allbctl status runtimes
# Show projects
allbctl status projects
# Show packages
allbctl status list-packages
# Show databases
allbctl status db
allbctl status db sqlite3 --detail