我无法使用CLI登录我的Bluemix帐户。
以下是我遵循的步骤:
从CLI连接到Bluemix
E:\ myStuff \ Coding \ Node.js \ CloudantDB-NodeApp> bluemix api https://api.ng.bluemix.net 调用'cf api https://api.ng.bluemix.net'...
将api端点设置为https://api.ng.bluemix.net ... 行
API端点:https://api.ng.bluemix.net(API版本:2.44.0) 未登录。使用'bluemix login'登录。
登录Bluemix
这是我得到的错误 -
E:\myStuff\Coding\Node.js\CloudantDB-NodeApp>bluemix login -u arindam.chattopadhya@wipro.com -o BAS-CES-IBM INTEGRATION -s DEV
Invoke 'cf login -u arindam.chattopadhya@wipro.com -o BAS-CES-IBM INTEGRATION -s DEV'...
API endpoint: https://api.ng.bluemix.net
Password>
Authenticating...
OK
API endpoint: https://api.ng.bluemix.net (API version: 2.44.0)
User: arindam.chattopadhya@wipro.com
No org or space targeted, use 'cf target -o ORG -s SPACE'
FAILED
Error finding org BAS-CES-IBM
Organization BAS-CES-IBM not found
答案 0 :(得分:-1)
以下命令有效 -
bluemix login -u arindam.chattopadhya@wipro.com -o 'BAS-CES-IBM INTEGRATION' -s DEV