Titanium JIRA Archive
Appcelerator Daemon (DAEMON)

[DAEMON-178] Sync "appc ti config" with the "appc appcd config"

GitHub Issuen/a
TypeBug
PriorityNone
StatusResolved
ResolutionWon't Do
Resolution Date2019-04-01T06:33:35.000+0000
Affected Version/sn/a
Fix Version/sn/a
Componentsappcd
Labelsn/a
ReporterKondal Kolipaka
AssigneeChris Barber
Created2017-11-22T06:24:41.000+0000
Updated2019-04-01T06:33:36.000+0000

Description

How and when do we sync appc ti config settings to appc appcd config - so that when studio is working with Appc Daemon it can only look for appc appcd config Since everybody is trained to work with appc ti config and they might configure android.sdkPath, sdk.selected,etc., and expect they will be picked up directly in the studio Any thoughts around it?

Comments

  1. Chris Barber 2017-11-22

    The Titanium CLI is automatically imported one time during the daemon startup. Once it has been imported, it will never try to import it again. The Appc Daemon encourages plugins to namespace their config settings which means they can coexist and share settings among plugins. If and when the Appc CLI plugin becomes a reality, it will replace the Titanium CLI along with its config. On a side note, you can control the Appc Daemon's config via the /appcd/config service endpoint. You can also subscribe to config changes.

JSON Source