← All releases
v3.0.4

TypeScript app configs in eoas init

  • eoas CLI
  • eoas init reads and writes app.config.ts as well as app.config.js and app.json. It updates the updates key in place and errors when it cannot find the config object.
  • Code signing fields are emitted as expressions guarded by DISABLE_CODE_SIGNING, so a local build runs without the private key.
  • generate-certs warns never to commit private-key.pem, and init adds it to .gitignore.
  • The CLI now has a Vitest suite and its own CI job.

Release on GitHub