Skip to content

Commit

Permalink
feat(tool docs): add netstat document
Browse files Browse the repository at this point in the history
  • Loading branch information
neargle committed May 18, 2024
1 parent 6332403 commit aafe2a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ cdk ps
|---|---|---|---|
|nc|TCP Tunnel||[link](https://github.com/cdk-team/CDK/wiki/Tool:-nc)|
|ps|Process Information||[link](https://github.com/cdk-team/CDK/wiki/Tool:-ps)|
|netstat|Like "netstat -antup" command|||
|ifconfig|Network Information||[link](https://github.com/cdk-team/CDK/wiki/Tool:-ifconfig)|
|vi|Edit Files||[link](https://github.com/cdk-team/CDK/wiki/Tool:-vi)|
|ectl|Unauthorized enumeration of ectd keys|||
Expand Down
1 change: 1 addition & 0 deletions pkg/cli/banner.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ var BannerContainerTpl = BannerHeader + `
%s
vi <file> Edit files in container like "vi" command.
ps Show process information like "ps -ef" command.
netstat Like "netstat -antup" command.
nc [options] Create TCP tunnel.
ifconfig Show network information.
kcurl <path> (get|post) <uri> [<data>] Make request to K8s api-server.
Expand Down

0 comments on commit aafe2a4

Please sign in to comment.