Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Releases: sloppyio/cli

v2.1.0-beta5

14 Dec 02:16
9e181db
Compare
Choose a tag to compare
v2.1.0-beta5 Pre-release
Pre-release

Bug Fixes

v2.1.0-beta4

01 Sep 14:52
a8292b7
Compare
Choose a tag to compare
v2.1.0-beta4 Pre-release
Pre-release

Bug Fixes

v2.1.0-beta3

31 Aug 22:59
7fa7f48
Compare
Choose a tag to compare
v2.1.0-beta3 Pre-release
Pre-release

Bug Fixes

v2.1.0-beta2

19 Aug 22:18
8a31765
Compare
Choose a tag to compare
v2.1.0-beta2 Pre-release
Pre-release

Features

v2.1.0-beta

18 Aug 01:03
120c1e4
Compare
Choose a tag to compare
v2.1.0-beta Pre-release
Pre-release

Features

Commits

v2.0.0

12 May 10:42
17959b7
Compare
Choose a tag to compare

Features

Commits

1.13.1

19 Dec 15:39
48a9267
Compare
Choose a tag to compare
  • fix(stats): show stats from projects with dashes in name

1.13.0

26 Nov 13:05
Compare
Choose a tag to compare
  • feat: support tcp ports, via (JSON) port_mappings[].service_port or (YML) servicePort

1.12.0

26 Jun 07:46
d6bc0b9
Compare
Choose a tag to compare
  • feat: Add Load Balancer properties to domain
  • fix: update docker-compose support, to always set ssl:true when configuring a domain
  • fix: sloppy-start now properly uses the -p/-project argument

1.11.1: release 1.11

18 Apr 12:53
Compare
Choose a tag to compare

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.