Skip to content

Commit

Permalink
docs: Add a comment in shorebird.yaml to check in to version control. (
Browse files Browse the repository at this point in the history
  • Loading branch information
eseidel authored Apr 26, 2023
1 parent 8538943 commit d11c77f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/shorebird_cli/lib/src/shorebird_config_mixin.dart
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,12 @@ mixin ShorebirdConfigMixin on ShorebirdCommand {
File(
p.join(Directory.current.path, 'shorebird.yaml'),
).writeAsStringSync('''
# This file is used to configure the Shorebird CLI.
# This file is used to configure the Shorebird updater used by your application.
# Learn more at https://shorebird.dev
# This file should be checked into version control.
# This is the unique identifier assigned to your app.
# It is used by your app to request the correct patches from the Shorebird servers.
# It is used by your app to request the correct patches from Shorebird servers.
app_id: $appId
''');

Expand Down

0 comments on commit d11c77f

Please sign in to comment.