Skip to content

Commit b2748f6

Browse files
authored
Merge pull request #54 from wpengine/alpha-troubleshooting
Remove alpha from troubleshooting
2 parents 4ca3676 + ac5f200 commit b2748f6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

guides/troubleshooting/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@ List the builds for an Environment of an App:
1111
First, find your app name by running:
1212

1313
```bash
14-
$ wpe alpha apps list
14+
$ wpe apps list
1515
```
1616

1717
Next, find your Environment ID by running:
1818

1919
```bash
20-
$ wpe alpha apps get APP_NAME
20+
$ wpe apps get APP_NAME
2121
```
2222

2323
Once you have your APP_NAME and ENVIRONMENT_ID, use them in the following command to view your builds:
2424

2525
```bash
26-
$ wpe alpha builds list -a APP_NAME -e ENVIRONMENT_ID
26+
$ wpe builds list -a APP_NAME -e ENVIRONMENT_ID
2727
```
2828

2929
This command will show you a list of builds. Now, you can find the build logs for a specific build with the ID of the build using the `get` command:
@@ -80,7 +80,7 @@ Note that it is acceptable to have a blank script (i.e. `"wpe-build": ""`), but
8080
If the branch that you are using GitHub does not match the branch that you have configured for your environment, the platform will not build your software. Double check that the branch configured for the environment matches the branch you're committing to in GitHub:
8181

8282
```bash
83-
$ wpe alpha apps get APP_NAME
83+
$ wpe apps get APP_NAME
8484
```
8585

8686
This command will list your app and the environment configurations with the branch names.

0 commit comments

Comments
 (0)