refactor(shorebird_cli): update how command metadata is populated (#2441)

This commit is contained in:
Bryan Oltman
2024-08-23 17:06:30 -04:00
committed by GitHub
parent 7cbcc68f49
commit 5d845fc7ae
31 changed files with 540 additions and 436 deletions
@@ -50,13 +50,11 @@ Future<void> main() async {
hasAssetChanges: false,
usedIgnoreNativeChangesFlag: false,
hasNativeChanges: false,
linkPercentage: null,
environment: BuildEnvironmentMetadata(
flutterRevision: '<FLUTTER_REVISION>', // e.g. '83305b5088e6'
operatingSystem: 'Windows',
operatingSystemVersion: '10',
shorebirdVersion: '1.2.3',
xcodeVersion: null,
),
).toJson(),
);