From 2e8df3ccf491b7a118239033cd253340b79521dd Mon Sep 17 00:00:00 2001 From: Jonas Bostoen Date: Thu, 13 Jul 2023 11:10:36 +0200 Subject: [PATCH] doc: update README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e347f36..cfc300c 100644 --- a/README.md +++ b/README.md @@ -23,3 +23,7 @@ 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. + +* `cbctl fiber trace block --hash ` or `cbctl fiber trace block --number ` + +Gets a block trace. Run `cbctl fiber trace block --help` for more info.