Skip to content

Releases: flatrun/cli

Release 0.1.0

24 May 10:44

Choose a tag to compare

Release Notes

Added

  • Initial standalone flatrun CLI for FlatRun automation and operator workflows.
  • Profile-based configuration stored in ~/.flatrun/config.json.
  • Deployment commands for list, info/get, create, delete, runtime operations, deploy, pull, images, containers, and services.
  • Image and container command families.
  • Raw API bridge via flatrun api get|post|put|delete.
  • Human-readable table output by default, with --json for raw machine-readable responses.
  • --verbose diagnostics for request method, URL, response status, and response body size.
  • Manual GitHub release workflow for multi-platform CLI binaries.

Changed

  • deployment info is the preferred human-facing detail command; deployment get remains available as an alias.
  • Deployment list and info output include multi-domain, SSL, certificate, proxy, healthcheck, database, and service details where the API returns them.

Installation

  1. Download the appropriate archive for your platform from the assets below
  2. Extract the binary:
    • Linux/macOS: tar -xzf <archive>.tar.gz && chmod +x <binary>
    • Windows: Extract the .zip file
  3. Move the binary to your PATH (e.g., /usr/local/bin on Linux/macOS)
  4. Verify the download using checksums.txt