Skip to content

Commit

Permalink
fixed mftf docs
Browse files Browse the repository at this point in the history
  • Loading branch information
faradey committed Oct 24, 2023
1 parent a4c2542 commit 64ad785
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This project is written on Golang, and it is distributed under a MIT License.

## Tested on
* Linux (Ubuntu 20.04)
* macOS (Monterey, Sonoma)
* macOS (Monterey, Sonoma)
* Windows (10, 11)

## Video
Expand Down
6 changes: 6 additions & 0 deletions docs/workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,12 @@ This command shows you the following items:


* `magento` or `m` Execute Magento command inside php container. For example: `madock m setup:upgrade`


* `mftf` Execute MFTF command inside php container. For example: `madock mftf generate:tests`


* `mftf:init` Init MFTF configuration. For example: `madock mftf:init`


* `n98` Execute n98 command inside php container. For example: `madock n98 sys:info`
Expand Down
2 changes: 2 additions & 0 deletions src/cli/helper/help.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ func Help() {
describeByLevel("[name of container]", "Container name. Optional. Default container: php. Example: php", 1)
describeByLevel("magento", "Execute Magento command inside php container", 0)
describeByLevel("m", "The short alias of `magento` command", 0)
describeByLevel("mftf", "Execute MFTF command inside php container. For example: `madock mftf generate:tests`", 0)
describeByLevel("mftf:init", "Init MFTF configuration. For example: `madock mftf:init`", 0)
describeByLevel("n98", "Execute n98 command inside php container. For example: `madock n98 sys:info`", 0)
describeByLevel("node", "Execute NodeJs command inside php container", 0)
describeByLevel("patch:create", "Create patch. The patch can be used with the composer plugin cweagans/composer-patches", 0)
Expand Down

0 comments on commit 64ad785

Please sign in to comment.