Commit af662d3
Add ports command for instances and nodes (#441)
* Add ports command for instances and nodes
* 📝 Add docstrings to `agent/list-instance-ports`
Docstrings generation was requested by @callen-bot.
The following files were modified:
* `pkg/cmd/cmd.go`
* `pkg/cmd/ports/ports.go`
* `pkg/cmd/util/externalnode.go`
* `pkg/cmd/util/util.go`
These files were ignored:
* `pkg/cmd/ports/ports_test.go`
* `pkg/cmd/util/externalnode_test.go`
These file types are not supported:
* `.agents/skills/brev-cli/SKILL.md`
* `.agents/skills/brev-cli/reference/commands.md`
* Address ports review feedback
* Label SSH ports as network ports
* Refine ports list command
* Show ports list in command help
* Avoid guessing missing destination ports
---------
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>1 parent 5fc735b commit af662d3
8 files changed
Lines changed: 1050 additions & 25 deletions
File tree
- .agents/skills/brev-cli
- reference
- pkg/cmd
- ports
- util
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
173 | 177 | | |
174 | 178 | | |
175 | 179 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
466 | 466 | | |
467 | 467 | | |
468 | 468 | | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
469 | 514 | | |
470 | 515 | | |
471 | 516 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
276 | 277 | | |
277 | 278 | | |
278 | 279 | | |
| 280 | + | |
279 | 281 | | |
280 | 282 | | |
281 | 283 | | |
| |||
0 commit comments