Juan Cruz Viotti
6954da4a24
Merge pull request #407 from resin-io/add-shutdown-command
...
Actually add the shutdown command
2016-11-01 12:42:21 -04:00
Pablo Carranza Velez
c18e8f1dbd
Actually add the shutdown command
2016-11-01 12:42:29 -03:00
Juan Cruz Viotti
741b53ad7e
Merge pull request #406 from resin-io/rebuild-coffeescript
...
Rebuild CoffeeScript
2016-10-28 16:45:56 -04:00
Juan Cruz Viotti
8282785b2a
Rebuild CoffeeScript
...
See https://github.com/resin-io/resin-cli/pull/405#issuecomment-256998739
Signed-off-by: Juan Cruz Viotti <jviotti@openmailbox.org>
2016-10-28 16:45:18 -04:00
Juan Cruz Viotti
e013986dba
v5.2.1
2016-10-28 12:17:25 -04:00
Juan Cruz Viotti
3083ff0640
Merge pull request #405 from resin-io/fix-capitano-error
...
Fix `Boolean options can't have parameters` error
2016-10-28 12:16:09 -04:00
Juan Cruz Viotti
01cad3c048
Fix Boolean options can't have parameters
error
...
This error was introduced as part of
`9cf42462c029e038e09efc961736946be8bfcb9b`, since the `forceUpdateLock`
option being used in the `reboot` command contains a `parameter`
property despite being declared a boolean.
Signed-off-by: Juan Cruz Viotti <jviotti@openmailbox.org>
2016-10-28 12:11:57 -04:00
Juan Cruz Viotti
c9919a90a8
v5.2.0
2016-10-27 17:47:43 -04:00
Pablo Carranza Vélez
0bf6bcc430
Merge pull request #404 from resin-io/reboot-shutdown-force
...
Add a device shutdown command, and allow forcing reboot and shutdown
2016-10-27 18:42:30 -03:00
Pablo Carranza Velez
9cf42462c0
Add a device shutdown command, and allow forcing reboot and shutdown
2016-10-27 18:39:31 -03:00
Pablo Carranza Velez
0f4eca2ff0
Update resin-sdk to 5.4.0
2016-10-27 12:02:37 -03:00
Juan Cruz Viotti
d414d1c5e3
Merge pull request #403 from resin-io/coffee-script-1.11.1
...
Update coffee-script to 1.11.1
2016-10-26 12:04:18 -04:00
Pablo Carranza Velez
afe98ff37d
Update coffee-script to 1.11.1
2016-10-26 11:55:39 -03:00
Juan Cruz Viotti
ce026ea387
v5.1.0
2016-09-25 19:55:55 -04:00
Juan Cruz Viotti
25f8f3d740
Merge pull request #397 from resin-io/regenerate-docs
...
Regenerate markdown documentation
2016-09-25 19:52:41 -04:00
Juan Cruz Viotti
f719f5c948
Regenerate markdown documentation
...
Signed-off-by: Juan Cruz Viotti <jviotti@openmailbox.org>
2016-09-25 19:51:32 -04:00
Juan Cruz Viotti
e2cb79edb1
Merge pull request #396 from resin-io/devices-supported
...
Bring back `devices supported` command
2016-09-25 19:51:02 -04:00
Juan Cruz Viotti
c6e669fa6b
Bring back devices supported
command
...
Fixes: https://github.com/resin-io/resin-cli/issues/394
Signed-off-by: Juan Cruz Viotti <jviotti@openmailbox.org>
2016-09-25 19:49:06 -04:00
Kostas Lekkas
7953f6f690
5.0.0
2016-09-15 19:45:23 +03:00
Juan Cruz Viotti
baf367b276
Merge pull request #367 from resin-io/features/resin-sync-ssh-improvements
...
resin sync/ssh improvements
2016-09-15 09:21:24 -07:00
Kostas Lekkas
7fecb53cdf
resin sync/ssh: update docs
2016-09-15 13:09:25 +03:00
Kostas Lekkas
b4edb7ed7f
resin sync/ssh: generate JS
2016-09-15 13:09:25 +03:00
Kostas Lekkas
16a1741374
resin sync: always display device selection dialog when uuid is not passed as an argument
...
Closes #375
2016-09-15 13:09:25 +03:00
Kostas Lekkas
e0a2217b94
resin sync/ssh: always display selection dialog, even for a single online device
...
Closes #373
2016-09-15 13:09:25 +03:00
Kostas Lekkas
7bd8a683b2
resin sync: remove quotes from --source/--destination help as it implies they're required
...
Closes #372
2016-09-15 13:09:25 +03:00
Kostas Lekkas
6b00bbc73a
resin sync: add --after option
2016-09-15 13:09:25 +03:00
Kostas Lekkas
42d0b52df7
resin ssh: disable ControlMaster ssh option
...
This change was necessary because our ssh gateway does not
support ControlMaster mode.
Closes #366
2016-09-15 13:09:25 +03:00
Kostas Lekkas
97c768edcd
resin sync: add --skip-gitignore option. Improve help section wording
2016-09-15 13:09:25 +03:00
Kostas Lekkas
10a0924cd7
resin sync: load uuid from .resin-sync.yml if possible
2016-09-15 13:09:25 +03:00
Kostas Lekkas
fdb8bf6967
resin sync: add --destination option and require --source if .resin-sync.yml is missing
...
Closes #359
2016-09-15 13:09:25 +03:00
Kostas Lekkas
81d8974213
resin-sync: update to resin-sync@3.0.0
2016-09-15 13:09:25 +03:00
Kostas Lekkas
af8d20ea3f
resin sync/ssh: only accept uuid as destination
...
Also change --port option alias to '-p' from '-t'
2016-09-15 13:09:25 +03:00
Juan Cruz Viotti
7d606568f6
v4.5.0
2016-09-14 11:09:43 -07:00
Juan Cruz Viotti
de13337655
Merge pull request #392 from resin-io/manifest-first-partition
...
Attempt to get device type from the image first partition
2016-09-14 11:08:19 -07:00
Juan Cruz Viotti
8b485b5ad5
Attempt to get device type from the image first partition
...
New images will ship a `device-type.json` file in the first partition,
which we can use instead of querying the API for certain configuration
and initialisation commands.
If the file is not found, or is malformed, we still fallback to the API.
Signed-off-by: Juan Cruz Viotti <jviotti@openmailbox.org>
2016-09-14 11:06:17 -07:00
Juan Cruz Viotti
fbccf8a465
Merge pull request #393 from resin-io/upgrade-resin-device-init
...
Upgrade `resin-device-init` to v2.1.0
2016-09-14 11:05:28 -07:00
Juan Cruz Viotti
ce50d8b73d
Upgrade resin-device-init
to v2.1.0
...
Signed-off-by: Juan Cruz Viotti <jviotti@openmailbox.org>
2016-09-14 11:03:51 -07:00
Juan Cruz Viotti
2088cbe896
v4.4.0
2016-08-11 10:35:19 -04:00
Juan Cruz Viotti
870ce974e0
Merge pull request #387 from resin-io/Add_OS_VERSION
...
Add OS version to devices,device commands and Supervisor Version to devices command
2016-08-11 10:24:00 -04:00
Juan Cruz Viotti
5f8c261288
v4.3.0
2016-08-11 10:21:41 -04:00
Praneeth Bodduluri
cb386d15aa
Add OS version to devices,device commands and Supervisor Version to devices command
2016-08-10 18:42:34 +05:30
Juan Cruz Viotti
5ed26250d2
Merge pull request #384 from resin-io/features/deviceUrl
...
Implement `device enableDeviceUrl/disableDeviceUrl/hasDeviceUrl/getDeviceUrl`
2016-08-09 16:45:46 -04:00
Praneeth Bodduluri
7b0415a270
Switch to more human-like command name and follow convention from dashboard
2016-08-09 22:44:40 +05:30
Praneeth Bodduluri
3adb8f19bd
Implement device enableDeviceUrl/disableDeviceUrl/hasDeviceUrl/getDeviceUrl
2016-08-09 18:45:24 +05:30
Juan Cruz Viotti
d81fbad6f3
Merge pull request #376 from resin-io/feature/global-help-option
...
Add global --help option
2016-07-31 20:41:28 -04:00
Kostas Lekkas
a70e38ef12
Add global --help option
2016-07-29 15:32:12 +03:00
Juan Cruz Viotti
aeba64b1ee
v4.2.1
2016-07-26 13:04:21 -04:00
Juan Cruz Viotti
e6e44474a4
Merge pull request #371 from resin-io/upgrade-sdk
...
Upgrade `resin-sdk` to v5.3.5
2016-07-26 13:03:18 -04:00
Juan Cruz Viotti
ea44c0571b
Upgrade resin-sdk
to v5.3.5
...
This version contains a fix for `undefined` logs. See:
- https://github.com/resin-io/resin-sdk/pull/217
- https://github.com/resin-io/resin-device-logs/pull/14
Fixes: https://github.com/resin-io/resin-cli/issues/370
Signed-off-by: Juan Cruz Viotti <jviottidc@gmail.com>
2016-07-26 13:01:25 -04:00
Kostas Lekkas
f68364b695
Merge pull request #365 from resin-io/feature/sync-ssh-device-autochoose
...
Feature/sync ssh device autochoose
2016-07-07 22:21:37 +03:00