chore(shorebird_cli): remove mention of trusted testers (#657)

This commit is contained in:
Felix Angelov
2023-06-14 12:44:11 -07:00
committed by GitHub
parent 7f3e7c0e2a
commit 5c05cf8ad4
2 changed files with 3 additions and 5 deletions
@@ -56,7 +56,7 @@ To subscribe, run ${lightCyan.wrap('shorebird account subscribe')}.
🔑 Credentials are stored in ${lightCyan.wrap(auth.credentialsFilePath)}.
🚪 To logout, use: "${lightCyan.wrap('shorebird logout')}".
A subscription is required to use Shorebird during the Trusted Tester program.
A subscription is required to use Shorebird.
To subscribe, run ${lightCyan.wrap('shorebird account subscribe')}.
Please let us know via Discord if we can help!
@@ -23,8 +23,7 @@ class SubscribeAccountCommand extends ShorebirdCommand
@override
String get summary => '''
A subscription to Shorebird's Trusted Tester program is required to publish
patches to your apps.
A subscription to Shorebird is required to publish patches to your apps.
The subscription costs \$20 USD per month per user and is billed through Stripe.
@@ -89,8 +88,7 @@ Once Stripe has processed your payment, you will be able to use Shorebird to cre
${styleBold.wrap(red.wrap('Note: This payment link is specifically for ${styleItalic.wrap('your account')}. Do not share it with others.'))}
Once you have completed your payment, please let us know on Discord or by
replying to your invite email, so that we can add you to the Trusted Tester
private Discord channel for live support.
replying to your invite email, so that we can add you to the support channel for live support.
Thanks for you help!
''');