mirror of
https://github.com/openziti/zrok.git
synced 2025-04-30 14:14:29 +02:00
27 lines
487 B
Markdown
27 lines
487 B
Markdown
## zrok admin create frontend
|
|
|
|
Create a global public frontend
|
|
|
|
```
|
|
zrok admin create frontend <zitiId> <publicName> <urlTemplate> [flags]
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help help for frontend
|
|
```
|
|
|
|
### 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
|