coolify-cli icon indicating copy to clipboard operation
coolify-cli copied to clipboard

CLI for Coolify API

Results 9 coolify-cli issues
Sort by recently updated
recently updated
newest added

Is there a roadmap of features you want to add? I am interested in helping out.

`uname -a` on MacOS returns ``` Darwin Shivams-Laptop.local 23.2.0 Darwin Kernel Version 23.2.0: Wed Nov 15 21:53:18 PST 2023; root:xnu-10002.61.3~2/RELEASE_ARM64_T6000 arm64 ``` The architecture is `arm64`, which is returned as...

Just curious if this CLI is able to create a new project and get it's auto subdomain after its creation/deployment? Basically, just wanted to know if what I can do...

Was trying to install it on my M chip Mac and failed with error.

I had a trouble with this command: ``` coolify servers get - Get a server --resources - Get the resources and their status of a server ``` ![image](https://github.com/user-attachments/assets/a57d37ae-b8dd-4250-a962-1bdfbb8dbbba) I reviewed...

_WIP_ Before continuing with new feature development or preparing a more detailed feature roadmap, we should first refactor the existing codebase to improve maintainability, testability, and contributor friendliness. ### ✅...

This is a proposal to address some of the code architecture and packaging suggestions. It introduces a client module that is the adapter between the HTTP and JSON world and...

### issue `coolify servers list` `json: cannot unmarshal string into Go struct field Server.port of type int ` ### Steps to reproduce 1. Install coolify on remote server 2. Setup...

## Changes - Force push the tag to include the updated version. When using go install, Go fetches the latest tag, but the existing tag points to a commit before...