[DAEMON-290] Retire Alloy CLI
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | Medium |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium CLI |
Labels | n/a |
Reporter | Srinivasan Pulipakkam |
Assignee | Chris Barber |
Created | 2019-10-28T21:02:47.000+0000 |
Updated | 2020-02-19T23:20:22.000+0000 |
Description
Alloy commands that are currently available through appc cli will be retired.
Alloy CLI has several commands and many of them are Alloy specific. All Alloy specific commands will go into an
ti alloy
subcommand.
The following table describes each command and where they will move to.
||Command||Moves To||Ticket||
|new <dir>
|ti create
(as a project template)|DAEMON-21|
|compile \[dir\]
|ti build
(as a build hook)| |
|extract-i18n <language>
|ti i18n
| |
|generate <type> <name>
|ti alloy generate
| |
|copy <source> <destination>
|ti alloy copy <source> <destination>
| |
|move <source> <destination>
|ti alloy move <source> <destination>
| |
|remove <source>
|ti alloy remove <source>
| |
No comments