Titanium JIRA Archive
Appcelerator Daemon (DAEMON)

[DAEMON-269] appcd: config action aliases do not work while daemon is running

GitHub Issuen/a
TypeBug
PriorityCritical
StatusResolved
ResolutionFixed
Resolution Date2018-12-14T13:45:33.000+0000
Affected Version/sn/a
Fix Version/sAppc Daemon 2.0.0
Componentsappcd
Labelsn/a
ReporterChris Barber
AssigneeChris Barber
Created2018-12-10T22:24:12.000+0000
Updated2018-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.

Comments

  1. Chris Barber 2018-12-10

    https://github.com/appcelerator/appc-daemon/pull/348

JSON Source