<- All updates
CLI
Open a deploy after publishing
Add --open and the CLI opens your new deployment in the default browser.
- Released
- Area
- CLI
Add --open before the path when you want to check a deployment as soon as it goes live:
npx @getflat/cli deploy --open ./dist
The CLI finishes the upload, prints the deployment URL to standard output, then opens it in your default browser. Existing scripts can keep capturing the URL as before.
-o is the short form. Both flags work with folders and single files, and both must come before the path.
If the browser cannot open, the deployment stays live and the CLI prints a warning.