chore(shorebird_cli): add split-per-abi arg to release command (#2069)

This commit is contained in:
Bryan Oltman
2024-05-10 11:24:17 -04:00
committed by GitHub
parent c6285e0947
commit 65627ba2f6
@@ -86,6 +86,13 @@ On Xcode builds it is used as "CFBundleVersion".''',
// TODO(bryanoltman): uncomment this once https://github.com/dart-lang/args/pull/273 lands
// mandatory: true.
)
..addFlag(
'split-per-abi',
help: 'Whether to split the APKs per ABIs (Android only). '
'To learn more, see: https://developer.android.com/studio/build/configure-apk-splits#configure-abi-split',
hide: true,
negatable: false,
)
..addOption(
'release-version',
help: '''