refactor(shorebird_cli): update how command metadata is populated (#2441)
This commit is contained in:
@@ -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(),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user