@promte/app-upload
v0.1.12
Published
CLI to upload Promte app bundles
Downloads
1,276
Readme
promte-app-upload
CLI for uploading Promte app bundles.
Quick start
npx @promte/app-upload config
npx @promte/app-upload pushCommands
npx @promte/app-upload config
- interactive setup for backend host/workspaceId/dist (stored in ./promte-app-upload.config.json)
npx @promte/app-upload push [--host ...] [--workspaceId ...] [--dist ...] [--zip ...] [--token ...]
- uploads ./dist by default
- host is the workspace backend URL used for prepare/finalize
- assets upload to app.promte.dk (or backend-provided uploadHost)
- use --zip <file> to upload an existing zipNotes:
- Tokens are never stored in the config file.
- If no token is provided, the CLI will prompt for it.
