Skip to content

Commit 1a8142f

Browse files
authored
docs: add account upgrade to getting started (#14)
1 parent 78468ff commit 1a8142f

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

docs/index.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,3 +156,25 @@ Waiting for your authorization...
156156
🔑 Credentials are stored in ./path/to/credentials.json.
157157
🚪 To logout use: "shorebird logout".
158158
```
159+
160+
## Upgrade to a Paid Account ⬆️
161+
162+
To use Shorebird, you must upgrade to a paid account using the `shorebird account subscribe` command. Once you have paid, your account will be automatically upgraded and you will be able to use Shorebird to build and deploy apps.
163+
164+
```
165+
shorebird account subscribe
166+
```
167+
168+
Example output:
169+
170+
```
171+
$ shorebird account subscribe
172+
✓ Link generated! (0.8s)
173+
174+
To purchase a Shorebird subscription, please visit the following link:
175+
https://buy.stripe.com/...
176+
177+
Once Stripe has processed your payment, you will be able to use Shorebird to create and publish apps.
178+
179+
Note: This payment link is specifically for your account. Do not share it with others.
180+
```

0 commit comments

Comments
 (0)