This repository was archived by the owner on Nov 19, 2024. It is now read-only.
File tree 3 files changed +14
-14
lines changed
3 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ To create an OAuth consumer in Bitbucket:
146
146
1 . Verify the project integration.
147
147
148
148
``` bash
149
- magento-cloud integrations -p ' <project-ID>'
149
+ magento-cloud integrations -p < project-ID>
150
150
```
151
151
152
152
``` terminal
@@ -236,11 +236,11 @@ To activate a branch created with Bitbucket:
236
236
``` terminal
237
237
Your environments are:
238
238
+---------------------+----------------+--------+
239
- | ID | Name | Status |
239
+ | ID | Name | Status |
240
240
+---------------------+----------------+--------+
241
- | master | Master | Active |
241
+ | master | Master | Active |
242
242
| integration | integration | Active |
243
- | from-bitbucket * | from-bitbucket | Active |
243
+ | from-bitbucket * | from-bitbucket | Active |
244
244
+---------------------+----------------+--------+
245
245
* - Indicates the current environment
246
246
```
@@ -265,7 +265,7 @@ To remove the Bitbucket integration:
265
265
1 . Delete the integration.
266
266
267
267
``` bash
268
- magento-cloud integration:delete < project -ID>
268
+ magento-cloud integration:delete < int -ID>
269
269
```
270
270
271
271
Also, you can remove the Bitbucket integration by logging in to your Bitbucket account and revoking the OAuth grant on the account _ Settings_ page.
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ Created integration integration-ID (type: webhook)
112
112
You can update an existing integration. For example, change the states from ` complete ` to ` pending ` using the following:
113
113
114
114
``` bash
115
- magento-cloud integration:update --states=pending < integration-ID >
115
+ magento-cloud integration:update --states=pending < int-id >
116
116
```
117
117
118
118
Sample response:
Original file line number Diff line number Diff line change @@ -108,10 +108,10 @@ To apply individual patches in a local development environment:
108
108
109
109
``` yaml
110
110
stage :
111
- build :
112
- QUALITY_PATCHES :
113
- - MCTEST-1002
114
- - MCTEST-1003
111
+ build :
112
+ QUALITY_PATCHES :
113
+ - MCTEST-1002
114
+ - MCTEST-1003
115
115
` ` `
116
116
117
117
1. From the project root, apply the patches.
@@ -145,10 +145,10 @@ To apply patches in a Cloud environment:
145
145
146
146
``` yaml
147
147
stage :
148
- build :
149
- QUALITY_PATCHES :
150
- - MCTEST-1002
151
- - MCTEST-1003
148
+ build :
149
+ QUALITY_PATCHES :
150
+ - MCTEST-1002
151
+ - MCTEST-1003
152
152
` ` `
153
153
154
154
{:.bs-callout-info}
You can’t perform that action at this time.
0 commit comments