Skip to content

Commit

Permalink
Merge pull request #310 from semaphore-protocol/docs/cli
Browse files Browse the repository at this point in the history
Update the Readme file to add the new CLI commands

Former-commit-id: faf7ff9
  • Loading branch information
cedoor authored Apr 20, 2023
2 parents 4d4338d + cb3ff0f commit 32d1b47
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,10 @@ Options:
-h, --help Display this help.
Commands:
create <project-directory> 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] <group-id> 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.
```

0 comments on commit 32d1b47

Please sign in to comment.