Skip to content

Commit

Permalink
Merge branch 'main' into bo/idevicesyslog
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanoltman authored Nov 10, 2023
2 parents 894a6ef + 254941b commit 85e714e
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 187 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ This repository is a monorepo containing the following packages:
| [shorebird_cli](packages/shorebird_cli/README.md) | Command-line which allows developers to interact with various Shorebird services |
| [shorebird_code_push_client](packages/shorebird_code_push_client/README.md) | Dart library which allows Dart applications to interact with the ShoreBird CodePush API |
| [shorebird_code_push_protocol](packages/shorebird_code_push_protocol/README.md) | Dart library which contains common interfaces used by Shorebird CodePush |
| [artifact_proxy](packages/artifact_proxy/README.md) | Dart server which supports intercepting and proxying Flutter artifact requests. |
| [discord_gcp_alerts](packages/discord_gcp_alerts/README.md) | Dart server which forwards GCP alerts to Discord |
| [jwt](packages/jwt/README.md) | Dart library for verifying Json Web Tokens |
| [redis_client](packages/redis_client/README.md) | Dart library for interacting with Redis |
Expand Down
1 change: 0 additions & 1 deletion packages/shorebird_cli/lib/src/command_runner.dart
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ class ShorebirdCliCommandRunner extends CompletionCommandRunner<int> {
'are building Flutter locally.',
);

addCommand(AppsCommand());
addCommand(BuildCommand());
addCommand(CacheCommand());
addCommand(DoctorCommand());
Expand Down
2 changes: 0 additions & 2 deletions packages/shorebird_cli/lib/src/commands/apps/apps.dart

This file was deleted.

20 changes: 0 additions & 20 deletions packages/shorebird_cli/lib/src/commands/apps/apps_command.dart

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion packages/shorebird_cli/lib/src/commands/commands.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
export 'apps/apps.dart';
export 'build/build_command.dart';
export 'cache/cache.dart';
export 'doctor_command.dart';
Expand Down

This file was deleted.

0 comments on commit 85e714e

Please sign in to comment.