What problem does it solve?
This skill provides a quick and centralized reference for Sagebase CLI commands and Docker operations, enabling developers and operators to run, test, format code, manage the database, and perform Sagebase tasks with minimal context switching.
Core Features & Use Cases
- Unified CLI Reference: Quick lookup for sagebase CLI commands, including common workflows like starting services, testing, formatting, and DB operations.
- Docker & Environment Ops: Guides for container lifecycle, logs, port inspection, and environment setup to streamline local and CI workflows.
- Use Case: As a developer, you can rapidly execute a sequence such as starting the stack, running tests, and inspecting logs with just a few commands.
Quick Start
- Start the stack: just up
- Show CLI help: just exec uv run sagebase --help
- Run a typical operation: just exec uv run sagebase process-minutes
- View logs: just logs
- Connect to the database: just db