[DAEMON-269] appcd: config action aliases do not work while daemon is running
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2018-12-14T13:45:33.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Appc Daemon 2.0.0 |
Components | appcd |
Labels | n/a |
Reporter | Chris Barber |
Assignee | Chris Barber |
Created | 2018-12-10T22:24:12.000+0000 |
Updated | 2018-12-14T13:45:33.000+0000 |
Description
If the daemon is running, the config command will connect to the daemon to get the config instead of just reading in the config file. The problem is the action have numerous aliases and the action is never translated, so instead of "list" being translated to "get", it gets submitted to the daemon as "list" and the server expects "get".
As far as I can tell, this bug has existed for at least a year.
https://github.com/appcelerator/appc-daemon/pull/348