chore(shorebird_cli): adjust shorebird init suggested commands (#312)

This commit is contained in:
Felix Angelov
2023-04-18 16:31:00 -05:00
committed by GitHub
parent c5fc7ed42e
commit d00f4107cd
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ including the default Flutter counter works too, e.g.
Reference the following commands to get started:
🚙 To run your project use: "shorebird run".
📦 To build your project use: "shorebird build".
📦 To create a new release use: "shorebird release".
🚀 To push an update use: "shorebird patch".
For more information about Shorebird, visit https://shorebird.dev
+1 -1
View File
@@ -40,7 +40,7 @@ shorebird init
Reference the following commands to get started:
🚙 To run your project use: "shorebird run".
📦 To build your project use: "shorebird build".
📦 To create a new release use: "shorebird release".
🚀 To push a new update use: "shorebird patch".
For more information, visit https://shorebird.dev
@@ -115,7 +115,7 @@ ${lightGreen.wrap('🐦 Shorebird initialized successfully!')}
Reference the following commands to get started:
🚙 To run your project use: "${lightCyan.wrap('shorebird run')}".
📦 To build your project use: "${lightCyan.wrap('shorebird build')}".
📦 To create a new release use: "${lightCyan.wrap('shorebird release')}".
🚀 To push an update use: "${lightCyan.wrap('shorebird patch')}".
For more information about Shorebird, visit ${link(uri: Uri.parse('https://shorebird.dev'))}''',