@dowser/cli
v0.10.0
Published
The dowser CLI binary — drives real-device test runs, explore mode, codegen, and pull.
Readme
@dowser/cli
The dowser CLI binary for the dowser real-device test runner. Single binary, five subcommands: test, explore, pull, share, codegen.
Install
yarn add -D @dowser/cliUsage
yarn dowser test --platform ios
yarn dowser explore --platform ios
yarn dowser pull
yarn dowser share dowser-recordings/dowser-session-*.zip
yarn dowser codegen dowser-recordings/dowser-session-*.zipdowser test and dowser explore require a Metro bundler running with EXPO_PUBLIC_DOWSER=test (or =record) in another terminal. The CLI does not start Metro itself — keeping the transformer cache warm across runs is intentional.
See https://github.com/getdowser/dowser for the full CLI reference and getting-started guide.
