CLI Updates
- Magnus Kanholt
- Oct 7
- 1 min read

FluxScape CLI – New Deployment Commands & Updated Syntax
We’ve rolled out a major update to the FluxScape CLI, introducing authenticated deployments and a simplified command syntax.
What’s new
1. Updated command syntaxYou can now run commands directly with:
npx fluxscape <command>
instead of
npx @fluxscape/cli <command>
This makes the CLI easier to use, script, and integrate into your automation workflows.
2. New deployment commandsThe CLI now supports authenticated deployments straight from your terminal.
fluxscape deploy list - Lists all available deploy targets for your account.
fluxscape deploy to - Deploys your FluxScape app to a specific URL, with options for runtime versions or local runtime paths.
fluxscape deploy list
fluxscape deploy to --url my-app.fluxscape.io
fluxscape deploy to --url my-app.fluxscape.io --runtime react@1.0.0
fluxscape deploy to --url my-app.fluxscape.io --runtimePath ./local-runtime
Why this matters
This update streamlines the full build → deploy flow.You can now:• Use shorter, cleaner commands• Authenticate, list, and deploy directly from the terminal• Control runtime versions for consistent, predictable releases
It’s a key step toward a fully integrated, end-to-end deployment pipeline for Builder and Enterprise environments.
🔗 Try the latest version: fluxscape on npm
💬 Join the community: https://discord.com/invite/aJvshFKgJ7
📩 Contact us: fluxscape.io/contact




Comments