Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion src/content/docs/code-push/ci/_authentication.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The Shorebird CLI needs your authorization to manage apps, releases, and patches

In a browser, visit this URL to log in:

https://accounts.google.com/o/oauth2/v2/auth...
https://auth.shorebird.dev/login...

Waiting for your authorization...

Expand Down
1 change: 1 addition & 0 deletions src/content/docs/code-push/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,7 @@ The following URLs are used by Shorebird:

- https://console.shorebird.dev -- used to interact with Shorebird's services
via the web.
- https://auth.shorebird.dev -- used to authenticate with Shorebird
- https://api.shorebird.dev -- used by the `shorebird` command line tools to
interact with the Shorebird servers as well as the Shorebird updater on users'
devices to check for updates.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ No issues detected!

The core workflow to get started is:

1. `shorebird login` (authenticates via Google OAuth)
1. `shorebird login` (authenticates your Shorebird account)
2. [Initialize your project](https://docs.shorebird.dev/code-push/initialize/)
with `shorebird init` (creates `shorebird.yaml` with your app ID)
3. [Create a release](https://docs.shorebird.dev/code-push/release/) with
Expand Down