Priit Lätt

Results 16 comments of Priit Lätt

@nilsreichardt @ziga-hvalec I've opened PR #402 to add phased releases support for actions `app-store-connect publish` and `app-store-connect builds submit-to-app-store`. CLI switch `--phased-release` has to be used to enable phased release...

This is released now and available in version [0.51.0](https://github.com/codemagic-ci-cd/cli-tools/releases/tag/v0.51.0). I hope you'll find it useful and in case of any issues, please let us know.

@mlb5000, could it be that you are running your build script on a machine that has some other provisioning profiles already in `~/Library/MobileDevice/Provisioning Profiles` before `app-store-connect fetch-signing-files {BUNDLE_ID} [...]` completes?...

Hi @mmattes. The problem with ```bash keychain create --path=$(mktemp) ``` is that `mktemp` already creates a new file: ```bash 10:29:52 priit@groundhog T file $(mktemp) /var/folders/vs/tcrc5cns67zgynxt6fssjdg80000gn/T/tmp.lQk3HVgs: empty ``` It is a...

Hi @kevmo314, thanks for bringing this up. This sure sounds like a useful addition to `app-store-connect publish`. We'll give it some more thought on how to implement it and let...

@marianhlavac, thank you for bringing up this feature request. We'll add this to our roadmap as it genuinely can be a useful thing to have. However, since it requires quite...

@martinjeret @victor-heali do you have any suggestions how to improve docs for this? Current documentation can be seen from the [here](https://github.com/codemagic-ci-cd/cli-tools/blob/master/docs/app-store-connect/get-latest-testflight-build-number.md#--pre-release-versionpre_release_version).

As `--pre-release-version` flag is optional, it does not have a default value.