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
Kostas Lekkas
81a6843c93
resin ssh: Implement device inference and autoselect if there is a single one
2016-07-07 21:51:53 +03:00
Kostas Lekkas
b672ff1fa1
resin sync: change argument/help to a more meaningful 'resin sync [destination]'
2016-07-07 20:37:11 +03:00
Juan Cruz Viotti
b4c89e812c
Merge pull request #364 from resin-io/feature/sync-filter-offline-devices
...
resin sync: filter out offline devices in interactive choosing dialog
2016-07-07 13:14:57 -04:00
Kostas Lekkas
68808e760e
resin sync: filter out offline devices in interactive choosing dialog
2016-07-07 19:12:39 +03:00
Juan Cruz Viotti
69c98f4afb
v4.2.0
2016-06-22 16:19:31 -04:00
Juan Cruz Viotti
509fef754e
Merge pull request #356 from resin-io/feature/resin-sync-verbose
...
Support verbose flag for resin sync
2016-06-22 16:18:34 -04:00
Kostas Lekkas
6d1d4dc173
Support verbose flag for resin sync
2016-06-22 17:59:14 +03:00
Juan Cruz Viotti
0d7d6de7cd
v4.1.0
2016-06-22 09:46:18 -04:00
Juan Cruz Viotti
c5452f9304
Merge pull request #354 from resin-io/feature/resin-ssh-verbose
...
Support --verbose/-v flag in resin ssh
2016-06-22 09:37:03 -04:00
Kostas Lekkas
12854db923
Support --verbose/-v flag in resin ssh
...
Closes https://github.com/resin-io/resin-cli/issues/353
2016-06-22 14:57:43 +03:00
Juan Cruz Viotti
51f9e18f6a
Merge pull request #352 from resin-io/feature/reword-config-help
...
Reword config help instructions
2016-06-14 12:10:05 -04:00
Kostas Lekkas
29c20e32f6
Reword config help instructions
...
Closes #351
2016-06-14 19:08:25 +03:00
Juan Cruz Viotti
995194fe2c
Merge pull request #346 from resin-io/misc/ssh-sync-cmd-exe-warning
...
Clarify that sync and ssh only support cmd.exe on Windows
2016-05-19 10:17:28 -04:00
Juan Cruz Viotti
7c784909fd
Merge pull request #345 from resin-io/change-resin-ssh-loglevel
...
Change resin ssh loglevel from QUIET to ERROR
2016-05-19 10:17:20 -04:00
Juan Cruz Viotti
a90d568d5c
Clarify that sync and ssh only support cmd.exe on Windows
...
Signed-off-by: Juan Cruz Viotti <jviottidc@gmail.com>
2016-05-19 10:10:45 -04:00
Kostas Lekkas
a265063fa1
Change resin ssh loglevel from QUIET to ERROR
2016-05-19 16:52:23 +03:00
Juan Cruz Viotti
1c5945d3ae
v4.0.3
2016-05-17 10:00:04 -04:00
Juan Cruz Viotti
6062c7a306
Merge pull request #344 from resin-io/feat/ssh-windows-support
...
Make resin ssh work in Windows cmd.exe
2016-05-09 12:06:31 -04:00
Juan Cruz Viotti
b061644b19
Make resin ssh work in Windows cmd.exe
...
Signed-off-by: Juan Cruz Viotti <jviottidc@gmail.com>
2016-05-06 13:12:55 -04:00
Juan Cruz Viotti
38b97baf02
Add v4.0.2 entry to CHANGELOG
...
Signed-off-by: Juan Cruz Viotti <jviottidc@gmail.com>
2016-04-27 11:19:35 -04:00
Juan Cruz Viotti
8315bcb7db
Improve CHANGELOG v4.0.0 entry prose
...
Signed-off-by: Juan Cruz Viotti <jviottidc@gmail.com>
2016-04-27 11:19:21 -04:00
Kostas Lekkas
e8fa76266f
4.0.2
2016-04-27 01:33:09 +03:00
Kostas Lekkas
3db3baeb7c
Merge pull request #343 from resin-io/update-resin-sync-version
...
Update resin sync version to 2.0.2
2016-04-27 01:31:41 +03:00
Kostas Lekkas
17550f9bc9
Update resin sync version to 2.0.2
2016-04-27 01:29:45 +03:00
Juan Cruz Viotti
44f80f7a39
v4.0.1
2016-04-26 12:40:20 -04:00