Commit c5959bb
authored
feat!: add commands from the ps-exec plugin to the core CLI (#3582)
* feat: add ssh lib functions
* feat: add exec helper functions
* feat: add ps:copy command
* feat: add ps:exec command
* feat: add ps:forward command
* feat: add ps:socks command
* fix: add stderr output for ps:exec command
* fix: remove unnecessary messages from ps:socks command
* fix: fixes for the ps:exec and the ps:copy commands
* fix: fix the ps:forward and ps:socks commands
* fix: fix help text for ps:copy, ps:exec, ps:forward, and ps:socks
* fix: fix linting error in ps-exec/ssh.ts
* test: test fixes1 parent 4f7621a commit c5959bb
File tree
17 files changed
+3015
-1036
lines changed- src
- commands/ps
- lib/ps-exec
- types
- test/unit
- commands/ps
- lib/ps-exec
17 files changed
+3015
-1036
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
132 | 133 | | |
133 | 134 | | |
134 | 135 | | |
| 136 | + | |
135 | 137 | | |
136 | 138 | | |
137 | 139 | | |
| |||
282 | 284 | | |
283 | 285 | | |
284 | 286 | | |
| 287 | + | |
285 | 288 | | |
286 | 289 | | |
287 | 290 | | |
| |||
290 | 293 | | |
291 | 294 | | |
292 | 295 | | |
| 296 | + | |
293 | 297 | | |
294 | 298 | | |
295 | 299 | | |
| |||
339 | 343 | | |
340 | 344 | | |
341 | 345 | | |
| 346 | + | |
342 | 347 | | |
343 | 348 | | |
344 | 349 | | |
| |||
0 commit comments