{"id":15021624,"url":"https://github.com/estruyf/vscode-cli","last_synced_at":"2026-02-11T15:01:56.461Z","repository":{"id":57112080,"uuid":"403268698","full_name":"estruyf/vscode-cli","owner":"estruyf","description":"VS Code CLI to help you with extension development and documentation","archived":false,"fork":false,"pushed_at":"2023-07-22T00:54:49.000Z","size":403,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-29T10:59:49.220Z","etag":null,"topics":["cli","documentation","vscode","vscode-extension","vscode-settings"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@estruyf/vscode-cli","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/estruyf.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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},"funding":{"github":["estruyf"]}},"created_at":"2021-09-05T09:39:21.000Z","updated_at":"2022-01-31T20:40:44.000Z","dependencies_parsed_at":"2025-07-13T17:39:17.063Z","dependency_job_id":"3f901ab3-64f6-455e-9cc7-030b916bd544","html_url":"https://github.com/estruyf/vscode-cli","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/estruyf/vscode-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/estruyf%2Fvscode-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/estruyf%2Fvscode-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/estruyf%2Fvscode-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/estruyf%2Fvscode-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/estruyf","download_url":"https://codeload.github.com/estruyf/vscode-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/estruyf%2Fvscode-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29336013,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T14:34:07.188Z","status":"ssl_error","status_checked_at":"2026-02-11T14:34:06.809Z","response_time":97,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["cli","documentation","vscode","vscode-extension","vscode-settings"],"created_at":"2024-09-24T19:56:48.525Z","updated_at":"2026-02-11T15:01:56.443Z","avatar_url":"https://github.com/estruyf.png","language":"TypeScript","funding_links":["https://github.com/sponsors/estruyf"],"categories":[],"sub_categories":[],"readme":"# VS Code CLI\n\nA VS Code CLI to help you with exporting the contribution points to `Markdown`. The CLI helps you with documenting all `commands` and `settings` of your extension.\n\n![](./assets/help-v1.0.0.png)\n\n## Installation\n\nInstallation from npm\n\n```bash\nnpm i -g @estruyf/vscode-cli\n```\n\n## Usage\n\n```bash\nvsc \u003ccommands\u003e \u003ctask\u003e [options] \n```\n\n### Commands\n\n- `commands`: List all available commands as Markdown output.\n- `settings`: List all available settings as Markdown output.\n\n### Tasks\n\n- `add`: Add a new command or setting.\n- `export`: Export all commands or settings.\n- `sort`: Sort all commands or settings.\n\n### Options\n\n#### Export option(s)\n\n- `--heading`, `-h`: Specify a heading level for the output. DEFAULT: `2`\n\n#### Command add option(s)\n\n- `--name`, `-n`: Specify the name of the command. REQUIRED\n- `--title`, `-t`: Specify the title of the command.\n- `--category`, `-c`: Specify the title of the command.\n\n#### Setting add option(s)\n\n- `--name`, `-n`: Specify the name of the setting. REQUIRED\n- `--type`: Specify the type of the setting.\n- `--description`: Specify the description of the setting.\n\n### Examples\n\n```bash\n$ vsc commands\n\n## Command category: title\n\n- ID: `command id`\n```\n\n```bash\n$ vsc settings --heading 2\n\n## Setting\n\nMarkdown description || description\n\n- Type: `type`\n- Default: `default`\n```\n\n```bash\n$ vsc commands add --name \u003cid of the command\u003e --title \u003ctitle of the command\u003e --category \u003ccategory of the command\u003e\n```\n\n```bash\n$ vsc settings add --name \u003cid of the setting\u003e\n```\n\n## License\n\n[MIT License](./LICENSE)\n\n[![Visitors](https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2Fgithub.com%2Festruyf%2Fvscode-cli\u0026countColor=%23263759)](https://visitorbadge.io/status?path=https%3A%2F%2Fgithub.com%2Festruyf%2Fvscode-cli)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Festruyf%2Fvscode-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Festruyf%2Fvscode-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Festruyf%2Fvscode-cli/lists"}