| gerrit sequence show - Display current sequence value. |
| _ssh_ -p <port> <host> _gerrit sequence show_ <NAME> |
| Gerrit maintains the generation of the next available sequence numbers for |
| account, group and change entities. The sequences are stored as UTF-8 text in |
| a blob pointed to by the `refs/sequences/accounts`, `refs/sequences/groups` |
| and `refs/sequences/changes` refs. Those refs are stored in `All-Users` and |
| `All-Projects` git repositories correspondingly. |
| This command allows to display the current sequence value for those sequences. |
| The link:cmd-sequence-set.html[sequence-set] command allows to set a new |
| Caller must be a member of the privileged 'Administrators' group. |
| This command is intended to be used in scripts. |
| Sequence name to show the current value for. |
| Currently supported values: |
| Display the current value for the 'changes' sequence: |
| $ ssh -p 29418 review.example.com gerrit sequence show changes |
| Part of link:index.html[Gerrit Code Review] |