From fe353401a45a4f1c84ff640d9b38b31aad9d558e Mon Sep 17 00:00:00 2001 From: Jonas Bostoen Date: Fri, 5 May 2023 14:57:35 +0200 Subject: [PATCH] doc: update README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e9cc6b6..db52961 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ cbctl init --key The `fiber` subcommand let's you interact with the Fiber backend. * `cbctl fiber quota` + Gets your quota for the current billing period. * `cbctl fiber trace tx --hash ` + Gets the trace for a transaction. Run `cbctl fiber trace tx --help` for more info.