[TIMOB-12232] CodeProcessor: Beef up the custom CLI interface
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-02-01T02:05:38.000+0000 |
Affected Version/s | Release 3.0.0 |
Fix Version/s | Release 3.1.0, 2013 Sprint 03 JS, 2013 Sprint 03 |
Components | Code Processor |
Labels | n/a |
Reporter | Ingo Muschenetz |
Assignee | Matt Langston |
Created | 2013-01-07T12:53:47.000+0000 |
Updated | 2017-03-09T00:21:32.000+0000 |
Description
There are some new features we should add surrounding the bin script:
1) If no plugins are specified we should load no plugins (instead of loading all)
2) Add an --all-plugins flag, or something similar
3) Add a --no-titanium flag that loads all non-Titanium specific plugins
4) Add a get-plugins command to get a list of all plugins
5) Add dependency checking for plugins
Note: on occasion the project directory only works when specified on the end.
Node-appc PR: https://github.com/appcelerator/node-appc/pull/29
Closing ticket as fixed.