mirror of
https://github.com/openziti/zrok.git
synced 2025-05-29 14:21:17 +02:00
27 lines
480 B
Markdown
27 lines
480 B
Markdown
## zrok admin create identity
|
|
|
|
Create an identity and policies for a public frontend
|
|
|
|
```
|
|
zrok admin create identity <name> [flags]
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help help for identity
|
|
```
|
|
|
|
### Options inherited from parent commands
|
|
|
|
```
|
|
-p, --panic Panic instead of showing pretty errors
|
|
-v, --verbose Enable verbose logging
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [zrok admin create](zrok_admin_create.md) - Create global resources
|
|
|
|
###### Auto generated by spf13/cobra on 1-Feb-2023
|