Skip to content

Commit 3b53a41

Browse files
authored
Merge pull request #799 from magento/MQE-2289
MQE-2289: Cant generate urn catalog
2 parents 0cb6d3b + eb7ffdd commit 3b53a41

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/commands/mftf.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -245,10 +245,10 @@ It also enables auto-completion in PhpStorm.
245245
#### Usage
246246

247247
```bash
248-
vendor/bin/mftf generate:urn-catalog [--force] [<path to the directory with misc.xml>]
248+
vendor/bin/mftf generate:urn-catalog [--force] [<path to misc.xml>]
249249
```
250250

251-
`misc.xml` is typically located in `<project root>/.idea/`.
251+
`misc.xml` is typically located at `<project root>/.idea/misc.xml`.
252252

253253
#### Options
254254

@@ -259,7 +259,7 @@ vendor/bin/mftf generate:urn-catalog [--force] [<path to the directory with misc
259259
#### Example
260260

261261
```bash
262-
vendor/bin/mftf generate:urn-catalog .idea/
262+
vendor/bin/mftf generate:urn-catalog .idea/misc.xml
263263
```
264264

265265
### `reset`

docs/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,13 +170,13 @@ vendor/bin/mftf build:project
170170
If you use PhpStorm, generate a URN catalog:
171171

172172
```bash
173-
vendor/bin/mftf generate:urn-catalog .idea/
173+
vendor/bin/mftf generate:urn-catalog .idea/misc.xml
174174
```
175175

176176
If the file does not exist, add the `--force` option to create it:
177177

178178
```bash
179-
vendor/bin/mftf generate:urn-catalog --force .idea/
179+
vendor/bin/mftf generate:urn-catalog --force .idea/misc.xml
180180
```
181181

182182
See [`generate:urn-catalog`][] for more details.

docs/update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Takes place when **first** digit of version number changes.
3939

4040
## After updating
4141

42-
1. It is a good idea to regenerate your IDE Schema Definition catalog with `vendor/bin/mftf generate:urn-catalog .idea/`
42+
1. It is a good idea to regenerate your IDE Schema Definition catalog with `vendor/bin/mftf generate:urn-catalog .idea/misc.xml`
4343
1. Update your tests, including data, metadata and other resources. Check if they contain tags that are unsupported in the newer version.
4444
1. Remove the references to resources (ActionGroups, Sections, Tests) marked as deprecated.
4545

0 commit comments

Comments
 (0)