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
Ideally we can leverage this behavior from the ftl dev command as well. Would could have ftl dev be responsible for watching things and ftl deploy be responsible for building everything.
ftl deploy . would deploy all modules (and keep retrying failures) until everything deploys successfully, then would return.
This will be useful for testing in the future. We can serve and deploy all modules, then run tests agains them.
The text was updated successfully, but these errors were encountered:
Ideally we can leverage this behavior from the
ftl dev
command as well. Would could haveftl dev
be responsible for watching things andftl deploy
be responsible for building everything.ftl deploy .
would deploy all modules (and keep retrying failures) until everything deploys successfully, then would return.This will be useful for testing in the future. We can serve and deploy all modules, then run tests agains them.
The text was updated successfully, but these errors were encountered: