12 unstable releases (5 breaking)
new 0.5.0 | Jan 3, 2025 |
---|---|
0.4.1 | Sep 4, 2024 |
0.4.0 | Aug 23, 2024 |
0.3.3 | May 21, 2024 |
0.0.3 | Apr 3, 2022 |
#368 in Command-line interface
1,401 downloads per month
Used in 2 crates
20KB
340 lines
liboci-cli
This is a crate to parse command line arguments for OCI container runtimes as specified in the OCI Runtime Command Line Interface.
Implemented subcommands
Command | liboci-cli | CLI Specification | runc | crun | youki |
---|---|---|---|---|---|
create | ✅ | ✅ | ✅ | ✅ | ✅ |
start | ✅ | ✅ | ✅ | ✅ | ✅ |
state | ✅ | ✅ | ✅ | ✅ | ✅ |
kill | ✅ | ✅ | ✅ | ✅ | ✅ |
delete | ✅ | ✅ | ✅ | ✅ | ✅ |
checkpoint | ✅ | ✅ | |||
events | ✅ | ✅ | ✅ | ||
exec | ✅ | ✅ | ✅ | ✅ | |
features | ✅ | ✅ | |||
list | ✅ | ✅ | ✅ | ✅ | |
pause | ✅ | ✅ | ✅ | ✅ | |
ps | ✅ | ✅ | ✅ | ✅ | |
restore | ✅ | ✅ | |||
resume | ✅ | ✅ | ✅ | ✅ | |
run | ✅ | ✅ | ✅ | ✅ | |
spec | ✅ | ✅ | ✅ | ✅ | |
update | ✅ | ✅ |
Dependencies
~1.2–1.8MB
~34K SLoC