[DAEMON-74] @appcd/plugin-titanium: Titanium CLI Service
GitHub Issue | n/a |
---|---|
Type | Epic |
Priority | High |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | Titanium appcd Plugin 2.0.0 |
Components | appcd-plugin-titanium |
Labels | cb-next |
Reporter | Chris Barber |
Assignee | Chris Barber |
Created | 2017-04-12T20:03:39.000+0000 |
Updated | 2021-02-18T22:35:18.000+0000 |
Description
The Titanium CLI will become a light-weight client that dispatches requests to this Titanium daemon plugin.
This plugin will be responsible for:
* Parsing the request's command line arguments
* Returning help content
* Executing the specified command
Commands include:
* General
** config
** help
* AMPLIFY Platform
** login - dispatches request to
/amplify/login
** logout - dispatches request to /amplify/logout
** switch - dispatches request to /amplify/switch
** whoami - dispatches request to /amplify/whoami
* Titanium
** new - dispatches request to /titanium/project/new
** project - dispatches request to /titanium/project
** build - dispatches request to /titanium/build
** clean - dispatches request to /titanium/clean
** run - dispatches request to /titanium/run
No comments