@beamdeploy/cli
v0.2.0-preview.1
Published
BeamDeploy CLI — push OTA bundles and React Native updates from CI/CD pipelines
Maintainers
Readme
@beamdeploy/cli
BeamDeploy's Node.js 20+ command-line client for validating and uploading immutable OTA bundles, uploading React Native platform bundles, and promoting a tested version between channels.
npm install --save-dev @beamdeploy/cli
npx beamdeploy --helpSet the control-plane origin and an app-scoped deploy key through CI secrets:
export BEAMDEPLOY_SERVER="https://beamdeploy.example.com"
export BEAMDEPLOY_TOKEN="<app-scoped deploy key>"
npx beamdeploy doctor --server "$BEAMDEPLOY_SERVER"
npx beamdeploy auth contextNever commit the deploy key or ship it in a mobile application. Use rn upload --dry-run to
validate a React Native artifact locally before the authenticated staging upload. Inspect
npx beamdeploy --help before using optional preflight or channel commands.
