Skip to content

v0.1.1

Latest

Choose a tag to compare

@github-actions github-actions released this 16 Jun 13:54
· 4 commits to main since this release
1ebc201

Installation

Download Binary

Download the appropriate binary for your platform from the assets below.

Using Installation Script

curl -sSL https://raw.githubusercontent.com/hongkongkiwi/coolifyme/main/scripts/install.sh | bash

Using in GitHub Actions

- name: Setup Coolify CLI
  uses: hongkongkiwi/coolifyme@vv0.1.1
  with:
    version: v0.1.1

Docker

docker run --rm -v ~/.config/coolifyme:/home/coolify/.config/coolifyme ghcr.io/hongkongkiwi/coolifyme:v0.1.1 --help

Full Changelog: v0.1.0...v0.1.1