Skip to content

Commit b78479b

Browse files
ysicinggithub-actions[bot]
authored andcommitted
docs: updated CHANGELOG.md & docs
🤖 add release changelog using rebot. Signed-off-by: GitHub <noreply@github.com>
1 parent ca4cf7e commit b78479b

38 files changed

+53
-42
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## v0.3.8 (2023-10-06)
4+
5+
* [ca4cf7e](https://github.com/ysicing/tiga/commit/ca4cf7e209c0cec4ba47c0539cff87dae8c8ea50) feat(nnr): update nnr show
6+
* [33a622a](https://github.com/ysicing/tiga/commit/33a622abe7fd53b4b963950b8057fc4b68cb1c83) build(deps): bump github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/cvm
7+
8+
### Contributors
9+
10+
* dependabot[bot]
11+
* ysicing
12+
313
## v0.3.7 (2023-10-05)
414

515
* [17662e3](https://github.com/ysicing/tiga/commit/17662e32e6c4717941be5162ef642d2561914dc1) feat(nnr): add nnr support

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.8
1+
0.3.9

docs/tiga.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ tiga [flags]
2828
* [tiga version](tiga_version.md) - Show version
2929
* [tiga xray](tiga_xray.md) - xray tools
3030

31-
###### Auto generated by spf13/cobra on 5-Oct-2023
31+
###### Auto generated by spf13/cobra on 6-Oct-2023

docs/tiga.rb

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
class Tiga < Formula
22
desc "Simple and powerful tool for senior restart engineer"
33
homepage "https://github.com/ysicing/tiga"
4-
version "0.3.7"
4+
version "0.3.8"
55

66
on_macos do
77
if Hardware::CPU.arm?
88
url "https://github.com/ysicing/tiga/releases/download/v#{version}/tiga_darwin_arm64"
9-
sha256 "ed9a3d10c102430cc865e78fabb1785d268e5a7191b7aec821c61511dfc84d47"
9+
sha256 "9bdfa89f98e6f40a95c4db7db610fa779b32637c1bb970ee21a17ee98d6ab493"
1010

1111
def install
1212
bin.install "tiga_darwin_arm64" => "tiga"
@@ -15,7 +15,7 @@ def install
1515

1616
if Hardware::CPU.intel?
1717
url "https://github.com/ysicing/tiga/releases/download/v#{version}/tiga_darwin_amd64"
18-
sha256 "b445170886797c2a0385075494931fc960c4bab4ae850f24f31770ef33c7b13f"
18+
sha256 "69d5294395db664218035a4d6b3796b3222f02d327e9755f8bfcaba90338eb1f"
1919

2020
def install
2121
bin.install "tiga_darwin_amd64" => "tiga"
@@ -26,7 +26,7 @@ def install
2626
on_linux do
2727
if Hardware::CPU.intel?
2828
url "https://github.com/ysicing/tiga/releases/download/v#{version}/tiga_linux_amd64"
29-
sha256 "515e73927cb0443394529fab5e5a8e3d17fd1c69ec87223129a95a8e571310f0"
29+
sha256 "a07d32eab51feb1e83e5334e6d54681a78b9453d1c986c2349ed8fb4cad5afdc"
3030

3131
def install
3232
bin.install "tiga_linux_amd64" => "tiga"
@@ -35,7 +35,7 @@ def install
3535

3636
if Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
3737
url "https://github.com/ysicing/tiga/releases/download/v#{version}/tiga_linux_arm64"
38-
sha256 "5115d1dbeb42a7b5cc5eb85c90739f6afc98dbd8315b61b7bd28a50ccb3b6747"
38+
sha256 "03bcfd407d705d21b473d8978673ab8ec873954453d1fb29d84e820767dc7fc3"
3939

4040
def install
4141
bin.install "tiga_linux_arm64" => "tiga"

docs/tiga_app.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ app
2121
* [tiga](tiga.md) - Tiga is a cli tool for senior restart engineer
2222
* [tiga app install](tiga_app_install.md) - Install app
2323

24-
###### Auto generated by spf13/cobra on 5-Oct-2023
24+
###### Auto generated by spf13/cobra on 6-Oct-2023

docs/tiga_app_install.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ Install app
3030
* [tiga app](tiga_app.md) - app
3131
* [tiga app install go](tiga_app_install_go.md) - Install Go
3232

33-
###### Auto generated by spf13/cobra on 5-Oct-2023
33+
###### Auto generated by spf13/cobra on 6-Oct-2023

docs/tiga_app_install_go.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ tiga app install go [flags]
3838

3939
* [tiga app install](tiga_app_install.md) - Install app
4040

41-
###### Auto generated by spf13/cobra on 5-Oct-2023
41+
###### Auto generated by spf13/cobra on 6-Oct-2023

docs/tiga_clash.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ clash tools
2121
* [tiga](tiga.md) - Tiga is a cli tool for senior restart engineer
2222
* [tiga clash filter](tiga_clash_filter.md) - filter proxy
2323

24-
###### Auto generated by spf13/cobra on 5-Oct-2023
24+
###### Auto generated by spf13/cobra on 6-Oct-2023

docs/tiga_clash_filter.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ tiga clash filter [flags]
2727

2828
* [tiga clash](tiga_clash.md) - clash tools
2929

30-
###### Auto generated by spf13/cobra on 5-Oct-2023
30+
###### Auto generated by spf13/cobra on 6-Oct-2023

docs/tiga_debug.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ debug, not a stable interface, contains misc debug facilities
44

55
### Synopsis
66

7-
"/tmp/go-build3559696930/b001/exe/docs debug" contains misc debug facilities; it is not a stable interface.
7+
"/tmp/go-build123656698/b001/exe/docs debug" contains misc debug facilities; it is not a stable interface.
88

99
### Options
1010

@@ -31,4 +31,4 @@ debug, not a stable interface, contains misc debug facilities
3131
* [tiga debug netcheck](tiga_debug_netcheck.md) - netcheck
3232
* [tiga debug test-cn-route](tiga_debug_test-cn-route.md) - 测试三网回程路由
3333

34-
###### Auto generated by spf13/cobra on 5-Oct-2023
34+
###### Auto generated by spf13/cobra on 6-Oct-2023

docs/tiga_debug_clean-cache.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ tiga debug clean-cache [flags]
2424

2525
* [tiga debug](tiga_debug.md) - debug, not a stable interface, contains misc debug facilities
2626

27-
###### Auto generated by spf13/cobra on 5-Oct-2023
27+
###### Auto generated by spf13/cobra on 6-Oct-2023

docs/tiga_debug_download.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ tiga debug download [flags]
2525

2626
* [tiga debug](tiga_debug.md) - debug, not a stable interface, contains misc debug facilities
2727

28-
###### Auto generated by spf13/cobra on 5-Oct-2023
28+
###### Auto generated by spf13/cobra on 6-Oct-2023

docs/tiga_debug_gops.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ tiga debug gops [flags]
2626
* [tiga debug gops process](tiga_debug_gops_process.md) - Prints information about a Go process.
2727
* [tiga debug gops tree](tiga_debug_gops_tree.md) - Display parent-child tree for Go processes.
2828

29-
###### Auto generated by spf13/cobra on 5-Oct-2023
29+
###### Auto generated by spf13/cobra on 6-Oct-2023

docs/tiga_debug_gops_process.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ tiga debug gops process [flags]
3333

3434
* [tiga debug gops](tiga_debug_gops.md) - gops is a tool to list and diagnose Go processes.
3535

36-
###### Auto generated by spf13/cobra on 5-Oct-2023
36+
###### Auto generated by spf13/cobra on 6-Oct-2023

docs/tiga_debug_gops_tree.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ tiga debug gops tree [flags]
2424

2525
* [tiga debug gops](tiga_debug_gops.md) - gops is a tool to list and diagnose Go processes.
2626

27-
###### Auto generated by spf13/cobra on 5-Oct-2023
27+
###### Auto generated by spf13/cobra on 6-Oct-2023

docs/tiga_debug_hostinfo.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ tiga debug hostinfo [flags]
2424

2525
* [tiga debug](tiga_debug.md) - debug, not a stable interface, contains misc debug facilities
2626

27-
###### Auto generated by spf13/cobra on 5-Oct-2023
27+
###### Auto generated by spf13/cobra on 6-Oct-2023

docs/tiga_debug_mmdb.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ tiga debug mmdb [flags]
2525

2626
* [tiga debug](tiga_debug.md) - debug, not a stable interface, contains misc debug facilities
2727

28-
###### Auto generated by spf13/cobra on 5-Oct-2023
28+
###### Auto generated by spf13/cobra on 6-Oct-2023

docs/tiga_debug_netcheck.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ tiga debug netcheck [flags]
2424

2525
* [tiga debug](tiga_debug.md) - debug, not a stable interface, contains misc debug facilities
2626

27-
###### Auto generated by spf13/cobra on 5-Oct-2023
27+
###### Auto generated by spf13/cobra on 6-Oct-2023

docs/tiga_debug_test-cn-route.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ tiga debug test-cn-route [flags]
2828

2929
* [tiga debug](tiga_debug.md) - debug, not a stable interface, contains misc debug facilities
3030

31-
###### Auto generated by spf13/cobra on 5-Oct-2023
31+
###### Auto generated by spf13/cobra on 6-Oct-2023

docs/tiga_nnr.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ nnr tools
2323
* [tiga nnr nodes](tiga_nnr_nodes.md) - list servers
2424
* [tiga nnr rules](tiga_nnr_rules.md) - list rules
2525

26-
###### Auto generated by spf13/cobra on 5-Oct-2023
26+
###### Auto generated by spf13/cobra on 6-Oct-2023

docs/tiga_nnr_nodes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ tiga nnr nodes [flags]
2525

2626
* [tiga nnr](tiga_nnr.md) - nnr tools
2727

28-
###### Auto generated by spf13/cobra on 5-Oct-2023
28+
###### Auto generated by spf13/cobra on 6-Oct-2023

docs/tiga_nnr_rules.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ tiga nnr rules [flags]
99
### Options
1010

1111
```
12+
--all all output
1213
-h, --help help for rules
1314
```
1415

@@ -25,4 +26,4 @@ tiga nnr rules [flags]
2526

2627
* [tiga nnr](tiga_nnr.md) - nnr tools
2728

28-
###### Auto generated by spf13/cobra on 5-Oct-2023
29+
###### Auto generated by spf13/cobra on 6-Oct-2023

docs/tiga_plugin.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ provides utilities for interacting with plugins
2323
* [tiga plugin list](tiga_plugin_list.md) - list all visible plugins executable by tiga on your PATH
2424
* [tiga plugin search](tiga_plugin_search.md) - search plugin from repository
2525

26-
###### Auto generated by spf13/cobra on 5-Oct-2023
26+
###### Auto generated by spf13/cobra on 6-Oct-2023

docs/tiga_plugin_install.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ tiga plugin install [flags]
3131

3232
* [tiga plugin](tiga_plugin.md) - provides utilities for interacting with plugins
3333

34-
###### Auto generated by spf13/cobra on 5-Oct-2023
34+
###### Auto generated by spf13/cobra on 6-Oct-2023

docs/tiga_plugin_list.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ tiga plugin list [flags]
3232

3333
* [tiga plugin](tiga_plugin.md) - provides utilities for interacting with plugins
3434

35-
###### Auto generated by spf13/cobra on 5-Oct-2023
35+
###### Auto generated by spf13/cobra on 6-Oct-2023

docs/tiga_plugin_search.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ tiga plugin search [flags]
3232

3333
* [tiga plugin](tiga_plugin.md) - provides utilities for interacting with plugins
3434

35-
###### Auto generated by spf13/cobra on 5-Oct-2023
35+
###### Auto generated by spf13/cobra on 6-Oct-2023

docs/tiga_repo.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ manage custom plugin indexes
2424
* [tiga repo list](tiga_repo_list.md) - List configured indexes
2525
* [tiga repo update](tiga_repo_update.md) - Update index
2626

27-
###### Auto generated by spf13/cobra on 5-Oct-2023
27+
###### Auto generated by spf13/cobra on 6-Oct-2023

docs/tiga_repo_add.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ tiga repo add <name> <url>
3030

3131
* [tiga repo](tiga_repo.md) - manage custom plugin indexes
3232

33-
###### Auto generated by spf13/cobra on 5-Oct-2023
33+
###### Auto generated by spf13/cobra on 6-Oct-2023

docs/tiga_repo_delete.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ tiga repo delete <name>
3030

3131
* [tiga repo](tiga_repo.md) - manage custom plugin indexes
3232

33-
###### Auto generated by spf13/cobra on 5-Oct-2023
33+
###### Auto generated by spf13/cobra on 6-Oct-2023

docs/tiga_repo_list.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ tiga repo list [flags]
2525

2626
* [tiga repo](tiga_repo.md) - manage custom plugin indexes
2727

28-
###### Auto generated by spf13/cobra on 5-Oct-2023
28+
###### Auto generated by spf13/cobra on 6-Oct-2023

docs/tiga_repo_update.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ tiga repo update [flags]
2525

2626
* [tiga repo](tiga_repo.md) - manage custom plugin indexes
2727

28-
###### Auto generated by spf13/cobra on 5-Oct-2023
28+
###### Auto generated by spf13/cobra on 6-Oct-2023

docs/tiga_system.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ system ops tools
2525
* [tiga](tiga.md) - Tiga is a cli tool for senior restart engineer
2626
* [tiga system debian](tiga_system_debian.md) - debian ops tools
2727

28-
###### Auto generated by spf13/cobra on 5-Oct-2023
28+
###### Auto generated by spf13/cobra on 6-Oct-2023

docs/tiga_system_debian.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ debian ops tools
2525
* [tiga system](tiga_system.md) - system ops tools
2626
* [tiga system debian swap](tiga_system_debian_swap.md) - swap op
2727

28-
###### Auto generated by spf13/cobra on 5-Oct-2023
28+
###### Auto generated by spf13/cobra on 6-Oct-2023

docs/tiga_system_debian_swap.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ tiga system debian swap [flags]
2929

3030
* [tiga system debian](tiga_system_debian.md) - debian ops tools
3131

32-
###### Auto generated by spf13/cobra on 5-Oct-2023
32+
###### Auto generated by spf13/cobra on 6-Oct-2023

docs/tiga_upgrade.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ tiga upgrade [flags]
2424

2525
* [tiga](tiga.md) - Tiga is a cli tool for senior restart engineer
2626

27-
###### Auto generated by spf13/cobra on 5-Oct-2023
27+
###### Auto generated by spf13/cobra on 6-Oct-2023

docs/tiga_version.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ tiga version [flags]
2424

2525
* [tiga](tiga.md) - Tiga is a cli tool for senior restart engineer
2626

27-
###### Auto generated by spf13/cobra on 5-Oct-2023
27+
###### Auto generated by spf13/cobra on 6-Oct-2023

docs/tiga_xray.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ xray tools
2222
* [tiga](tiga.md) - Tiga is a cli tool for senior restart engineer
2323
* [tiga xray traffic](tiga_xray_traffic.md) - traffic
2424

25-
###### Auto generated by spf13/cobra on 5-Oct-2023
25+
###### Auto generated by spf13/cobra on 6-Oct-2023

docs/tiga_xray_traffic.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ tiga xray traffic [flags]
2626

2727
* [tiga xray](tiga_xray.md) - xray tools
2828

29-
###### Auto generated by spf13/cobra on 5-Oct-2023
29+
###### Auto generated by spf13/cobra on 6-Oct-2023

0 commit comments

Comments
 (0)