v0.20.0
What's Changed
- Add container release to
spacectl
by @peterdeme in #140
spacectl
is now distributed as a Docker image as well. It can be used as follows:
docker run -it --rm ghcr.io/spacelift-io/spacectl stack deploy --id my-infra-stack
Don't forget to add the requied environment variables in order to authenticate.
Full Changelog: v0.19.0...v0.20.0