mirror of
https://github.com/openziti/zrok.git
synced 2025-04-30 14:14:29 +02:00
29 lines
610 B
Markdown
29 lines
610 B
Markdown
## zrok admin bootstrap
|
|
|
|
Bootstrap the underlying Ziti network for zrok
|
|
|
|
```
|
|
zrok admin bootstrap <configPath> [flags]
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help help for bootstrap
|
|
--skip-ctrl Skip controller (ctrl) identity bootstrapping
|
|
--skip-frontend Slip frontend identity bootstrapping
|
|
```
|
|
|
|
### 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
|