[TIMOB-13284] CLI: install titanium modules using cli
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Medium |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2013-04-01T20:44:39.000+0000 |
Affected Version/s | Release 3.1.0 |
Fix Version/s | n/a |
Components | CLI |
Labels | qe-3.1.0 |
Reporter | Dustin Hyde |
Assignee | Ingo Muschenetz |
Created | 2013-04-01T04:34:25.000+0000 |
Updated | 2013-04-01T20:51:21.000+0000 |
Description
Based on TISTUD-4028:
https://marketplace.appcelerator.com/apps/3907?956185612
I downloaded the Barcode Scanner Module, and instead of having the correct directory structure: ./modules/...
it had an invalid directory structure: ./zipfilename/modules/...
If this module is installed to Titanium Studio using the standard module import UI, the module will not be recognized because it is installed to an invalid directory.
Modules need to be validated when submitted to the MarketPlace,
AND/OR validated on install.
and the need to have uniform installation of modules, raising ticket to allow CLI to have control over module installation.
This will allow custom installations, and download time improvement as well.
Suggest command such as:
ti sdk install -m ti.cloud
Marking as duplicate of linked issue.
Strange, I couldn't find the other issue in a search. Closing.