[AC-118] ACS CLI unable to publish --force project
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2015-11-07T17:38:06.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Appcelerator CLI |
Labels | acs, cli, node, publish |
Reporter | Manuel Conde Vendrell |
Assignee | Radamantis Torres-Lechuga |
Created | 2015-05-08T14:42:11.000+0000 |
Updated | 2015-11-07T17:38:06.000+0000 |
Description
I notice that since version ACS CLI 1.0.22 I'm unable to update a Node project with the command --force
In previous versions, I was able to do it perfectly. Now throw this error:
\>acs publish --force
ACS: Appcelerator Cloud Services Command-Line Interface, version 1.0.24
Copyright (c) 2012-2015, Appcelerator, Inc. All Rights Reserved.
Admin Hostname: https://admin.cloudapp.appcelerator.com
[ERROR] The request is not recognized!
My current workaround for this is unpublish and republish it or publish it as another version number (but it's limited to 3 versions at the same time, so the 4th time you need to unpublish).
Can you try the following:
Ensure you have the appc cli installed
appc cloud publish --force -l trace
Let us know the results of that.Hi Ingo, to use the appc command I will need to upgrade my system to Appcelerator Platform 4.0, and I'm still working with Titanium 3.5 & NodeACS (not ArrowDB & ArrowCloud) in my production environment (until we have the tool to make the migration and all will be stable). I suppose that
appc cloud publish
will publish to ArrowDB, won't?Hello, Thanks for your concern. The command: *appc cloud publish* will publish your app to Arrow Cloud. And as Titanium is deprecated you must migrate to Appcelerator Platform. Please refer to the links below for details. [Migrating Node.ACS Applications to Arrow](http://docs.appcelerator.com/platform/latest/#!/guide/Migrating_Node.ACS_Applications_to_Arrow) [node ACS instructions](https://web.appcelerator.com/product/migrate-app#node_acs_instructions) Thanks.
Ok, you can close this issue then. Thanks.