codemagic-ci-cd / cli-tools

Various utilities to managing Android and iOS app builds, code signing, and deployment.
https://codemagic.io/start/
GNU General Public License v3.0
279 stars 42 forks source link

Invalid command and action names in docs #34

Closed priitlatt closed 4 years ago

priitlatt commented 4 years ago

Commands and subcommands that contain hyphen '-' are not documented correctly, such as app-store-connect create-bundle-id.

The normal hyphen symbol is replaced with the non-breaking hypen (here and here) for markdown table formatting purposes.

This however has a consequence that copy-paste of those commands do not work as expected. Command and their names should not be altered in favor of formatting.

priitlatt commented 4 years ago

Once fixed, the backreferences in codemagic-ci-cd/codemagic-docs should be updated too.