@app-garden/deploy
v0.2.0
Published
Scaffold and deploy AppGarden apps to a Cloudflare dispatch namespace.
Downloads
335
Readme
@app-garden/deploy
The appgarden CLI: scaffold an internal app and deploy it to your Cloudflare dispatch namespace.
Install
npm i -g @app-garden/deployCommands
appgarden login # store your deploy config, then validate it
appgarden create <slug> [--no-install] # scaffold a new app from the bundled template
appgarden deploy [--dry-run] # build and deploy the app to your dispatch namespace
appgarden list # list your deployed apps as URLs
appgarden delete <slug> [--yes] # remove a deployed appRun appgarden login once before create/deploy. In CI, set CLOUDFLARE_API_TOKEN,
CLOUDFLARE_ACCOUNT_ID, APPGARDEN_NAMESPACE, and APPGARDEN_APPS_DOMAIN instead.
