11 releases
0.4.1 | Sep 4, 2024 |
---|---|
0.3.3 | May 21, 2024 |
0.3.2 | Jan 31, 2024 |
0.3.1 | Dec 19, 2023 |
0.0.3 | Apr 3, 2022 |
#285 in Command-line interface
2,653 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