[TIMOB-18966] status-command no longer works since we removed login
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2020-01-30T10:37:29.000+0000 |
Affected Version/s | Release 4.0.0 |
Fix Version/s | n/a |
Components | CLI |
Labels | n/a |
Reporter | Fokke Zandbergen |
Assignee | Chris Barber |
Created | 2015-05-29T06:49:54.000+0000 |
Updated | 2020-01-31T11:34:36.000+0000 |
Description
We removed login from the Titanium CLI and replaced most operations with a NOOP. However, the
status
command does not work anymore and scripts like [grunt-titanium](https://github.com/tonylukasavage/grunt-titanium/blob/master/tasks/titanium.js#L302-L312) that rely on it don't work as a result of that.
The status
command should be a NOOP as well and return a result as if logged in to make sure scripts that depend on it continue to work.
The status command has been deprecated. It has been removed in the next Ti CLI.