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
0
votes
2 answers
Access to your IBM Cloud account was denied
I created IBM cloud object storage and a bucket. When I try to list the buckets in the storage it works but when trying to read or write from bucket I am getting access denied.
Ravithejs-MacBook-Pro:~$ ibmcloud cos put-object --bucket…

javaMan
- 6,352
- 20
- 67
- 94
0
votes
0 answers
Is IBM a supported provider for Terraform?
Can anyone tell me what if there are any plans to add IBM Object storage to the list of providers for Terraform?
https://www.terraform.io/docs/providers/
Per these posts, people are using it on IBM.
IBM does have a couple of docs referring to…

Craig
- 1
0
votes
0 answers
How to use "ibmcloud" command on open-tool-chain pipeline.yml
I'd like to use "ibmcloud" command on devops tool-chain pipeline.yml
can I use this?
I tryed, but pipeline runned not displaying regions
"ibm cloud regions" command sample run.
pipeline build environment no included ibmcloud commands??
stages:
…

SSaka
- 47
- 6
0
votes
1 answer
How to specify region when creating a Watson service using the ibmcloud command line
I'd like to create speech-to-text service in specify "Tokyo region" by ibmcloud command.
I knew, I can create speech-to-text service in specify "Tokyo region" by ibmcloud portal.
could you tell me please how to create service specify region.

SSaka
- 47
- 6
0
votes
1 answer
Implementing a chatbot using FB Messenger with file upload functionality in Bluemix
We are implementing a chatbot using FB Messenger. One of their requirements is that the customer have set of guides, documents (PDF, DocX), which they want to store in IBM Cloud. Whenever user asks for download of a guide then the chatbot should…

prashanthmadduri
- 63
- 7
0
votes
2 answers
How to get IAM apikey and IAM url for Watson Speech to Text?
I want to play with the IBM Watson Speech to Text Service. How do I get the IAM apikey and the IAM url.
On show credentials, I get this -
{
"apikey": "###########",
"iam_apikey_description": "Auto generated apikey during resource-key operation…

Dion George
- 35
- 1
- 6
0
votes
2 answers
is "Eclipse Tools for IBM Cloud" or "Eclipse Tools for BlueMix" still existing / available for download?
I am looking for either
the "Eclipse Tools for IBM Cloud", or
the "Eclipse Tools for BlueMix"
but have no success. Could someone help/point me in the right direction?
Thanks in advance.
Note: I have tried different avenues, and it seems this tool…

Ryan N
- 13
- 1
0
votes
1 answer
IBM Cloud API Docs Tone Analyzer
I tried to implement :
curl -u "apikey:{apikey}" "{url}/{method}"
resorce:https://console.bluemix.net/apidocs/tone-analyzer
My question what I need to do? I already have the api key, for example 1234,
and my url is…

lio
- 37
- 5
0
votes
1 answer
Running a shell command in IBM cloud through java programme throwing error as java.io.IOException: Cannot run program =13, Permission denied
My code here, I want to ececute jmeter shell command in IBM cloud through Java.
Runtime run = Runtime.getRuntime();
Process pr = run.exec("./JMeter/apache-jmeter-4.0/bin/jmeter -n
-t ./JMX/"+FileName+" -l ./JTL/Generate_Dashboard.jtl -e -o…

Arijit
- 69
- 1
- 10
0
votes
1 answer
Autocomplete for IBM Cloud CLI on Mac High Sierra and Zsh?
I am having trouble with zsh autocompletion for IBM Cloud CLI tools.
I put the following line into my .zshrc, but don't get autocompletion working.
source /usr/local/ibmcloud/bx/zsh_autocomplete

fg78nc
- 4,774
- 3
- 19
- 32
0
votes
1 answer
Access to cloud foundry filesystem (like FTP)?
I have some cloud foundry nodejs apps in IBM Cloud (Bluemix), and facing some issues with temp folders. It'd be easier if I can access directly to app folders (like my .tmp) to debug what's saving there. I can only think in SSH, but I prefer a…

AlexAcc
- 601
- 2
- 10
- 28
0
votes
1 answer
NLU Analyze: does the -1 to 1 Sentiment Score for Keyword/Entity represent Magnitude or Confidence?
Using the NLU Analyze for Entities and Keywords, the response returns the following Sentiment item score: Sentiment score for the concept ranging from -1 to 1. Negative scores indicate negative sentiment, and positive scores indicate positive…

Kacey Tovornik
- 1
- 1
0
votes
1 answer
Publishing to bluemix from eclipse results in stack overflow and forces the eclipse workbench to shutdown
Whenever I try to publish to IBM bluemix from eclipse using IBM bluemix tools, I stuck in this error, stack overflow and the workbench quickly run out of memoery. can anyone help?
An internal error occurred during: "Publishing to IBM…

amralieg
- 113
- 8
0
votes
0 answers
Watson Bluemix: Failed to create app
I wanted to deploy one of the starter-kit apps in Bluemix.
In the "create app" screen after choosing the app from starter-kit overview, I always get the error message which says: Failed to create app.
Since I know the dependencies of resources I…
0
votes
2 answers
Backup of Dashdb on Bluemix - what options available
I tried taking backup of dashdb from bluemix cloud using Data Studio. I am getting this error 'Remote target is unreachable.'.
Since this is an admin activity, I assume it should be done on the server. As this is cloud server, I am trying to…

Gana
- 482
- 3
- 11
- 32