Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Documentation] Update IBM Cloud CLI instructions in /etc/converter/train-deploy-wml.md #148

Closed
ptitzler opened this issue Oct 25, 2018 · 0 comments
Assignees
Labels
docs Documentation

Comments

@ptitzler
Copy link

ptitzler commented Oct 25, 2018

Some CLI-specific instructions in this document are based on older versions of the command line. They should be updated to reflect the latest release, which uses ibmcloud instead of bx as the binary.

Examples:

  • Prerequistes section:

Current:

bx plugin repo-add Bluemix https://plugins.ng.bluemix.net
bx plugin install machine-learning -r bluemix
bx target -o ORG -s SPACE

Simpler version: (no need to add the repo - it's the default; no target required because WML service is now resource managed)

ibmcloud plugin install  machine-learning
  • section 1.1

Current:

bx cf create-service pm-20 lite watson-machine-learning
bx cf create-service-key watson-machine-learning WML-Key

New:

ibmcloud resource service-instance-create watson-machine-learning pm-20 lite us-south
ibmcloud resource service-key-create WML-Key Writer --instance-name watson-machine-learning
  • section 1.2
ibmcloud resource service-key WML-Key

Here on it should only be necessary to replace bx with ibmcloud
...

There's a good chance that other documentation is impacted as well. This is the first doc I've tried to follow.

@Tomcli Tomcli self-assigned this Oct 25, 2018
@Tomcli Tomcli added the docs Documentation label Oct 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation
Projects
None yet
Development

No branches or pull requests

2 participants