This repository has been archived by the owner on Apr 17, 2023. It is now read-only.
Releases: sloppyio/cli
Releases · sloppyio/cli
v2.1.0-beta5
Bug Fixes
- console: validate project before exec #57 (Remy Adriaanse)
v2.1.0-beta4
Bug Fixes
- console: better cmd encoding #55 (Remy Adriaanse)
v2.1.0-beta3
Bug Fixes
- console: retain command exit code #54 (Remy Adriaanse)
v2.1.0-beta2
Features
- console: allow non-shell commands #53 (Remy Adriaanse)
v2.1.0-beta
Features
- console: initial interactive console support #52 (Remy Adriaanse)
Commits
- deps: bump go version and tidy #52 (Remy Adriaanse)
v2.0.0
Features
- ci: refactor build setup #50 (Remy Adriaanse)
- dev: add development tooling #50 (Remy Adriaanse)
- ci: add GitHub Actions #50 (Remy Adriaanse)
Commits
- deps: migrate to go modules #50 (Remy Adriaanse)
- style: golangci-lint #50 (Remy Adriaanse)
- deps: bump Go and Bingo version #50 (Remy Adriaanse)
1.13.1
1.13.0
1.12.0
1.11.1: release 1.11
New feature: Support for deploying from docker-compose.yml files!
This is the first release supporting sloppy start docker-compose.yml
to deploy to sloppy.io directly from your Docker Compose files. This also works with sloppy change
.
Both commands will take the name of the current working directory as the project name. To override that, specify another name with -p
, like this: sloppy change -p shop-stage docker-compose.yml
This is our first release and we'll expect a few things to be a little bumpy. If you spot something, please report here: https://github.com/sloppyio/sloppose/issues
The one known issue: Health checks aren't mapped.