Skip to content

Commit c5959bb

Browse files
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 fixes
1 parent 4f7621a commit c5959bb

File tree

17 files changed

+3015
-1036
lines changed

17 files changed

+3015
-1036
lines changed

.eslintrc.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ module.exports = {
1515
{
1616
files: ['**/test/**/*.ts', '**/test/**/*.js', 'test/**/*.ts', 'test/**/*.js'],
1717
rules: {
18+
'@typescript-eslint/no-unused-expressions': 'off',
1819
'mocha/prefer-arrow-callback': 'off',
1920
'prefer-arrow-callback': 'off',
2021
},

cspell-dictionary.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ autoloaded
2929
autoscale
3030
autovacuum
3131
awscli
32+
barsize
3233
baseport
3334
bindkey
3435
binrun
@@ -132,6 +133,7 @@ ituples
132133
jedec
133134
keyevent
134135
keyout
136+
keypair
135137
keysize
136138
keyspace
137139
killall
@@ -282,6 +284,7 @@ postrun
282284
preauth
283285
prerun
284286
preupdate
287+
privkeypem
285288
processname
286289
processtype
287290
procfile
@@ -290,6 +293,7 @@ psubscribe
290293
psut
291294
psql
292295
psqlrc
296+
pubkeypem
293297
pvpr
294298
pxxxxxxxx
295299
qqjs
@@ -339,6 +343,7 @@ snapcraft
339343
snapcraftctl
340344
sniendpoint
341345
snyk
346+
socksv
342347
someplugin
343348
somethingelse
344349
someuser

0 commit comments

Comments
 (0)