The whole platform from your terminal
Projects, deployments, databases, functions and realtime channels, driven from the shell and scriptable in CI.
- Browser-confirmed login
- Same permissions as your account
- Automation tokens for pipelines
Your permissions, nothing more
The CLI acts as you. It cannot do anything your account could not do in the dashboard.
Targets are explicit
veltic target sets the host the CLI talks to and prints it when called without an argument. Checking your target before a deploy is one keystroke.
Built-in help is the reference
veltic --help reflects the version you have installed, which is more trustworthy than any documentation page for flags.
Made for pipelines
Issue an automation token, keep it in your CI secret store and never pass it as a public build argument.
Project IDs beat project names
Names are for humans and get reused. Use the project ID in scripts so a rename never silently retargets a deployment.
npm install -g veltic-cli
veltic target https://APP_BASE_URL
veltic auth
veltic projects listBuild the whole backend in one project
One plan, one dashboard, one command line interface. PostgreSQL, applications, functions, storage and realtime.