{"id":14263147,"url":"https://github.com/fluentci-io/vscode-fluentci","last_synced_at":"2025-08-09T20:20:19.001Z","repository":{"id":205449892,"uuid":"713411501","full_name":"fluentci-io/vscode-fluentci","owner":"fluentci-io","description":"FluentCI extension for VS Code 🧩","archived":false,"fork":false,"pushed_at":"2024-02-25T11:55:02.000Z","size":2678,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-08-22T13:17:42.730Z","etag":null,"topics":["cicd","continuous-delivery","continuous-integration","pipeline","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"https://fluentci.io","language":"TypeScript","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":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"github":["fluentci-io"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2023-11-02T13:21:17.000Z","updated_at":"2024-08-19T20:05:49.000Z","dependencies_parsed_at":"2024-01-08T19:48:51.644Z","dependency_job_id":"750b5417-cbef-4dd5-a5fc-fab7e5078eab","html_url":"https://github.com/fluentci-io/vscode-fluentci","commit_stats":null,"previous_names":["fluentci-io/vscode-fluentci"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentci-io%2Fvscode-fluentci","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentci-io%2Fvscode-fluentci/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentci-io%2Fvscode-fluentci/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentci-io%2Fvscode-fluentci/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fluentci-io","download_url":"https://codeload.github.com/fluentci-io/vscode-fluentci/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225629882,"owners_count":17499295,"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":["cicd","continuous-delivery","continuous-integration","pipeline","vscode","vscode-extension"],"created_at":"2024-08-22T13:02:21.742Z","updated_at":"2024-11-20T20:55:52.243Z","avatar_url":"https://github.com/fluentci-io.png","language":"TypeScript","funding_links":["https://github.com/sponsors/fluentci-io"],"categories":["TypeScript","vscode-extension"],"sub_categories":[],"readme":"# FluentCI for VS Code\n\n[![tests](https://github.com/fluentci-io/vscode-fluentci/actions/workflows/ci.yml/badge.svg)](https://github.com/fluentci-io/vscode-fluentci/actions/workflows/ci.yml)\n[![codecov](https://codecov.io/gh/fluentci-io/vscode-fluentci/graph/badge.svg?token=R68IYX06SZ)](https://codecov.io/gh/fluentci-io/vscode-fluentci)\n[![Visual Studio Marketplace](https://img.shields.io/visual-studio-marketplace/v/fluentci-io.fluentci?\u0026labelColor=%23000\u0026color=%23460cf1\u0026label=Visual%20Studio%20Marketplace)](https://marketplace.visualstudio.com/items?itemName=fluentci-io.fluentci)\n\nThe FluentCI extension for VS Code provides a set of commands for interacting with the [FluentCI](https://fluentci.io) Pipelines.\n\n![image](resources/preview.png)\n\n## Getting Started\n\n1. [Setup FluentCI](https://docs.fluentci.io/tutorial-extras/initializing-a-project) in your project if you haven't.\n2. Install \"FluentCI\" extension in VS Code.\n3. reload or restart VS Code.\n\n## Requirements\n\n- [FluentCI](https://fluentci.io) 0.6.9 or later\n- [Docker](https://www.docker.com/)\n- [VS Code](https://code.visualstudio.com/) 1.84 or later\n- [Deno](https://deno.com/) 1.37 or later\n- [Dagger](https://dagger.io) \u003e= 0.8.x\n\n## Supported Features\n\n- Initialize a new FluentCI project\n- Run a Pipeline\n- Show Pipeline Documentation\n- Edit Pipeline Documentation\n- Run a specific Job\n- Run Pipeline directly from the [FluentCI Registry](https://pkg.fluentci.io) without installing it locally\n\n## Commands\n\nThis extension contributes the following commands and can be accessed via [Command Palette](https://code.visualstudio.com/docs/getstarted/userinterface#_command-palette):\n\n|command|description|availability|\n|---|---|---|\n|Fluent CI: Run Current Pipeline...|Run the current Pipeline configured in the workspace|always|\n|Fluent CI: Run a Job...|Run a specific Job in the current Pipeline|always|\n|Fluent CI: Initialize a New Pipeline...|Initialize the current workspace as a new FluentCI Project|always|\n|Fluent CI: Run a Prebuilt Pipeline...|Run a Pipeline directly from the [FluentCI Registry](https://pkg.fluentci.io) without installing it locally|always|\n|Fluent CI: Show Current Pipeline Documentation...|Show Documentation for the Current Pipeline|always|\n|Fluent CI: Show Pipeline Documentation...|Show Documentation for a Pipeline|always|\n|Fluent CI: Edit Current Pipeline Documentation...|Edit Documentation for the Current Pipeline|always|\n|Fluent CI: Remove Fluent CI Configuration...|Remove Fluent CI Configuration from the current workspace|always|\n|Fluent CI: Run a Job from a Prebuilt Pipeline...|Run a Job from a Pipeline directly from the [FluentCI Registry](https://pkg.fluentci.io) without installing it locally|always|\n|Fluent CI: Run Doctor...|Run the FluentCI Doctor|always|\n\n## Menu\n\nUser can trigger the following action from the FluentCI Explorer context-menu\n\n|menu|description|\n|---|---|\n|Run This Pipeline|Run the selected Pipeline|\n|Run This Job|Run the selected Job|\n|Show Documentation|Show Documentation for the selected Pipeline|\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for details.\n\n## License\n\nThis project is licensed under the terms of the MIT open source license. Please refer to [MIT](LICENSE) for the full terms.\n\n**Enjoy!**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluentci-io%2Fvscode-fluentci","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffluentci-io%2Fvscode-fluentci","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluentci-io%2Fvscode-fluentci/lists"}