-
Notifications
You must be signed in to change notification settings - Fork 0
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
).
-
-e
- environment -
-p
or-v
- path to installation file or explicitly defined version. Mutual excluded options. -
-b
- CI/CD build counter
-
-v
- custom version number that overrides one from the installation file -
-c
- can be used to set the tag message representing the changelog
app-deploy tagging -e "internal-staging" -p path/to/app.ipa -b $CI_COUNTER