Skip to content

Commit 6ceae89

Browse files
authored
Change CLI commds from bx to ibmcloud
1 parent 55b2c7c commit 6ceae89

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ Option 2 (deploy from your local machine):
4242
1. Clone or download this repo onto your machine.
4343
2. Open a terminal prompt to the directory of your application.
4444
3. If you don't have an account, [create a free one here](https://console.ng.bluemix.net/registration/).
45-
4. Set your Cloud Foundry CLI tool's API endpoint to: `bx api https://api.ng.bluemix.net `
46-
5. Login to your account via the command line: `bx login`
47-
6. Target your account ORG and SPACE `bx target -o ORG -s SPACE`
48-
7. Create the instance of Compose for MongoDB on IBM Cloud: `bx cf create-service compose-for-mongodb Standard mean-starter-mongodb`
49-
8. Push your app to IBM Cloud with `bx cf push`
45+
4. Set your Cloud Foundry CLI tool's API endpoint to: `ibmcloud api https://api.ng.bluemix.net `
46+
5. Login to your account via the command line: `ibmcloud login`
47+
6. Target your account ORG and SPACE `ibmcloud target -o ORG -s SPACE`
48+
7. Create the instance of Compose for MongoDB on IBM Cloud: `ibmcloud cf create-service compose-for-mongodb Standard mean-starter-mongodb`
49+
8. Push your app to IBM Cloud with `ibmcloud cf push`
5050
9. Done, the app should be looking like:<img src="ReadME-Images/live-app.png">
5151

5252

@@ -80,16 +80,16 @@ There is also generous commenting throughout the application which helps explain
8080
Please create a pull request with your desired changes.
8181

8282
## Troubleshooting
83-
The primary source of debugging information for your app is the logs. To see them, run the following command using the Cloud Foundry CLI:
83+
The primary source of debugging information for your app is the logs. To see them, run the following Cloud Foundry command using the IBM Cloud CLI:
8484

8585
```
86-
$ bx cf logs <application-name> --recent
86+
$ ibmcloud cf logs <application-name> --recent
8787
```
8888

8989
If you are not sure what your application name is, use this command to print your application name(s):
9090

9191
```
92-
$ bx cf apps
92+
$ ibmcloud cf apps
9393
```
9494

9595
For more detailed information on troubleshooting your application, see the [Troubleshooting section](https://www.ng.bluemix.net/docs/troubleshoot/tr.html) in the documentation.

0 commit comments

Comments
 (0)