ci: check CLI references (#3967)

This commit is contained in:
Teppei Fukuda
2023-04-03 07:57:08 +03:00
committed by GitHub
parent 70f507e1af
commit cf2f0b2d1c
27 changed files with 114 additions and 86 deletions

View File

@@ -51,6 +51,13 @@ $ mage test:integration
```
### Documentation
If you update CLI flags, you need to generate the CLI references.
The test will fail if they are not up-to-date.
```shell
$ mage docs:generate
```
You can build the documents as below and view it at http://localhost:8000.
```