This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
krata
Watch
1
Star
0
Fork
0
You've already forked krata
mirror of
https://github.com/edera-dev/krata.git
synced
2025-08-03 13:11:31 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
218f848170d7388f41edac79bea39b737930a0d7
krata
/
crates
/
ctl
/
src
/
lib.rs
6 lines
77 B
Rust
Raw
Normal View
History
Unescape
Escape
kratactl: rework to separate commands
2024-03-15 15:59:18 +00:00
pub
mod
cli
;
utilize async processing for console and child exit events
2024-02-23 03:25:06 +00:00
pub
mod
console
;
kratactl: implement output formats
2024-03-23 04:07:48 +00:00
pub
mod
format
;
feat: basic kratactl top command (#72) * feat: basic kratactl top command * fix: use magic bytes 0xff 0xff in idm to improve reliability
2024-04-14 15:32:34 -07:00
pub
mod
metrics
;
feat: oci compliance work (#85) * chore: rework oci crate to be more composable * feat: image pull is now internally explicit * feat: utilize vfs for assembling oci images * feat: rework oci to preserve permissions via a vfs
2024-04-15 10:24:14 -07:00
pub
mod
pull
;
Reference in New Issue
Copy Permalink