@dqnamo/cloudport
v0.1.22
Published
Run local dev projects in cloud sandboxes with bidirectional sync and preview URLs.
Readme
Cloudport
Cloudport is a TypeScript CLI for running local development projects in an Isorun sandbox with bidirectional Mutagen sync and public preview URLs.
npm install -g @dqnamo/cloudport
npm install -g isorun
cloudport init
cloudport runCloudport defaults Isorun sandboxes to timeoutSec: 300, so idle sandboxes are cleaned up by Isorun. Use cloudport stop or Ctrl-C from cloudport run to hibernate the sandbox intentionally.
Secrets are read from CLOUDPORT_SANDBOX_API_KEY or ISORUN_API_KEY; they are never stored in cloudport.json.
Status
This repository contains the CLI implementation and runtime image scaffolding. The Cloudport base images must be built and published before real Isorun runs can use the Mutagen-over-WebSocket tunnel path.
