-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update teams doc to reference shorebird console (#172)
- Loading branch information
1 parent
b2344b0
commit aaba837
Showing
2 changed files
with
27 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -69,21 +69,17 @@ Global options: | |
-v, --[no-]verbose Noisy logging, including all shell commands executed. | ||
Available commands: | ||
account Manage your Shorebird account. | ||
apps Manage your Shorebird apps. | ||
cache Manage the Shorebird cache. | ||
collaborators Manage collaborators for a Shorebird app | ||
doctor Show information about the installed tooling. | ||
flutter Manage your Shorebird Flutter installation. | ||
init Initialize Shorebird. | ||
login Login as a new Shorebird user. | ||
login:ci Login as a CI user. | ||
logout Logout of the current Shorebird user | ||
patch Manage patches for a specific release in Shorebird. | ||
preview Preview a specific release on a device. | ||
release Manage your Shorebird app releases. | ||
releases Manage your releases. | ||
upgrade Upgrade your copy of Shorebird. | ||
cache Manage the Shorebird cache. | ||
doctor Show information about the installed tooling. | ||
flutter Manage your Shorebird Flutter installation. | ||
init Initialize Shorebird. | ||
login Login as a new Shorebird user. | ||
login:ci Login as a CI user. | ||
logout Logout of the current Shorebird user | ||
patch Manage patches for a specific release in Shorebird. | ||
preview Preview a specific release on a device. | ||
release Manage your Shorebird app releases. | ||
upgrade Upgrade your copy of Shorebird. | ||
Run "shorebird help <command>" for more information about a command. | ||
``` | ||
|
@@ -98,12 +94,13 @@ Example output: | |
|
||
``` | ||
$ shorebird doctor | ||
Shorebird 0.12.1 • [email protected]:shorebirdtech/shorebird.git | ||
Flutter 3.10.6 • revision 0e2d280277cf9f60f7ba802a59f9fd187ffdd050 | ||
Engine • revision bf07ad7b0b777cb9aff15e59bf928504857f4ada | ||
Shorebird 0.18.4 • [email protected]:shorebirdtech/shorebird.git | ||
Flutter 3.13.9 • revision 39df2792f537b1fc62a9c668a6990f585bd91456 | ||
Engine • revision e81fa131e59506d9f6af2a0cee7de749131f1bf0 | ||
✓ Shorebird is up-to-date (0.8s) | ||
✓ Flutter install is correct (3.2s) | ||
✓ Shorebird is up-to-date (0.5s) | ||
✓ Flutter install is correct (0.3s) | ||
✓ Has access to storage.googleapis.com (0.2s) | ||
No issues detected! | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters