mirror of
https://github.com/openziti/zrok.git
synced 2025-04-11 21:08:26 +02:00
30 lines
702 B
Markdown
30 lines
702 B
Markdown
## zrok share reserved
|
|
|
|
Start a backend for a reserved share
|
|
|
|
```
|
|
zrok share reserved <shareToken> [flags]
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
--headless Disable TUI and run headless
|
|
-h, --help help for reserved
|
|
--insecure Enable insecure TLS certificate validation
|
|
--override-endpoint string Override the stored target endpoint with a replacement
|
|
```
|
|
|
|
### Options inherited from parent commands
|
|
|
|
```
|
|
-p, --panic Panic instead of showing pretty errors
|
|
-v, --verbose Enable verbose logging
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [zrok share](zrok_share.md) - Create backend access for shares
|
|
|
|
###### Auto generated by spf13/cobra on 1-Feb-2023
|