[DAEMON-156] appcd: Auto import config settings from Titanium CLI
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | Medium |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2017-11-20T18:12:54.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Appc Daemon 1.0.0 |
Components | appcd |
Labels | n/a |
Reporter | Chris Barber |
Assignee | Chris Barber |
Created | 2017-11-16T19:01:16.000+0000 |
Updated | 2017-11-20T18:12:54.000+0000 |
Description
It would great to be able to import the Titanium CLI config into the appcd user's config in )
* )
The list goes on and on... https://wiki.appcelerator.org/display/guides2/Titanium+CLI+Options.
Here's the unmaintained list: https://wiki.appcelerator.org/display/CLI/CLI+Config+Settings.
~/.appcelerator/appcd/config.json
.
Mappings would be as such:
* android.adb.port
(Number) -> android.adb.port
(Number)
* android.executables.aapt
(String) -> android.executables.aapt
(String)
* android.ndkPath
(String) -> android.ndk.searchPaths
(Arrayandroid.sdkPath
(String) -> android.sdk.searchPaths
(Array
No comments