summaryrefslogtreecommitdiffstats
path: root/src/commands/endpoint.rs
AgeCommit message (Expand)Author
2021-11-19Update Copyright string to 2020-2022Matthias Beyer
2021-08-12Fix clippy: Replace map-collect-to-result with try_for_each()Matthias Beyer
2021-06-23Add implementation of "endpoint images" subcommandMatthias Beyer
2021-06-02Refactor: move get_date_filter() helper fn to commands:util moduleMatthias Beyer
2021-05-20Update dependency: indicatif 0.15 -> 0.16.1Matthias Beyer
2021-05-17Revert "Update dependency: indicatif 0.15 -> 0.16"Matthias Beyer
2021-05-11Add module-level docsMatthias Beyer
2021-05-11Refactor: Use human readable time formatMatthias Beyer
2021-05-11Add subcommand: endpoint containers stopMatthias Beyer
2021-05-11Add subcommand to get top output of containersMatthias Beyer
2021-05-11Update dependency: indicatif 0.15 -> 0.16Matthias Beyer
2021-04-22Fix: If no, returnMatthias Beyer
2021-03-11Endpoint configuration as MapMatthias Beyer
2021-03-10Clippy fix: Remove unneeded to_string() callMatthias Beyer
2021-03-08Refactor filter building into helper functionMatthias Beyer
2021-03-08Add "containers prune" subcommandMatthias Beyer
2021-03-07Move container subcommand to own fileMatthias Beyer
2021-03-07Implement container exec subcommandMatthias Beyer
2021-03-07Implement container stop subcommandMatthias Beyer
2021-03-07Implement container start subcommandMatthias Beyer
2021-03-07Implement container delete subcommandMatthias Beyer
2021-03-07Add container kill subcommandMatthias Beyer
2021-03-07Add container CLI interfaceMatthias Beyer
2021-03-07Add filters for listing containers on endpointsMatthias Beyer
2021-03-07Add subcommand "endpoint container list" for listing containersMatthias Beyer
2021-03-07Outsource connecting to endpointsMatthias Beyer
2021-03-07Use the bytesize crate to format size of memory nicelyMatthias Beyer
2021-03-07Add "endpoint stats" subcommandMatthias Beyer
2021-03-07Add subcommand "endpoint <ENDPOINT> ping"Matthias Beyer