For developers on macOS interested in creating Swift applications that span both client and server-side code, IBM Cloud Tools for Swift simplifies the management and deployment of server-side assets.
Questions tagged [ibm-cloud-tools]
104 questions
17
votes
2 answers
Why am I getting "Project facet Cloud Foundry Standalone Application version 1.0 is not supported"?
I'm trying to deploy the following project from IBM developerWorks to Bluemix:
Building a Java EE app on IBM Bluemix Using Watson and Cloudant
through the Bluemix plugin in Eclipse (Called: IBM Eclipse Tools for Bluemix). However I keep getting the…

M. A. Kishawy
- 5,001
- 11
- 47
- 72
5
votes
2 answers
How to switch account with ibmcloud CLI
After logging in IBMCloud with account(say account-1) by using CLI, how to switch to another account(say account-2) without logging out?
commands:
ibmcloud login --sso, then select account-1.
Does IBMCloud CLI have a command for account switching?

chloe ibm
- 51
- 1
- 2
5
votes
3 answers
Cannot Deploy Application on Eclipse (Bluemix)
I am trying to create my first web app on Bluemix.
I created a Java Liberty Runtime and downloaded the Starter Code to
work on Eclipse.
I installed IBM Bluemix tools to Eclipse and
imported the starter code as an archive file.
When I try to run…

smtnkc
- 488
- 2
- 9
- 23
4
votes
1 answer
Error "Authentication error. Please log back to authenticate" uploading artifact to bluemix with Java Buildpack
After doing login in bluemix I tried to upload a java artifact to bluemix with the Cloud Foundry java buildpack and I always get this message;
FAILED Authentication has expired. Please log back in to
re-authenticate.
I have tried to logout and…

user2848017
- 301
- 2
- 5
4
votes
1 answer
Error pushing changes to cloud foundry
from my local host, I connected to blue mix with
cf api https://api.ng.bluemix.net
I logged in and then I pushed the changes with
cf push
However, in the console,
Uploading MY_PROJECT...
Uploading app files from:…

Muhammad
- 109
- 1
- 9
4
votes
4 answers
What is the relationship between spaces and organizations in Bluemix?
Does each organization allow multiple spaces?
Are spaces meant for separation of projects?
What is the best practices in using organizations and spaces on Bluemix?
Through eclipse:
Through the browser:

M. A. Kishawy
- 5,001
- 11
- 47
- 72
3
votes
1 answer
How to build a react native .ipa and .apk application in bluemix
I am new to Bluemix.
I have a pre-existing React Native project in a git repo also containing transpiled code for ios and android. I would like to pull that git repo into Bluemix and when changes are detected, simply build both the android .apk and…

Captain Kirk
- 350
- 6
- 24
3
votes
2 answers
How to use services section of manifest during Eclipse-Bluemix Liberty for Java deployment
I have a manifest.yml for a sample java application. It includes the database service in it:
applications:
- name: redbooklibrary
memory: 512M
path: RedbookLibrary.war
host: redbook-library-rew-eclipse3
buildpack: liberty-for-java…

Ruth Willenborg
- 43
- 4
2
votes
3 answers
Configure terraform to connect to IBM Cloud
I try to connect terraform to IBM Cloud and I got messed up with
Softlayer and IBM Cloud credentials.
I followed the instruction on IBM sites to connect my terraform to the IBM Cloud and I am confused, because I may use SL and IBM Cloud…

Jan-Hendrik Palic
- 51
- 3
2
votes
2 answers
Bluemix build pipeline set node and npm version
I want to deploy an angular 2 app on bluemix. The code is located at github and i want to deploy my app when i push something. So i created a pipeline.
First the build pipeline: to build the angular app i need angularCLI, so i want to install it.…

J. Doe
- 71
- 5
2
votes
2 answers
I cannot link toolchain to different github organization
I have a github account: https://github.com/remkohdev
and am a member of several github organizations
I have added all organizations to the Bluemix DevOps Third Party applications authorizations.
But I cannot change the default github organization…

remkohdev
- 250
- 3
- 13
2
votes
2 answers
IBM Bluemix Cloud: IBM SDK for Node.js - Can our apps in Bluemix keep the existing version without auto-updates?
We tried to test IBM Bluemix Cloud and Watson Cloud by running
several Watson Cloud demo node.js apps inside our accounts, we
noticed the following situation:
After we installed the demo apps inside our account, it runs without problem; Because I…

eGlobeBiz
- 87
- 1
- 10
2
votes
1 answer
How to call the python library as an external script in Node-RED
I am using virtual cloud from iotify.io and using execute node. I am not able to call a python script. How to run a python script in Node-RED?

Darshi Patel
- 21
- 2
2
votes
1 answer
How can I reduce deployment time for web applications on Liberty for Bluemix?
Liberty on developer laptops take under 5 seconds to publish most changes, and negligible time to publish static content changes.
When I publish the changes onto Bluemix Liberty, using "cf push", the deployment takes time in order of minutes.…

Paddy
- 609
- 7
- 25
2
votes
2 answers
Debugging Bluemix remotely from Eclipse
I tried to do remote debug of a Bluemix application in Eclipse. I enabled application debug. Then I did debug to Server but my Bluemix server didn't appear in the list. A local Liberty server appears and I can debug on that but not on my Bluemix…

Ulf Edholm
- 113
- 1
- 8