{"id":48039645,"url":"https://github.com/gitcd-io/vscode-gitcd","last_synced_at":"2026-04-04T14:05:53.857Z","repository":{"id":322054549,"uuid":"1088038630","full_name":"gitcd-io/vscode-gitcd","owner":"gitcd-io","description":"VSCode Extension for git-cd","archived":false,"fork":false,"pushed_at":"2025-11-02T18:09:02.000Z","size":137,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-02T19:04:38.772Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gitcd-io.png","metadata":{"files":{"readme":"README.rst","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":"2025-11-02T07:03:04.000Z","updated_at":"2025-11-02T18:06:37.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/gitcd-io/vscode-gitcd","commit_stats":null,"previous_names":["gitcd-io/vscode-extension","gitcd-io/vscode-gitcd"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/gitcd-io/vscode-gitcd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitcd-io%2Fvscode-gitcd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitcd-io%2Fvscode-gitcd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitcd-io%2Fvscode-gitcd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitcd-io%2Fvscode-gitcd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gitcd-io","download_url":"https://codeload.github.com/gitcd-io/vscode-gitcd/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitcd-io%2Fvscode-gitcd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31402277,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"last_error":"SSL_read: 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":[],"created_at":"2026-04-04T14:05:53.209Z","updated_at":"2026-04-04T14:05:53.825Z","avatar_url":"https://github.com/gitcd-io.png","language":"TypeScript","readme":"VSCode Extension for git-cd\n============================\n\nA Visual Studio Code extension that integrates the git-cd continuous delivery workflow tool directly into your editor.\n\nFeatures\n--------\n\nThis extension provides Command Palette integration for all git-cd commands:\n\n- **Git-CD: Initialize** - Set up git-cd in your repository\n- **Git-CD: Start Feature** - Create a new feature branch\n- **Git-CD: Refresh Feature** - Update feature branch with master\n- **Git-CD: Test Feature** - Merge feature to test branch\n- **Git-CD: Review** - Open a pull request\n- **Git-CD: Status** - Check pull request status\n- **Git-CD: Finish Feature** - Merge feature to master\n- **Git-CD: Compare** - Compare branches or tags\n- **Git-CD: Release** - Create a new release tag\n- **Git-CD: Clean Branches** - Remove stale local branches\n- **Git-CD: Check Version** - Display git-cd version\n- **Git-CD: Upgrade** - Upgrade git-cd to latest version\n\n\nInstallation\n------------\n\nMethod 1: Install from VSIX (Manual Installation)\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n1. Build the extension package:\n\n   .. code-block:: bash\n\n       cd /var/home/claudio/Development/vscode-extension\n       npm install\n       npm run compile\n       npx vsce package\n\n2. Install the generated .vsix file:\n\n   .. code-block:: bash\n\n       code --install-extension gitcd-vscode-0.0.1.vsix\n\n   Or in VSCode:\n   - Press ``Ctrl+Shift+P``\n   - Type \"Extensions: Install from VSIX\"\n   - Select the generated ``.vsix`` file\n\nMethod 2: Development Mode\n~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n1. Open the extension folder in VSCode:\n\n   .. code-block:: bash\n\n       code /var/home/claudio/Development/vscode-extension\n\n2. Press ``F5`` to launch Extension Development Host\n3. Test the extension in the new VSCode window\n\nMethod 3: Symlink (Quick Testing)\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n1. Compile the extension:\n\n   .. code-block:: bash\n\n       cd /var/home/claudio/Development/vscode-extension\n       npm install\n       npm run compile\n\n2. Create a symlink in your VSCode extensions folder:\n\n   .. code-block:: bash\n\n       ln -s /var/home/claudio/Development/vscode-extension ~/.vscode/extensions/gitcd-vscode\n\n3. Restart VSCode or run \"Developer: Reload Window\"\n\nUsage\n-----\n\n1. Open a git repository in VSCode\n2. Press ``Ctrl+Shift+P`` to open Command Palette\n3. Type \"Git-CD\" to see all available commands\n4. Select the command you want to run\n\nThe output will be shown in the \"Git-CD\" output channel.\n\nConfiguration\n-------------\n\nAccess settings via File → Preferences → Settings, then search for \"gitcd\":\n\n- **gitcd.pythonPath**: Path to Python 3 executable (default: ``python3``)\n- **gitcd.gitcdPath**: Path to git-cd executable (default: ``git-cd``)\n- **gitcd.showOutputOnExecution**: Auto-show output panel (default: ``true``)\n\nDevelopment\n-----------\n\nBuild and watch for changes:\n\n.. code-block:: bash\n\n    npm run watch\n\nRun tests:\n\n.. code-block:: bash\n\n    npm run test\n\nPackage for distribution:\n\n.. code-block:: bash\n\n    npx vsce package\n\nLicense\n-------\n\nApache License 2.0\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgitcd-io%2Fvscode-gitcd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgitcd-io%2Fvscode-gitcd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgitcd-io%2Fvscode-gitcd/lists"}