You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ftl deploy will recursively build and deploy all modules in the provided paths, by default it will block until either a timeout error occurs or all modules are deployed and live. feat: use buildengine for deploy cmd #1002
Could we introduce a command to stop/restart the background cluster? Rather than having to ps aux | grep ftl and kill -9 it, we could do something like ftld stop ("d" for daemon? idk just spitballing to illustrate the idea)
ftl deploy
will recursively build and deploy all modules in the provided paths, by default it will block until either a timeout error occurs or all modules are deployed and live. feat: use buildengine for deploy cmd #1002ftl
tooling. #970Use cases
Echo/time example
Build system loads dependency graph (fast-path extraction):
Builds time, extracting schema to
time/_ftl/schema.pb
Build tool loads the schema.
Start building echo
Code-gens Kotlin stubs for time based on dependency graph
Build Kotlin
Unit tests/CI
Integration tests/CI
Interactive development
Non-interactive development
The text was updated successfully, but these errors were encountered: