generated from TBD54566975/tbd-project-template
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: ftl dev now using buildengine (#1028)
Still a bit more to do here + some testing, but wanted to push up progress. ```sh ftl dev ../ftl-examples/online-boutique/backend/services examples/go --recreate info: Starting FTL with 1 controller(s) and 0 runner(s) info:controller0: Web console available at: http://localhost:8892 info:time: Building module info:cart: Building module info:ad: Building module info:currency: Building module info:time: Deploying module info:ad: Deploying module info:cart: Deploying module info:currency: Deploying module info:controller0: Deployed currency-f4a032646d info:controller0: Deployed time-ca2556f75d info:controller0: Deployed cart-c9a2f125f9 info:controller0: Deployed ad-54a5b61320 info:shipping: Building module info:payment: Building module info:echo: Building module info:productcatalog: Building module info:echo: Deploying module info:shipping: Deploying module info:payment: Deploying module info:productcatalog: Deploying module info:controller0: Deployed payment-1f2ad7da27 info:controller0: Deployed productcatalog-f281d20587 info:controller0: Deployed shipping-47764b1f31 info:controller0: Deployed echo-88d74d32f8 info:recommendation: Building module info:checkout: Building module info:recommendation: Deploying module info:checkout: Deploying module info:controller0: Deployed checkout-ed4e646ba2 info:controller0: Deployed recommendation-bc93fb4a09 info:time: Building module info:time: Deploying module ```
- Loading branch information
1 parent
dcd6aee
commit db9acb4
Showing
3 changed files
with
90 additions
and
279 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.