Skip to content

Neo 0.22.0

Latest

Choose a tag to compare

@github-actions github-actions released this 20 Jul 05:26

New Features

  • neo install scaffolds a project instead of installing on the serverneo install <app> (or the interactive picker) now asks for a folder and writes a ready-to-deploy docker-compose.yml (the template's app image + its bundled databases), a .neo.yml, and a .env with generated secrets. You then run neo deploy in that folder — and can edit the files first. (The install command previously wasn't wired up at all.)

Changes

  • Dropped neo connect — the one-time "transfer to Vxero" command was only a browser-redirect stub, so it's been removed from the CLI and the dashboard. The internal/bridge/ package is retained but no longer wired to any command.