{"id":21206469,"url":"https://github.com/fluentci-io/arkade-plugin","last_synced_at":"2026-05-10T05:34:46.331Z","repository":{"id":251967075,"uuid":"838944768","full_name":"fluentci-io/arkade-plugin","owner":"fluentci-io","description":"Install tools and Kubernetes applications in your CI/CD with Arkade","archived":false,"fork":false,"pushed_at":"2024-08-06T19:12:17.000Z","size":16,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-10T02:11:49.840Z","etag":null,"topics":["arkade","cicd","helm","kubernetes","wasm","webassembly"],"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}},"created_at":"2024-08-06T16:44:19.000Z","updated_at":"2024-08-07T15:55:38.000Z","dependencies_parsed_at":"2024-08-06T22:36:34.792Z","dependency_job_id":null,"html_url":"https://github.com/fluentci-io/arkade-plugin","commit_stats":null,"previous_names":["fluentci-io/arkade-plugin"],"tags_count":1,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentci-io%2Farkade-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentci-io%2Farkade-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentci-io%2Farkade-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentci-io%2Farkade-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fluentci-io","download_url":"https://codeload.github.com/fluentci-io/arkade-plugin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243658276,"owners_count":20326467,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["arkade","cicd","helm","kubernetes","wasm","webassembly"],"created_at":"2024-11-20T20:55:49.798Z","updated_at":"2026-05-10T05:34:46.303Z","avatar_url":"https://github.com/fluentci-io.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# Arkade Plugin\n\n[![fluentci pipeline](https://shield.fluentci.io/x/arkade)](https://pkg.fluentci.io/arkade)\n[![ci](https://github.com/fluentci-io/arkade-plugin/actions/workflows/ci.yml/badge.svg)](https://github.com/fluentci-io/arkade-plugin/actions/workflows/ci.yml)\n\nInstall tools and Kubernetes applications with [Arkade](http://github.com/alexellis/arkade).\n\n\u003cimg src=\"https://github.com/alexellis/arkade/raw/master/docs/arkade-logo-sm.png\" alt=\"arkade logo\" width=\"150\" height=\"150\" /\u003e\n\n## 🚀 Usage\n\nAdd the following command to your CI configuration file:\n\n```bash\nfluentci run --wasm arkade setup\n```\n\n## Functions\n\n| Name    | Description                                |\n| ------- | ------------------------------------------ |\n| setup   | Install arkade                             |\n| chart   | Chart utilites                             |\n| get     | The get command downloads a tool           |\n| install | Install Kubernetes app                     |\n| oci     | oci apps                                   |\n| system  | System apps                                |\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/arkade@v0.1.0?wasm=1\", \"setup\", vec![])?;\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: arkade\n    args: |\n      get kind\n      system install firecracker\n- name: Show kind, firecracker version\n  run: |\n    type arkade\n    type kind\n    type firecracker\n    firecracker --version\n    kind version\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluentci-io%2Farkade-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffluentci-io%2Farkade-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluentci-io%2Farkade-plugin/lists"}