Juan Cruz Viotti
|
0424d7b640
|
Merge pull request #60 from resin-io/fix/login-browser-session
Open dashboardUrl instead of remoteUrl in auth login
|
2015-06-03 08:45:00 -04:00 |
|
Juan Cruz Viotti
|
2b80c7c91f
|
Merge pull request #59 from resin-io/feature/app-create-feedback
Print feedback message after app create
|
2015-06-02 17:08:44 -04:00 |
|
Juan Cruz Viotti
|
1ed9ae7d60
|
Open dashboardUrl instead of remoteUrl in auth login
|
2015-06-02 13:21:59 -04:00 |
|
Juan Cruz Viotti
|
329bf25dbd
|
Print feedback message after app create
|
2015-06-02 13:04:08 -04:00 |
|
Juan Cruz Viotti
|
e18ffba183
|
Quiet console.info if stdout is being redirected
We use `console.info()` for feedback messages.
|
2015-06-02 12:36:17 -04:00 |
|
Juan Cruz Viotti
|
054d5e4879
|
Add per device environment variable support
|
2015-05-28 12:32:08 -04:00 |
|
Juan Cruz Viotti
|
b04ed43bed
|
Merge pull request #54 from resin-io/fix/device-await-help
Fix device await help not showing up
|
2015-05-28 08:46:42 -04:00 |
|
Juan Cruz Viotti
|
c2bbb952c5
|
Fix device await help not showing up
|
2015-05-27 15:14:36 -04:00 |
|
Juan Cruz Viotti
|
68ef069e6a
|
Accept names instead of ids in example commands
|
2015-05-21 11:58:15 -04:00 |
|
Juan Cruz Viotti
|
78af9bbb10
|
Expose logs as cli.actions.logs instead of cli.actions.logs.logs
|
2015-05-18 09:37:27 -04:00 |
|
Juan Cruz Viotti
|
db58e9986c
|
Return devices array to the done callback in device list command
Useful when using the CLI programatically.
|
2015-05-14 11:43:41 -03:00 |
|
Juan Cruz Viotti
|
e7e8ec296c
|
Make use of selfupdate
|
2015-05-14 11:32:18 -03:00 |
|
Juan Cruz Viotti
|
9bb04f43a8
|
Fix callback not being called on success in os download command
|
2015-05-11 14:23:34 -03:00 |
|
Juan Cruz Viotti
|
9b0c08bd46
|
Don't umount in os install as it's already handled in Resin Image
|
2015-05-11 13:10:06 -03:00 |
|
Juan Cruz Viotti
|
d8ce6648e2
|
Handle device unmounting in os install command
|
2015-05-11 10:04:05 -03:00 |
|
Juan Cruz Viotti
|
f3e193be0f
|
Make login command behave non interactively if a token is passed as an argument
|
2015-05-11 09:42:25 -03:00 |
|
Juan Cruz Viotti
|
656f3e5cd9
|
Make use of resin-image to remove image writing logic from the CLI
|
2015-05-08 14:26:04 -03:00 |
|
Juan Cruz Viotti
|
741acfbba3
|
Merge pull request #41 from resin-io/feature/command-run
Make use of capitano.run() to run subcommands
|
2015-05-08 14:23:37 -03:00 |
|
Juan Cruz Viotti
|
08648894e3
|
Merge pull request #40 from resin-io/feature/device-await
Implement device await command
|
2015-05-06 11:18:42 -03:00 |
|
Juan Cruz Viotti
|
4c5d5697bc
|
Implement device await command
|
2015-05-06 11:14:08 -03:00 |
|
Juan Cruz Viotti
|
c758a5b9ea
|
Make use of capitano.run() to run subcommands
|
2015-05-05 17:34:24 -03:00 |
|
Juan Cruz Viotti
|
cd3245a631
|
Handle device unmounting in os install command
|
2015-05-02 10:34:11 -04:00 |
|
Juan Cruz Viotti
|
7f7ca13001
|
Implement --version/-v global options. Closes #35
|
2015-04-30 11:56:15 -04:00 |
|
Juan Cruz Viotti
|
fab85b381a
|
Throw a nice error if note contents are missing
|
2015-04-29 14:39:46 -04:00 |
|
Juan Cruz Viotti
|
193cedae26
|
Check that an application exists before asking it's type. Closes #30
|
2015-04-28 09:18:21 -04:00 |
|
Juan Cruz Viotti
|
9bb51d7146
|
Make devices command list all devices if no application option. Closes #17
|
2015-04-27 11:21:30 -04:00 |
|
Juan Cruz Viotti
|
84900aa588
|
Remove outdated uuid checking help message
|
2015-04-27 10:51:26 -04:00 |
|
Juan Cruz Viotti
|
9a3c844336
|
Print logs correctly, as they recently got a message field added
|
2015-04-27 09:30:57 -04:00 |
|
Juan Cruz Viotti
|
ea5b521262
|
Merge pull request #26 from resin-io/fix/device-init-temp-output
Fix temporary os download output option in device init
|
2015-04-21 09:06:11 -04:00 |
|
Juan Cruz Viotti
|
3bc71577b5
|
Fix temporary os download output option in device init
|
2015-04-21 08:37:40 -04:00 |
|
Juan Cruz Viotti
|
0fb24162fc
|
Merge pull request #24 from resin-io/fix/update
Fix logical issue in update command
|
2015-04-20 14:14:33 -04:00 |
|
Juan Cruz Viotti
|
8041905144
|
Remove duplicated whoami command
|
2015-04-20 12:46:43 -04:00 |
|
Juan Cruz Viotti
|
37d96e238d
|
Fix logical issue in update command
|
2015-04-20 12:42:31 -04:00 |
|
Juan Cruz Viotti
|
7bd8922a4e
|
Upgrade Resin VCS to v1.2.0 and make use of vcs.getApplicationName()
|
2015-04-20 11:41:26 -04:00 |
|
Juan Cruz Viotti
|
f7256e9927
|
Make device init command take an application name instead of id
|
2015-04-20 09:13:15 -04:00 |
|
Juan Cruz Viotti
|
85444a5a6a
|
Make os download command accept an application name instead of id
|
2015-04-20 09:06:40 -04:00 |
|
Juan Cruz Viotti
|
3c2a440553
|
Make "example clone" clone to a new directory
|
2015-04-20 08:56:10 -04:00 |
|
Juan Cruz Viotti
|
2b4394f3ce
|
Merge pull request #21 from resin-io/fix/progress-context
Bind progress update function to avoid context issues
|
2015-04-17 14:45:17 -04:00 |
|
Juan Cruz Viotti
|
caa4fcf754
|
Bind progress update function to avoid context issues
|
2015-04-17 10:11:02 -04:00 |
|
Juan Cruz Viotti
|
a6dc155028
|
Add lodash dependency to lib/elevate.coffee
Depedency was missing and thus elevating functions threw errors.
|
2015-04-17 09:22:21 -04:00 |
|
Juan Cruz Viotti
|
a96ab487ba
|
Fix bug with login with token
The commit was merged from an older branch, in which settings was
still part of the SDK.
|
2015-04-08 08:25:27 -04:00 |
|
Juan Cruz Viotti
|
cd28c985ce
|
Merge pull request #9 from resin-io/feature/version
Remove bundled node version from version command
|
2015-04-07 10:56:18 -04:00 |
|
Juan Cruz Viotti
|
727af42ad4
|
Merge pull request #8 from resin-io/feature/login-with-token
Login with token
|
2015-04-07 08:12:12 -04:00 |
|
Juan Cruz Viotti
|
4a7d3d5945
|
Mock local Raspberry Pi bundle
|
2015-04-07 08:10:26 -04:00 |
|
Juan Cruz Viotti
|
03f05305cf
|
Fix tiny text issue
|
2015-04-07 08:07:06 -04:00 |
|
Juan Cruz Viotti
|
8533a4a303
|
Remove bundled node version from version command
|
2015-04-06 17:18:00 -04:00 |
|
Juan Cruz Viotti
|
064afd6705
|
Fetch TOKEN_URL from the resin sdk
|
2015-04-06 17:05:13 -04:00 |
|
Juan Cruz Viotti
|
978ff91f87
|
Remove tab query from preferences token url constant
Tab queries were removed from the web frontend.
|
2015-04-06 17:04:43 -04:00 |
|
Juan Cruz Viotti
|
1cd0f02db5
|
Attempt to open a browser to the token location automatically
|
2015-04-06 17:04:03 -04:00 |
|
Juan Cruz Viotti
|
77695bb505
|
Allow login with token
|
2015-04-06 17:02:53 -04:00 |
|