-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is a very minimal first implementation, just to get the ball rolling. This exposes most commands (excluding any interactive or perpetually running commands) via an HTTP API, served by the `garden serve` command, as well as during execution of commands that watch for file changes, e.g. `garden dev`. For now, the latter is only enabled if you set the GARDEN_ENABLE_SERVER env variable, e.g. `GARDEN_ENABLE_SERVER=1 garden dev`. To avoid conflicts, those commands start the server with a randomly allocated free port, whereas `garden serve` uses a fixed port, which the user can override.
- Loading branch information
Showing
23 changed files
with
893 additions
and
58 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.