mirror of
https://github.com/openziti/zrok.git
synced 2025-05-29 06:17:29 +02:00
28 lines
496 B
Markdown
28 lines
496 B
Markdown
## zrok admin generate
|
|
|
|
Generate invite tokens
|
|
|
|
```
|
|
zrok admin generate [flags]
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
-n, --count int Number of tokens to generate (default 5)
|
|
-h, --help help for generate
|
|
```
|
|
|
|
### Options inherited from parent commands
|
|
|
|
```
|
|
-p, --panic Panic instead of showing pretty errors
|
|
-v, --verbose Enable verbose logging
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [zrok admin](zrok_admin.md) - Administration and operations functions
|
|
|
|
###### Auto generated by spf13/cobra on 1-Feb-2023
|