{"id":15171452,"url":"https://github.com/fluentci-io/kamal-plugin","last_synced_at":"2026-02-17T04:31:42.763Z","repository":{"id":248839165,"uuid":"829896165","full_name":"fluentci-io/kamal-plugin","owner":"fluentci-io","description":"CI/CD Plugin for kamal","archived":false,"fork":false,"pushed_at":"2025-05-21T08:56:19.000Z","size":14,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-21T07:52:53.177Z","etag":null,"topics":["cicd","continuous-delivery","continuous-integration","deploy","flox","kamal","nix","wasm"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fluentci-io.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-07-17T07:55:30.000Z","updated_at":"2025-05-21T08:56:05.000Z","dependencies_parsed_at":"2025-09-02T03:36:02.171Z","dependency_job_id":"103dafb7-2fed-4569-b9b5-252c52388d9b","html_url":"https://github.com/fluentci-io/kamal-plugin","commit_stats":{"total_commits":8,"total_committers":1,"mean_commits":8.0,"dds":0.0,"last_synced_commit":"c33d628be42616f87e72aa832fa62699fd5b93db"},"previous_names":["fluentci-io/kamal-plugin"],"tags_count":3,"template":true,"template_full_name":null,"purl":"pkg:github/fluentci-io/kamal-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentci-io%2Fkamal-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentci-io%2Fkamal-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentci-io%2Fkamal-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentci-io%2Fkamal-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fluentci-io","download_url":"https://codeload.github.com/fluentci-io/kamal-plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentci-io%2Fkamal-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29533702,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T03:01:11.216Z","status":"ssl_error","status_checked_at":"2026-02-17T03:00:31.803Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cicd","continuous-delivery","continuous-integration","deploy","flox","kamal","nix","wasm"],"created_at":"2024-09-27T09:01:05.275Z","updated_at":"2026-02-17T04:31:42.737Z","avatar_url":"https://github.com/fluentci-io.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# Kamal Plugin\n\n[![fluentci pipeline](https://shield.fluentci.io/x/kamal)](https://pkg.fluentci.io/kamal)\n[![ci](https://github.com/fluentci-io/kamal-plugin/actions/workflows/ci.yml/badge.svg)](https://github.com/fluentci-io/kamal-plugin/actions/workflows/ci.yml)\n\nThis plugin install and run [kamal](https://kamal-deploy.org/) on your CI/CD pipelines.\n\n## 🚀 Usage\n\nAdd the following command to your CI configuration file:\n\n```bash\nfluentci run --wasm kamal help\n```\n\n## Functions\n\n| Name      | Description                                |\n| --------- | ------------------------------------------ |\n| accessory | Manage accessories (db/redis/search)       |\n| app       | Manage application                         |\n| audit     | Show audit log from servers                |\n| build     | Build application image                    |\n| config    | Show combined config (including secrets!)  |\n| deploy    | Deploy app to servers                      |\n| details   | Show details about all containers          |\n| docs      | Show Kamal documentation for configuration setting | \n| env       | Manage environment files |\n| envify    | Create .env by evaluating .env.erb (or .env.staging.erb -\u003e .env.staging when using -d staging) |\n| help      | Describe available commands or one specific command |\n| init      | Create config stub in config/deploy.yml and env stub in .env |\n| install   | Install Kamal CLI |\n| lock      | Manage the deploy lock |\n| prune     | Prune old application images and containers |\n| redeploy  | Deploy app to servers without bootstrapping servers, starting Traefik, pruning, and registry login |\n| registry | Login and -out of the image registry |\n| remove   | Remove Traefik, app, accessories, and registry session from servers |\n| rollback | Rollback app to VERSION |\n| server  | Bootstrap servers with curl and Docker |\n| setup   | Setup all accessories, push the env, and deploy app to servers |\n| traefik | Manage Traefik load balancer |\n| version | Show Kamal version |\n\n## Code Usage\n\nAdd `fluentci-pdk` crate to your `Cargo.toml`:\n\n```toml\n[dependencies]\nfluentci-pdk = \"0.2.1\"\n```\n\nUse the following code to call the plugin:\n\n```rust\nuse fluentci_pdk::dag;\n\n// ...\n\ndag().call(\"https://pkg.fluentci.io/kamal@v0.1.0?wasm=1\", \"setup\", vec![\"latest\"])?;\n```\n\n## 📚 Examples\n\nGithub Actions:\n\n```yaml\n- name: Setup Fluent CI CLI\n  uses: fluentci-io/setup-fluentci@v5\n  with:\n    wasm: true\n    plugin: kamal\n    args: |\n      install\n- name: Show kamal help\n  run: |\n    flox activate -- type kamal\n    fluentci run --wasm kamal version\n    fluentci run --wasm kamal help\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluentci-io%2Fkamal-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffluentci-io%2Fkamal-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluentci-io%2Fkamal-plugin/lists"}