Skip to content

Remote CI CD build tagging `app‐deploy tagging`

Jasmin Abou Aldan edited this page Feb 26, 2025 · 2 revisions

Once the build is deployed, you can run the tagging option that will read the version from the installation file (ipa, apk, aab), combined with some input options, and as output, it will generate deployed build tag (e.g., internal-staging/v1.0.0-45b46c100).

Mandatory parameters

  • -e - environment
  • -p or -v - path to installation file or explicitly defined version. Mutual excluded options.
  • -b - CI/CD build counter

Optional parameters

  • -v - custom version number that overrides one from the installation file
  • -c - can be used to set the tag message representing the changelog

Example

app-deploy tagging -e "internal-staging" -p path/to/app.ipa -b $CI_COUNTER