d9088aeec6
ci / 📄 License Check (push) Has been cancelled
ci / ✅ Semantic Pull Request (push) Has been cancelled
ci / 🔤 Check Spelling (push) Has been cancelled
ci / 👀 Detect Changes (push) Has been cancelled
ci / 🎯 Build ${{ matrix.package }} (${{ matrix.os }}) (push) Has been cancelled
ci / 🎯 Build ${{ matrix.package }} (push) Has been cancelled
ci / 🔎 Verify ${{ matrix.package }} (push) Has been cancelled
ci / ci (push) Has been cancelled
Deploy Artifact Proxy Dev / ☁️ Artifact Proxy (push) Has been cancelled
Shorebird CI / changes (push) Has been cancelled
Shorebird CI / CSpell (push) Has been cancelled
Shorebird CI / artifact_proxy (push) Has been cancelled
Shorebird CI / dex (push) Has been cancelled
Shorebird CI / discord_gcp_alerts (push) Has been cancelled
Shorebird CI / flutter_version_resolver (push) Has been cancelled
Shorebird CI / jwt (push) Has been cancelled
Shorebird CI / scoped_deps (push) Has been cancelled
Shorebird CI / shorebird_build_trace (push) Has been cancelled
Shorebird CI / shorebird_ci (push) Has been cancelled
Shorebird CI / shorebird_cli (push) Has been cancelled
Shorebird CI / shorebird_code_push_client (push) Has been cancelled
Shorebird CI / shorebird_code_push_protocol (push) Has been cancelled
Shorebird CI / shorebird_redis_client (push) Has been cancelled
Shorebird CI / stripe_api (push) Has been cancelled
Shorebird CI / required (push) Has been cancelled
- Updated AAR releaser test to use ShorebirdProcess.defaultFlutterStorageBaseUrl. - Changed macOS releaser test to reference a new troubleshooting URL. - Enhanced shorebird_yaml_test with deserialization for AOT patch metadata. - Modified network_checker_test to check self-hosted URLs from ShorebirdEnv. - Added tests for artifact paths in shorebird_artifacts_test. - Updated shorebird_cli_command_runner_test to reflect new repository URL. - Improved shorebird_env_test with additional tests for shorebirdRoot and engine revision fallback. - Adjusted shorebird_flutter_test to use environment variables for Flutter Git URL. - Updated shorebird_process_test to utilize default Flutter storage URL. - Enhanced shorebird_validator_test to link to the default hosted URL. - Updated shorebird_web_console_test to use the configured hosted URL. - Refactored code_push_client to use default hosted URL for API requests. - Updated README and generation scripts for the code_push_protocol package to reflect new OpenAPI spec source. - Modified shared.sh to allow configurable Flutter repository and storage URLs. Signed-off-by: Tony <tonylu@tony-cloud.com>
67 lines
1.3 KiB
YAML
67 lines
1.3 KiB
YAML
name: shorebird_cli
|
|
description: Command-line tool to interact with Shorebird's services.
|
|
version: 1.6.108
|
|
repository: https://git.tonycloud.org/flutter/shorebird-workspace
|
|
resolution: workspace
|
|
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: ">=3.9.0 <4.0.0"
|
|
|
|
dependencies:
|
|
archive: ^4.0.8
|
|
args: ^2.7.0
|
|
checked_yaml: ^2.0.4
|
|
cli_completion: ^0.5.0
|
|
cli_util: ^0.5.1
|
|
clock: ^1.1.2
|
|
collection: ^1.19.1
|
|
crypto: ^3.0.6
|
|
dex:
|
|
path: ../dex
|
|
equatable: ^2.0.8
|
|
googleapis_auth: ^2.3.1
|
|
http: ^1.5.0
|
|
intl: ^0.20.2
|
|
io: ^1.0.5
|
|
json_annotation: ^4.12.0
|
|
json_path: ^0.9.0
|
|
jwt:
|
|
path: ../jwt
|
|
mason_logger: ^0.3.5
|
|
meta: ^1.16.0
|
|
open_aot_patch_tools:
|
|
path: ../open_aot_patch_tools
|
|
path: ^1.9.1
|
|
pem: ^2.0.5
|
|
platform: ^3.1.6
|
|
pointycastle: ^4.0.0
|
|
propertylistserialization: ^1.4.1
|
|
pub_semver: ^2.2.0
|
|
pubspec_parse: ^1.5.0
|
|
retry: ^3.1.2
|
|
scoped_deps: ^0.1.0
|
|
shorebird_build_trace:
|
|
path: ../shorebird_build_trace
|
|
shorebird_code_push_client:
|
|
path: ../shorebird_code_push_client
|
|
shorebird_code_push_protocol:
|
|
path: ../shorebird_code_push_protocol
|
|
stream_transform: ^2.1.1
|
|
uuid: ^4.5.3
|
|
xml: ^6.5.0
|
|
yaml: ^3.1.3
|
|
yaml_edit: ^2.2.4
|
|
|
|
dev_dependencies:
|
|
build_runner: ^2.15.0
|
|
build_verify: ^3.1.1
|
|
build_version: ^2.1.1
|
|
json_serializable: ^6.13.2
|
|
mocktail: ^1.0.5
|
|
test: ^1.31.1
|
|
|
|
executables:
|
|
shorebird:
|