选择Organization Appcelerator CLI

时间:2017-04-30 16:30:03

标签: appcelerator titanium-alloy

如何通过appcelerator cli选择组织? 我有两个组织,我尝试通过appcelerator studio选项。

档案>切换组织

但它说我只有一个组织。

修改

我已经在我的windows machinne上配置了appc,并且还配置了android SDK,现在在系统保持不动一周之后。我无法运行与appc相关的任何命令,甚至无法打印appc版本,请帮忙。

错误:“SyntaxError:Unexpected token”

2 个答案:

答案 0 :(得分:0)

您可以使用cli以这种方式切换到其他组织:

appc switch --org-id YOURORGID

您也可以使用cli工具以这种方式登录您的组织:

appc login --org-id YOURORGID --username USERNAME --password PASSWORD

您可以在此处找到有关Appcelerator cli选项的更多文档:

http://docs.appcelerator.com/platform/latest/#!/guide/Appcelerator_Command-Line_Interface_Reference

答案 1 :(得分:0)

您可以使用此命令

  • appc logout -D
  • appc登录 现在选择你的ORG并继续。

希望这有帮助。