@wpro-eng/beam-cli
v0.1.0
Published
Command line client for deploying and managing Beam sites.
Readme
Beam CLI
Command line client for deploying and managing Beam sites.
Install
npm install -g @wpro-eng/beam-cliYou can also run it without a global install:
npx @wpro-eng/beam-cli --helpUsage
beam auth login
beam init example-app
beam deploy example-app my-site
beam list
beam open my-site
beam publish my-site --expires 2026-12-31T00:00:00.000Zbeam auth login opens Beam in your browser, completes the IAP-backed login flow, and stores Beam CLI credentials in ~/.config/beam/credentials.json.
Configuration
BEAM_API_URL, Beam API base URL, defaults tohttps://beam.wpro.shBEAM_DEPLOY_TOKEN, optional bearer token for deploy API callsBEAM_CONFIG_DIR, optional Beam CLI credential directoryBEAM_PRIVATE_BASE_URL, URL template/base for private sitesBEAM_PUBLIC_BASE_URL, URL template/base for public shares
