runatlantis / atlantis

Terraform Pull Request Automation
https://www.runatlantis.io
Other
7.73k stars 1.05k forks source link

chore: Add test to make sure flags are up to date and sorted #4845

Open lukemassa opened 1 month ago

lukemassa commented 1 month ago

what

Add a unit test to make sure that the flags in the server-configuration.md page in the documentation match the configuration options, and are sorted in the file.

Additionally added documentation for two missing flags --disable-global-apply-lock and --disable-markdown-folding, and reordered a few that were out of order.

why

Important to make sure all our flags are documented (and the disabled flags are removed). Also might as well keep them sorted.

tests

Just running the unit tests

references

Followup from #4063