-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3c6f272
commit e4de726
Showing
40 changed files
with
254 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
## kvdictl sessions create | ||
|
||
Launch a VDI session | ||
|
||
``` | ||
kvdictl sessions create [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for create | ||
--namespace string the namespace to launch the template in | ||
--service-account string a service account to attach to the session | ||
--template string the template to launch | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
-C, --ca-file string the CA certificate to use to verify the API certificate | ||
-c, --config string configuration file (default "$HOME/.kvdi.yaml") | ||
-f, --filter string a jmespath expression for filtering results (where applicable) | ||
-k, --insecure-skip-verify skip verification of the API server certificate | ||
-o, --output string the format to dump results in (default "json") | ||
-s, --server string the address to the kvdi API server (default "https://127.0.0.1") | ||
-u, --user string the username to use when authenticating against the API (default "admin") | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [kvdictl sessions](kvdictl_sessions.md) - Desktop sessions commands | ||
|
||
###### Auto generated by spf13/cobra on 28-Feb-2021 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
## kvdictl sessions delete | ||
|
||
Terminate VDI sessions | ||
|
||
``` | ||
kvdictl sessions delete [SESSIONS...] [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for delete | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
-C, --ca-file string the CA certificate to use to verify the API certificate | ||
-c, --config string configuration file (default "$HOME/.kvdi.yaml") | ||
-f, --filter string a jmespath expression for filtering results (where applicable) | ||
-k, --insecure-skip-verify skip verification of the API server certificate | ||
-o, --output string the format to dump results in (default "json") | ||
-s, --server string the address to the kvdi API server (default "https://127.0.0.1") | ||
-u, --user string the username to use when authenticating against the API (default "admin") | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [kvdictl sessions](kvdictl_sessions.md) - Desktop sessions commands | ||
|
||
###### Auto generated by spf13/cobra on 28-Feb-2021 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
## kvdictl sessions proxy | ||
|
||
Proxy VDI sessions to the local machine | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for proxy | ||
--host string the host to bind the listener to (default "127.0.0.1") | ||
--port int the port to bind the listener to (default 5900) | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
-C, --ca-file string the CA certificate to use to verify the API certificate | ||
-c, --config string configuration file (default "$HOME/.kvdi.yaml") | ||
-f, --filter string a jmespath expression for filtering results (where applicable) | ||
-k, --insecure-skip-verify skip verification of the API server certificate | ||
-o, --output string the format to dump results in (default "json") | ||
-s, --server string the address to the kvdi API server (default "https://127.0.0.1") | ||
-u, --user string the username to use when authenticating against the API (default "admin") | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [kvdictl sessions](kvdictl_sessions.md) - Desktop sessions commands | ||
* [kvdictl sessions proxy audio](kvdictl_sessions_proxy_audio.md) - Proxy a session's audio | ||
* [kvdictl sessions proxy display](kvdictl_sessions_proxy_display.md) - Proxy a session's display | ||
|
||
###### Auto generated by spf13/cobra on 28-Feb-2021 |
Oops, something went wrong.