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¶
-
Complete command-line interface reference with all options and examples.
-
Programmatic interface for integrating depkeeper into your tools.
-
All configuration options, environment variables, and defaults.
-
Exit code meanings for scripting and CI/CD integration.
-
Supported file format specifications and syntax reference.
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
See the Changelog for version history.