[DAEMON-194] "appc appcd exec status" is not working
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | None |
Status | Resolved |
Resolution | Invalid |
Resolution Date | 2017-11-28T05:25:01.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Appc Daemon 1.0.0 |
Components | n/a |
Labels | n/a |
Reporter | Kondal Kolipaka |
Assignee | Chris Barber |
Created | 2017-11-28T05:14:37.000+0000 |
Updated | 2017-11-28T05:48:18.000+0000 |
Description
Command
appc appcd exec status
is not working anymore. It was working earlier with the v1.0.0-22
$ appc appcd exec status --json
Appcelerator Command-Line Interface, version 7.0.0-master.48
Copyright (c) 2014-2017, Appcelerator, Inc. All Rights Reserved.
Not Found
That's because the correct command is
appc appcd status --json
.[~cbarber] Oh no! was it a change only from the current release 7.0.0-master.48 because it working with the previous release. Any further breaking changes in the daemon - please do create a studio ticket to align accordingly so that It can work hand-in-hand.
Probably, we need to update the docs as well. https://github.com/appcelerator/appc-daemon/blob/master/docs/Appcd/Commands/status.md
There was a bug in the CLI parser that we fixed. Sorry, I didn't know what command you were running. I don't anticipate any breaking changes for 1.0.0. The docs are accurate.