-
Notifications
You must be signed in to change notification settings - Fork 275
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: remove experimental Go CLI
The experimental Go CLI, previously in the `garden-cli` and `garden-sync` directories, has been moved to a separate repo: https://github.com/garden-io/experimental-go-cli. Moving the Go CLI simplifies the build process. It also simplifies development since users no longer need to have Go installed and the source code in their `$GOPATH`. Furthermore, the Go CLI works just fine as a standalone module since the docker image it uses is available on DockerHub (https://hub.docker.com/r/gardenengine/garden-service) and is updated on every merge to master. Therefore there's no real reason to co-locate it with the rest of the Garden source code.
- Loading branch information
Showing
19 changed files
with
3 additions
and
1,395 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.