-
Notifications
You must be signed in to change notification settings - Fork 9
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
Lior Nabat
committed
Dec 16, 2022
1 parent
fc58676
commit c03a791
Showing
66 changed files
with
838 additions
and
192 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,35 @@ | ||
## kubemqctl build | ||
|
||
Load KubeMQ builder in browser | ||
|
||
### Synopsis | ||
|
||
Load KubeMQ builder in browser | ||
|
||
``` | ||
kubemqctl build [flags] | ||
``` | ||
|
||
### Examples | ||
|
||
``` | ||
kubemqctl build | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for build | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--config string set kubemqctl configuration file (default "./.kubemqctl.yaml") | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [kubemqctl](kubemqctl.md) - | ||
|
||
###### Auto generated by spf13/cobra on 16-Dec-2022 |
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,38 @@ | ||
## kubemqctl config access | ||
|
||
Config access command allows to set Kubemqctl access | ||
|
||
### Synopsis | ||
|
||
Config access command allows to set Kubemqctl access | ||
|
||
``` | ||
kubemqctl config access [flags] | ||
``` | ||
|
||
### Examples | ||
|
||
``` | ||
# Execute access configuration | ||
# kubemqctl config access | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for access | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--config string set kubemqctl configuration file (default "./.kubemqctl.yaml") | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [kubemqctl config](kubemqctl_config.md) - Run Kubemqctl configuration wizard command | ||
|
||
###### Auto generated by spf13/cobra on 16-Dec-2022 |
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,38 @@ | ||
## kubemqctl config connection | ||
|
||
Config connection command allows to set Kubemqctl connection | ||
|
||
### Synopsis | ||
|
||
Config connection command allows to set Kubemqctl connection | ||
|
||
``` | ||
kubemqctl config connection [flags] | ||
``` | ||
|
||
### Examples | ||
|
||
``` | ||
# Execute connection configuration | ||
# kubemqctl config connection | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for connection | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--config string set kubemqctl configuration file (default "./.kubemqctl.yaml") | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [kubemqctl config](kubemqctl_config.md) - Run Kubemqctl configuration wizard command | ||
|
||
###### Auto generated by spf13/cobra on 16-Dec-2022 |
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,38 @@ | ||
## kubemqctl config context | ||
|
||
Config context command allows to set Kubemqctl context | ||
|
||
### Synopsis | ||
|
||
Config context command allows to set Kubemqctl context | ||
|
||
``` | ||
kubemqctl config context [flags] | ||
``` | ||
|
||
### Examples | ||
|
||
``` | ||
# Execute context configuration | ||
# kubemqctl config context | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for context | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--config string set kubemqctl configuration file (default "./.kubemqctl.yaml") | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [kubemqctl config](kubemqctl_config.md) - Run Kubemqctl configuration wizard command | ||
|
||
###### Auto generated by spf13/cobra on 16-Dec-2022 |
Oops, something went wrong.