Skip to content

Commit

Permalink
docs: updated CHANGELOG.md & docs (#169)
Browse files Browse the repository at this point in the history
docs: updated CHANGELOG.md & docs for v2.0.10
  • Loading branch information
github-actions[bot] authored Jul 11, 2023
1 parent 3c50614 commit e26ffd9
Show file tree
Hide file tree
Showing 181 changed files with 421 additions and 179 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## v2.0.10 (2023-07-11)

* [3c50614](https://github.com/easysoft/quickon_cli/commit/3c50614ff159230d097e4d04f0b649a5728179b4) refactor(app): add deprecated cmd app
* [65b93ad](https://github.com/easysoft/quickon_cli/commit/65b93ad20e89c9fcb394982afd4c3e824a96e0fc) style(fmt): fmt version show

### Contributors

* ysicing

## v2.0.9 (2023-06-29)

* [3b601fb](https://github.com/easysoft/quickon_cli/commit/3b601fbde654f6f458fa7f4901e687bdaae243f2) fix(pod): fix new version podinstall
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.10
2.0.11
3 changes: 2 additions & 1 deletion docs/qcadmin.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Easily bootstrap a secure control plane for QuCheng

### SEE ALSO

* [qcadmin app](qcadmin_app.md) - Manage Quickon applications
* [qcadmin bugreport](qcadmin_bugreport.md) - Display system information for bug report
* [qcadmin cluster](qcadmin_cluster.md) - Cluster commands
* [qcadmin experimental](qcadmin_experimental.md) - Experimental commands that may be modified or deprecated
Expand All @@ -29,4 +30,4 @@ Easily bootstrap a secure control plane for QuCheng
* [qcadmin upgrade](qcadmin_upgrade.md) - Upgrades the Qucheng cli or plugin to the newest version
* [qcadmin version](qcadmin_version.md) - Show version

###### Auto generated by spf13/cobra on 29-Jun-2023
###### Auto generated by spf13/cobra on 11-Jul-2023
10 changes: 5 additions & 5 deletions docs/qcadmin.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
class Qcadmin < Formula
desc "qcadmin is an open-source lightweight cli tool for managing quickon."
homepage "https://github.com/easysoft/quickon_cli"
version "2.0.9"
version "2.0.10"

on_macos do
if Hardware::CPU.arm?
url "https://github.com/easysoft/quickon_cli/releases/download/v#{version}/qcadmin_darwin_arm64"
sha256 "bb5ddd24e293b3fafe26b6baf82a8cebbde3a7223a949717a5e00ebdf09a340e"
sha256 "7692909891c3942df3cd49dd0973126ddbf07b5e0deb129f3a34b92c1ede0f5f"

def install
bin.install "qcadmin_darwin_arm64" => "qcadmin"
Expand All @@ -15,7 +15,7 @@ def install

if Hardware::CPU.intel?
url "https://github.com/easysoft/quickon_cli/releases/download/v#{version}/qcadmin_darwin_amd64"
sha256 "d57d179a4a800937c1fe09d478229943691aaf2a9112369f45822bc89cfa634c"
sha256 "d5f75bcca5e10ac8375d13e9c8b88bb337f0205e98c62eec148ab226dcf663e5"

def install
bin.install "qcadmin_darwin_amd64" => "qcadmin"
Expand All @@ -26,7 +26,7 @@ def install
on_linux do
if Hardware::CPU.intel?
url "https://github.com/easysoft/quickon_cli/releases/download/v#{version}/qcadmin_linux_amd64"
sha256 "71da2e7d5e2dd3b88e4b92ae8f61fbc5b187645e03e556519c4275d59d93d202"
sha256 "1cdd7f5bcb308730a973534b68035a3c66d68922093cbe5bdf3ee9040abedd26"

def install
bin.install "qcadmin_linux_amd64" => "qcadmin"
Expand All @@ -35,7 +35,7 @@ def install

if Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
url "https://github.com/easysoft/quickon_cli/releases/download/v#{version}/qcadmin_linux_arm64"
sha256 "0828391c5a07b8c1592bb6c5d2d6b5b4919e41a6fe9470a41640aa8985d7291c"
sha256 "7bf5e520d594a1cf82b99288893bcde9a447de08569b84410c4f4445d1c6a329"

def install
bin.install "qcadmin_linux_arm64" => "qcadmin"
Expand Down
29 changes: 29 additions & 0 deletions docs/qcadmin_app.md
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
34 changes: 34 additions & 0 deletions docs/qcadmin_app_exec.md
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
34 changes: 34 additions & 0 deletions docs/qcadmin_app_get.md
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
36 changes: 36 additions & 0 deletions docs/qcadmin_app_install.md
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
33 changes: 33 additions & 0 deletions docs/qcadmin_app_list.md
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
35 changes: 35 additions & 0 deletions docs/qcadmin_app_logs.md
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
31 changes: 31 additions & 0 deletions docs/qcadmin_app_market.md
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
2 changes: 1 addition & 1 deletion docs/qcadmin_bugreport.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ qcadmin bugreport [flags]

* [qcadmin](qcadmin.md) - Easily bootstrap a secure control plane for QuCheng

###### Auto generated by spf13/cobra on 29-Jun-2023
###### Auto generated by spf13/cobra on 11-Jul-2023
2 changes: 1 addition & 1 deletion docs/qcadmin_cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ Cluster commands
* [qcadmin cluster status](qcadmin_cluster_status.md) - status cluster
* [qcadmin cluster storage](qcadmin_cluster_storage.md) - storage commands

###### Auto generated by spf13/cobra on 29-Jun-2023
###### Auto generated by spf13/cobra on 11-Jul-2023
2 changes: 1 addition & 1 deletion docs/qcadmin_cluster_clean.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ qcadmin cluster clean [flags]

* [qcadmin cluster](qcadmin_cluster.md) - Cluster commands

###### Auto generated by spf13/cobra on 29-Jun-2023
###### Auto generated by spf13/cobra on 11-Jul-2023
2 changes: 1 addition & 1 deletion docs/qcadmin_cluster_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ qcadmin cluster delete [flags]

* [qcadmin cluster](qcadmin_cluster.md) - Cluster commands

###### Auto generated by spf13/cobra on 29-Jun-2023
###### Auto generated by spf13/cobra on 11-Jul-2023
2 changes: 1 addition & 1 deletion docs/qcadmin_cluster_init.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ qcadmin cluster init [flags]

* [qcadmin cluster](qcadmin_cluster.md) - Cluster commands

###### Auto generated by spf13/cobra on 29-Jun-2023
###### Auto generated by spf13/cobra on 11-Jul-2023
2 changes: 1 addition & 1 deletion docs/qcadmin_cluster_join.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ qcadmin cluster join [flags]

* [qcadmin cluster](qcadmin_cluster.md) - Cluster commands

###### Auto generated by spf13/cobra on 29-Jun-2023
###### Auto generated by spf13/cobra on 11-Jul-2023
2 changes: 1 addition & 1 deletion docs/qcadmin_cluster_precheck.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ qcadmin cluster precheck [flags]

* [qcadmin cluster](qcadmin_cluster.md) - Cluster commands

###### Auto generated by spf13/cobra on 29-Jun-2023
###### Auto generated by spf13/cobra on 11-Jul-2023
2 changes: 1 addition & 1 deletion docs/qcadmin_cluster_status.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ qcadmin cluster status [flags]

* [qcadmin cluster](qcadmin_cluster.md) - Cluster commands

###### Auto generated by spf13/cobra on 29-Jun-2023
###### Auto generated by spf13/cobra on 11-Jul-2023
2 changes: 1 addition & 1 deletion docs/qcadmin_cluster_storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ manage cluster storage
* [qcadmin cluster storage nfs](qcadmin_cluster_storage_nfs.md) - deploy nfs storage
* [qcadmin cluster storage set-default](qcadmin_cluster_storage_set-default.md) - set default storage class

###### Auto generated by spf13/cobra on 29-Jun-2023
###### Auto generated by spf13/cobra on 11-Jul-2023
2 changes: 1 addition & 1 deletion docs/qcadmin_cluster_storage_nfs.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ qcadmin cluster storage nfs [flags]

* [qcadmin cluster storage](qcadmin_cluster_storage.md) - storage commands

###### Auto generated by spf13/cobra on 29-Jun-2023
###### Auto generated by spf13/cobra on 11-Jul-2023
2 changes: 1 addition & 1 deletion docs/qcadmin_cluster_storage_set-default.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ qcadmin cluster storage set-default [flags]

* [qcadmin cluster storage](qcadmin_cluster_storage.md) - storage commands

###### Auto generated by spf13/cobra on 29-Jun-2023
###### Auto generated by spf13/cobra on 11-Jul-2023
2 changes: 1 addition & 1 deletion docs/qcadmin_experimental.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ Experimental commands that may be modified or deprecated
* [qcadmin experimental ssh](qcadmin_experimental_ssh.md) - ssh util tool
* [qcadmin experimental tools](qcadmin_experimental_tools.md) - custom op tools

###### Auto generated by spf13/cobra on 29-Jun-2023
###### Auto generated by spf13/cobra on 11-Jul-2023
2 changes: 1 addition & 1 deletion docs/qcadmin_experimental_helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ The Kubernetes package manager
* [qcadmin experimental helm uninstall](qcadmin_experimental_helm_uninstall.md) - uninstall a chart
* [qcadmin experimental helm upgrade](qcadmin_experimental_helm_upgrade.md) - upgrade a release

###### Auto generated by spf13/cobra on 29-Jun-2023
###### Auto generated by spf13/cobra on 11-Jul-2023
2 changes: 1 addition & 1 deletion docs/qcadmin_experimental_helm_clean.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ qcadmin experimental helm clean [flags]

* [qcadmin experimental helm](qcadmin_experimental_helm.md) - The Kubernetes package manager

###### Auto generated by spf13/cobra on 29-Jun-2023
###### Auto generated by spf13/cobra on 11-Jul-2023
Loading

0 comments on commit e26ffd9

Please sign in to comment.