impaktfull_cli 0.15.2 impaktfull_cli: ^0.15.2 copied to clipboard
A cli that combines all tools for development, testing, ci/cd,...
0.13.0 #
Feat #
- Improved logging to easily follow allong
- Enable/disable verbose logging during run.
- Print logs to file on error to (impaktfull_cli.log)
- Playstore release to
internal
track by default - Playstore release to
draft
release status by default
0.11.5 #
Fix #
- CI/CD plugin where the buildnr field was not used
- verbose logging instead of debug loggin for the version bump
0.11.3 #
Fix #
- Bug where the release_config.json did not contain the correct version and failed because it was expected
0.11.2 #
Fix #
- Bug where the git status method would return a list with 1 item if nothing was detected
0.11.0 #
Feat #
- Add the option to add a
flavor
to the versionbump command - Add the option to add a
suffix
to the versionbump command
0.10.13 #
Feat #
- Add the option to check if git is clean
- Add the option to versionbump using
release_config.json
file - Add the option to check if a clitool is installed
0.10.2 #
Fix #
- Renamed
valultName
toopValueName
onstartBuildWithCertificateAndPasswordFromOnePassword
on theCiCdPlugin
0.10.1 #
Fix #
- Export
valultName
forstartBuildWithCertificateAndPasswordFromOnePassword
on theCiCdPlugin
0.10.0 #
Feat #
- Added
rawServiceAccount
tostartBuildWithCertificateAndPasswordFromOnePassword
on theCiCdPlugin
0.8.0 #
Feat #
- Pass service accounts to override the default service account in the
OnePasswordPlugin
0.7.0 #
Feat #
- Added
getServiceAccountCredentials
toOnePasswordPlugin
to get google service account credentials from 1password.
0.5.1 - 0.5.3 #
Fix #
- Bug where testflight upload would succeed when the app was invalid because of a lower,same version number
0.3.2 #
Fix #
PlayStoreUploadConfig
required fields if neededTestflightUploadConfig
required fields if needed
0.3.0 #
Feat #
- (ci/cd): Upload to playstore with ci/cd plugin
- (ci/cd): Upload to appstore with ci/cd plugin
0.2.3 -> 0.2.20 #
Features #
- (ci): Automatic publish to pub.dev from github actions (some trial and error happened)
0.2.1 #
Features #
- (AppCenter): Export default distribution group.
- (cli): Added support to extend the cli with custom plugins.