Skip to content

Commands

Create and run

nstack init my-app
cd my-app
nstack setup
nstack dev

Deploy and inspect

nstack deploy
nstack status
nstack logs --follow

Targets and operations

nstack target create staging --domain staging.example.com
nstack env set API_SECRET
nstack backup
nstack pull
nstack rollback

Agent helper

nstack devexec 'console.log("ready")'