From d4acc2566a80b7a29d3a09a16e39a8ba3b8f5d24 Mon Sep 17 00:00:00 2001 From: Federico Di Pierro Date: Thu, 7 Sep 2023 11:24:28 +0200 Subject: [PATCH] chore: fixed readme subcmd name. Signed-off-by: Federico Di Pierro --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 71ea66b..d836311 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,10 @@ Right now, the tool implements, under the `configs` subcmd: * configs stats * configs build (using driverkit libraries) -Moreover, under the `s3` subcmd: -* s3 driver stats -* s3 driver cleanup -* s3 driver publish +Moreover, under the `drivers` subcmd: +* remote driver stats +* remote driver cleanup +* remote driver publish This is enough to port [`update-dbg` image](https://github.com/falcosecurity/test-infra/tree/master/images/update-dbg) to make use of this tool instead of the currently used bash scripts. First benchmarks showed a tremendous perf improvement: old update-dbg scripts took around 50m on my laptop for a single driverversion. The new tool takes ~10s.