feat(workout): verify mobile release kit
Add a workout-mobile verify command that checks the generated release kit and server artifact, then document it beside release/doctor so the mobile path has a recurring gate. req: examples/006
This commit is contained in:
@@ -9,6 +9,7 @@ vendor work. req: examples/006
|
||||
|
||||
```sh
|
||||
cargo run -p hemx-xtask -- workout-mobile release
|
||||
cargo run -p hemx-xtask -- workout-mobile verify
|
||||
cargo run -p hemx-xtask -- workout-mobile doctor
|
||||
```
|
||||
|
||||
@@ -25,7 +26,8 @@ target/hemx-mobile/workout/
|
||||
ios/README.md
|
||||
```
|
||||
|
||||
Use `doctor` when you only want to see missing external inputs.
|
||||
Use `verify` to check the generated kit and release binary. Use `doctor` when
|
||||
you only want to see missing external inputs.
|
||||
|
||||
## Production configuration
|
||||
|
||||
|
||||
Reference in New Issue
Block a user