balena-cli/lib/actions
Gergely Imreh b4439b7d78
ssh: add --noninteractive flag not to suggest devices to connect to
The suggestion happens if the UUID supplied is not found. Because
of that function, it's impossible to do an atomic connect to a device
in non-interactive mode. The auto-suggestion results connecting to
the first available device, which is likely not the intended action.
The current workaround is running a `balena device UUID` and check
its exit code before running `balena ssh UUID`, but since these
are independent steps, still can connect to another device, if between
the two commands anything changes. With this flag used, one could never
connect accidentally to the wrong device due to suggestions.

Change-type: minor
Signed-off-by: Gergely Imreh <gergely@balena.io>
2019-03-12 11:50:17 +00:00
..
local Update 'balena help local flash' documentation re zipped images 2019-01-17 17:52:28 +00:00
api-key.ts Rename everything from 'resin' to 'balena' 2018-10-29 22:29:02 +01:00
app.coffee Rename everything from 'resin' to 'balena' 2018-10-29 22:29:02 +01:00
auth.coffee Fix up small docs typo 2018-12-28 08:40:18 -05:00
build.coffee Add registry-secrets help msg for build and deploy commands 2019-02-27 21:58:44 +00:00
command-options.ts ssh: correct the minimum OS version that allows host OS connection 2019-03-11 15:24:12 +00:00
config.coffee Add push --registry-secrets option for private docker registry authentication 2018-12-18 00:01:15 +00:00
deploy.coffee Fix 'unauthorized' error for additional members of legacy apps 2019-03-07 18:01:19 +00:00
device.coffee Rename everything from 'resin' to 'balena' 2018-10-29 22:29:02 +01:00
environment-variables.ts Minor doc updates (add DEBUG hint) 2019-03-04 19:53:18 +00:00
help.coffee Rename everything from 'resin' to 'balena' 2018-10-29 22:29:02 +01:00
index.coffee tunnel: Add the tunnel command 2019-02-15 16:08:00 +00:00
info.ts Rename everything from 'resin' to 'balena' 2018-10-29 22:29:02 +01:00
internal.coffee Make specifying the version during configuration optional 2018-11-16 19:39:43 +02:00
join.ts Include join and leave commands in API documentation 2018-11-16 16:02:43 +02:00
keys.coffee Rename everything from 'resin' to 'balena' 2018-10-29 22:29:02 +01:00
leave.ts Include join and leave commands in API documentation 2018-11-16 16:02:43 +02:00
logs.coffee Rename everything from 'resin' to 'balena' 2018-10-29 22:29:02 +01:00
notes.coffee Rename everything from 'resin' to 'balena' 2018-10-29 22:29:02 +01:00
os.coffee Wait for the device type compatibility check before showing the form 2018-12-14 15:46:27 +02:00
preload.coffee Don't offer to disable automatic application updates when using pinning 2019-01-22 14:44:16 +01:00
push.ts Harden 'remote-build' error handling (balena push) 2019-03-05 13:17:37 +00:00
settings.ts Rename everything from 'resin' to 'balena' 2018-10-29 22:29:02 +01:00
ssh.coffee ssh: add --noninteractive flag not to suggest devices to connect to 2019-03-12 11:50:17 +00:00
sync.ts Rename everything from 'resin' to 'balena' 2018-10-29 22:29:02 +01:00
tags.ts actions: Add resource tag operations 2018-12-10 23:05:48 +02:00
tunnel.ts tunnel: Refactor to improve log output 2019-02-20 21:42:59 +00:00
util.ts Update util available-drives action 2019-01-11 17:56:34 +01:00
wizard.coffee Rename everything from 'resin' to 'balena' 2018-10-29 22:29:02 +01:00