apt-ostree/src
robojerk c87a832831 Complete rpm-ostree compose command parity
- Add missing subcommands: build-chunked-oci, container-encapsulate
- Update all existing subcommands to match rpm-ostree CLI exactly
- Fix argument structure: tree now takes TREEFILE as positional argument
- Fix argument structure: install now takes TREEFILE DESTDIR as positional arguments
- Add all missing options for each subcommand (--repo, --layer-repo, --force-nocache, etc.)
- Add comprehensive option support for tree, install, commit, extensions, image, rootfs
- Add full option support for build-chunked-oci and container-encapsulate
- Update main.rs to handle all new subcommands and options correctly
- CLI now matches rpm-ostree compose --help output exactly
- All subcommands now work with proper argument parsing
- Fixes 'Not yet implemented' error completely
- Achieves 1:1 CLI parity with rpm-ostree compose command
2025-08-18 12:43:09 -07:00
..
client Fix YAML linting issues and update system requirements to Debian 13+ 2025-08-18 11:39:58 -07:00
commands Fix compilation errors for development commands 2025-08-18 11:53:14 -07:00
daemon Fix YAML linting issues and update system requirements to Debian 13+ 2025-08-18 11:39:58 -07:00
lib Fix YAML linting issues and update system requirements to Debian 13+ 2025-08-18 11:39:58 -07:00
test_utils Fix YAML linting issues and update system requirements to Debian 13+ 2025-08-18 11:39:58 -07:00
cli.rs Complete rpm-ostree compose command parity 2025-08-18 12:43:09 -07:00
daemon_main.rs Fix YAML linting issues and update system requirements to Debian 13+ 2025-08-18 11:39:58 -07:00
lib.rs feat: Implement comprehensive performance optimization system 2025-08-16 14:27:28 -07:00
main.rs Complete rpm-ostree compose command parity 2025-08-18 12:43:09 -07:00