Skip to content

Reference

Complete technical reference documentation for depkeeper. These pages provide detailed specifications for the CLI, Python API, configuration, file formats, and exit codes.


Reference Sections


Quick Reference

Most Common Commands

Bash
# Check for updates
depkeeper check

# Update all packages
depkeeper update

# Preview updates without applying
depkeeper update --dry-run

# Update with backup
depkeeper update --backup -y

# JSON output for CI
depkeeper check --format json

Environment Variables

Variable Description
DEPKEEPER_CONFIG Configuration file path
DEPKEEPER_COLOR Enable/disable colors

Exit Codes

Code Meaning
0 Success
1 Error
2 Usage error
130 Interrupted

Version Information

Current version: 0.1.0

Bash
depkeeper --version

See the Changelog for version history.