-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: updated CHANGELOG.md & docs (#169)
docs: updated CHANGELOG.md & docs for v2.0.10
- Loading branch information
1 parent
3c50614
commit e26ffd9
Showing
181 changed files
with
421 additions
and
179 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.0.10 | ||
2.0.11 |
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,29 @@ | ||
## qcadmin app | ||
|
||
Manage Quickon applications | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for app | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--config string The qcadmin config file to use | ||
--debug Prints the stack trace if an error occurs | ||
--silent Run in silent mode and prevents any qcadmin log output except panics & fatals | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [qcadmin](qcadmin.md) - Easily bootstrap a secure control plane for QuCheng | ||
* [qcadmin app exec](qcadmin_app_exec.md) - exec app | ||
* [qcadmin app get](qcadmin_app_get.md) - get app info | ||
* [qcadmin app install](qcadmin_app_install.md) - install app | ||
* [qcadmin app list](qcadmin_app_list.md) - list app | ||
* [qcadmin app logs](qcadmin_app_logs.md) - logs app | ||
* [qcadmin app market](qcadmin_app_market.md) - app market | ||
|
||
###### Auto generated by spf13/cobra on 11-Jul-2023 |
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 @@ | ||
## qcadmin app exec | ||
|
||
exec app | ||
|
||
``` | ||
qcadmin app exec [flags] | ||
``` | ||
|
||
### Examples | ||
|
||
``` | ||
q app exec http://console.efbb.haogs.cn/instance-view-39.html | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
--api-useip api use ip | ||
-h, --help help for exec | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--config string The qcadmin config file to use | ||
--debug Prints the stack trace if an error occurs | ||
--silent Run in silent mode and prevents any qcadmin log output except panics & fatals | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [qcadmin app](qcadmin_app.md) - Manage Quickon applications | ||
|
||
###### Auto generated by spf13/cobra on 11-Jul-2023 |
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 @@ | ||
## qcadmin app get | ||
|
||
get app info | ||
|
||
``` | ||
qcadmin app get [flags] | ||
``` | ||
|
||
### Examples | ||
|
||
``` | ||
q get app https://efbb.haogs.cn/instance-view-39.html | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
--api-useip api use ip | ||
-h, --help help for get | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--config string The qcadmin config file to use | ||
--debug Prints the stack trace if an error occurs | ||
--silent Run in silent mode and prevents any qcadmin log output except panics & fatals | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [qcadmin app](qcadmin_app.md) - Manage Quickon applications | ||
|
||
###### Auto generated by spf13/cobra on 11-Jul-2023 |
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,36 @@ | ||
## qcadmin app install | ||
|
||
install app | ||
|
||
``` | ||
qcadmin app install [flags] | ||
``` | ||
|
||
### Examples | ||
|
||
``` | ||
q app install -n zentao or q app install zentao | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
--api-useip api use ip (default true) | ||
-d, --domain string app subdomain | ||
-h, --help help for install | ||
-n, --name string app name (default "zentao") | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--config string The qcadmin config file to use | ||
--debug Prints the stack trace if an error occurs | ||
--silent Run in silent mode and prevents any qcadmin log output except panics & fatals | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [qcadmin app](qcadmin_app.md) - Manage Quickon applications | ||
|
||
###### Auto generated by spf13/cobra on 11-Jul-2023 |
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,33 @@ | ||
## qcadmin app list | ||
|
||
list app | ||
|
||
``` | ||
qcadmin app list [flags] | ||
``` | ||
|
||
### Examples | ||
|
||
``` | ||
q app list | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for list | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--config string The qcadmin config file to use | ||
--debug Prints the stack trace if an error occurs | ||
--silent Run in silent mode and prevents any qcadmin log output except panics & fatals | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [qcadmin app](qcadmin_app.md) - Manage Quickon applications | ||
|
||
###### Auto generated by spf13/cobra on 11-Jul-2023 |
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 @@ | ||
## qcadmin app logs | ||
|
||
logs app | ||
|
||
``` | ||
qcadmin app logs [flags] | ||
``` | ||
|
||
### Examples | ||
|
||
``` | ||
q app logs http://console.efbb.haogs.cn/instance-view-39.html | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
--api-useip api use ip | ||
-h, --help help for logs | ||
-p, --previous If true, print the logs for the previous instance of the container in a pod if it exists. | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--config string The qcadmin config file to use | ||
--debug Prints the stack trace if an error occurs | ||
--silent Run in silent mode and prevents any qcadmin log output except panics & fatals | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [qcadmin app](qcadmin_app.md) - Manage Quickon applications | ||
|
||
###### Auto generated by spf13/cobra on 11-Jul-2023 |
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 @@ | ||
## qcadmin app market | ||
|
||
app market | ||
|
||
### Synopsis | ||
|
||
app market, you can choose app to install | ||
|
||
``` | ||
qcadmin app market [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for market | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--config string The qcadmin config file to use | ||
--debug Prints the stack trace if an error occurs | ||
--silent Run in silent mode and prevents any qcadmin log output except panics & fatals | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [qcadmin app](qcadmin_app.md) - Manage Quickon applications | ||
|
||
###### Auto generated by spf13/cobra on 11-Jul-2023 |
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
Oops, something went wrong.