Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(faqs): update upgrade/downgrade plan FAQs #325

Merged
merged 1 commit into from
Jan 8, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 13 additions & 5 deletions src/content/docs/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -540,8 +540,13 @@ be used to patch (update) your app after that initial install.

### How do I upgrade or downgrade my plan?

You can upgrade or downgrade your plan at any time by running `shorebird
account upgrade` or `shorebird account downgrade`.
To upgrade your plan, you can
[subscribe via the
Shorebird console](https://console.shorebird.dev/subscriptions/create).

To cancel your subscription, you can view your
[account](https://console.shorebird.dev/account) and click "Edit" -> "Cancel
Subscription".

### When does my billing period reset?

Expand All @@ -551,9 +556,12 @@ month, your billing period will reset on the 15th of every month.

### How do I cancel my subscription?

You can cancel your subscription at any time by running `shorebird account
downgrade`. You will continue to have all the features of a paid account until
the end of your billing period.
To cancel your subscription, you can view your
[account](https://console.shorebird.dev/account) and click "Edit" -> "Cancel
Subscription".

You will continue to have all the features of a paid account until the end of
your billing period.

### Can I pay for a year in advance?

Expand Down
Loading