Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit dc3d7c7

Browse files
authored
Merge pull request #2126 from magento-devdocs/hg-cloudcorrections
Cloud corrections
2 parents ba1c20a + f39cb35 commit dc3d7c7

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

src/cloud/integrations/bitbucket-integration.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ To create an OAuth consumer in Bitbucket:
146146
1. Verify the project integration.
147147

148148
```bash
149-
magento-cloud integrations -p '<project-ID>'
149+
magento-cloud integrations -p <project-ID>
150150
```
151151

152152
```terminal
@@ -236,11 +236,11 @@ To activate a branch created with Bitbucket:
236236
```terminal
237237
Your environments are:
238238
+---------------------+----------------+--------+
239-
| ID          | Name        | Status |
239+
| ID | Name | Status |
240240
+---------------------+----------------+--------+
241-
| master      | Master      | Active |
241+
| master | Master | Active |
242242
| integration | integration | Active |
243-
|    from-bitbucket * | from-bitbucket | Active |
243+
| from-bitbucket * | from-bitbucket | Active |
244244
+---------------------+----------------+--------+
245245
* - Indicates the current environment
246246
```
@@ -265,7 +265,7 @@ To remove the Bitbucket integration:
265265
1. Delete the integration.
266266

267267
```bash
268-
magento-cloud integration:delete <project-ID>
268+
magento-cloud integration:delete <int-ID>
269269
```
270270

271271
Also, you can remove the Bitbucket integration by logging in to your Bitbucket account and revoking the OAuth grant on the account _Settings_ page.

src/cloud/integrations/cloud-integrations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Created integration integration-ID (type: webhook)
112112
You can update an existing integration. For example, change the states from `complete` to `pending` using the following:
113113

114114
```bash
115-
magento-cloud integration:update --states=pending <integration-ID>
115+
magento-cloud integration:update --states=pending <int-id>
116116
```
117117

118118
Sample response:

src/cloud/project/project-patch.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,10 @@ To apply individual patches in a local development environment:
108108

109109
```yaml
110110
stage:
111-
build:
112-
QUALITY_PATCHES:
113-
- MCTEST-1002
114-
- MCTEST-1003
111+
build:
112+
QUALITY_PATCHES:
113+
- MCTEST-1002
114+
- MCTEST-1003
115115
```
116116
117117
1. From the project root, apply the patches.
@@ -145,10 +145,10 @@ To apply patches in a Cloud environment:
145145

146146
```yaml
147147
stage:
148-
build:
149-
QUALITY_PATCHES:
150-
- MCTEST-1002
151-
- MCTEST-1003
148+
build:
149+
QUALITY_PATCHES:
150+
- MCTEST-1002
151+
- MCTEST-1003
152152
```
153153
154154
{:.bs-callout-info}

0 commit comments

Comments
 (0)