Releases
v0.1.0
Compare
Sorry, something went wrong.
No results found
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
Download the appropriate archive for your platform from the assets below
Extract the binary:
Linux/macOS: tar -xzf <archive>.tar.gz && chmod +x <binary>
Windows: Extract the .zip file
Move the binary to your PATH (e.g., /usr/local/bin on Linux/macOS)
Verify the download using checksums.txt
You can’t perform that action at this time.