fix(shorebird_cli): create patch request (#91)

This commit is contained in:
Felix Angelov
2023-03-17 17:12:44 -05:00
committed by GitHub
parent a18d37b186
commit 3eff8bac9f
6 changed files with 10 additions and 10 deletions
@@ -34,7 +34,7 @@ Future<void> main() async {
// Create a new patch.
await client.createPatch(
artifactPath: '<PATH TO ARTIFACT>', // e.g. 'libapp.so'
baseVersion: '<BASE VERSION>', // e.g. '1.0.0'
releaseVersion: '<RELEASE VERSION>', // e.g. '1.0.0'
appId: '<APP ID>', // e.g. 'shorebird-example'
channel: '<CHANNEL>', // e.g. 'stable'
);