From cb3ff0fcb89af83fcdb014d4cba58d74947f66b7 Mon Sep 17 00:00:00 2001 From: vplasencia Date: Thu, 20 Apr 2023 10:15:51 +0200 Subject: [PATCH] docs(cli): update the readme file to add the new commands Former-commit-id: e7ceb37503202df61127b1333d29f6dee6db5c91 --- packages/cli/README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/packages/cli/README.md b/packages/cli/README.md index 189fb230f..43fe4bf64 100644 --- a/packages/cli/README.md +++ b/packages/cli/README.md @@ -75,8 +75,10 @@ Options: -h, --help Display this help. Commands: -create Create a Semaphore project with a supported template. -get-groups [options] Get the list of groups from a supported network (Goerli or Arbitrum). -get-group [options] Get the data of a group from a supported network (Goerli or Arbitrum). -help [command] Display help for a specific command. + create [options] [project-directory] Create a Semaphore project with a supported template. + get-groups [options] Get the list of groups from a supported network (e.g. goerli or arbitrum). + get-group [options] [group-id] Get the data of a group from a supported network (e.g. goerli or arbitrum). + get-members [options] [group-id] Get the members of a group from a supported network (e.g. goerli or arbitrum). + get-proofs [options] [group-id] Get the proofs from a supported network (e.g. goerli or arbitrum). + help [command] Display help for a specific command. ```