Skip to content

Commit 32d1b47

Browse files
authored
Merge pull request #310 from semaphore-protocol/docs/cli
Update the Readme file to add the new CLI commands Former-commit-id: faf7ff9
2 parents 4d4338d + cb3ff0f commit 32d1b47

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

packages/cli/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,10 @@ Options:
7575
-h, --help Display this help.
7676
7777
Commands:
78-
create <project-directory> Create a Semaphore project with a supported template.
79-
get-groups [options] Get the list of groups from a supported network (Goerli or Arbitrum).
80-
get-group [options] <group-id> Get the data of a group from a supported network (Goerli or Arbitrum).
81-
help [command] Display help for a specific command.
78+
create [options] [project-directory] Create a Semaphore project with a supported template.
79+
get-groups [options] Get the list of groups from a supported network (e.g. goerli or arbitrum).
80+
get-group [options] [group-id] Get the data of a group from a supported network (e.g. goerli or arbitrum).
81+
get-members [options] [group-id] Get the members of a group from a supported network (e.g. goerli or arbitrum).
82+
get-proofs [options] [group-id] Get the proofs from a supported network (e.g. goerli or arbitrum).
83+
help [command] Display help for a specific command.
8284
```

0 commit comments

Comments
 (0)