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

Releases: sloppyio/cli

v2.1.0-beta5

v2.1.0-beta5 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 14 Dec 02:16
9e181db

Bug Fixes

v2.1.0-beta4

v2.1.0-beta4 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 01 Sep 14:52
a8292b7

Bug Fixes

v2.1.0-beta3

v2.1.0-beta3 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 31 Aug 22:59
7fa7f48

Bug Fixes

v2.1.0-beta2

v2.1.0-beta2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 19 Aug 22:18
8a31765

Features

v2.1.0-beta

v2.1.0-beta Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 18 Aug 01:03
120c1e4

Features

Commits

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 12 May 10:42
17959b7

Features

Commits

1.13.1

Choose a tag to compare

@malud malud released this 19 Dec 15:39
48a9267
  • fix(stats): show stats from projects with dashes in name

1.13.0

Choose a tag to compare

@malud malud released this 26 Nov 13:05
  • feat: support tcp ports, via (JSON) port_mappings[].service_port or (YML) servicePort

1.12.0

Choose a tag to compare

@malud malud released this 26 Jun 07:46
d6bc0b9
  • 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

Choose a tag to compare

@malud malud released this 18 Apr 12:53

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.