dbos-inc / dbos-transact-ts

The TypeScript framework for backends that scale
https://docs.dbos.dev
MIT License
366 stars 27 forks source link

App deploy supports all options from register #602

Closed qianl15 closed 2 months ago

qianl15 commented 2 months ago

Add support for specifying -d, --database <string> and --enable-timetravel options in npx dbos-cloud app deploy.

Those two options are only effective during the initial deployment. Subsequent changes to a deployed app won't have any effect.