{"id":21835760,"url":"https://github.com/vtex/readme-docs-cli","last_synced_at":"2025-07-29T22:35:04.741Z","repository":{"id":42814258,"uuid":"268873798","full_name":"vtex/readme-docs-cli","owner":"vtex","description":"readme.com CLI toolkit","archived":false,"fork":false,"pushed_at":"2023-07-18T22:23:05.000Z","size":576,"stargazers_count":1,"open_issues_count":12,"forks_count":2,"subscribers_count":95,"default_branch":"master","last_synced_at":"2025-07-03T08:38:31.880Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vtex.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-06-02T18:06:46.000Z","updated_at":"2020-06-02T23:19:20.000Z","dependencies_parsed_at":"2024-11-27T20:25:12.302Z","dependency_job_id":"6470b518-8888-40de-90e6-c01cbbb0af0f","html_url":"https://github.com/vtex/readme-docs-cli","commit_stats":{"total_commits":12,"total_committers":1,"mean_commits":12.0,"dds":0.0,"last_synced_commit":"10d67ee65599b00fc7c802206234eebdb9c43962"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vtex/readme-docs-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vtex%2Freadme-docs-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vtex%2Freadme-docs-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vtex%2Freadme-docs-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vtex%2Freadme-docs-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vtex","download_url":"https://codeload.github.com/vtex/readme-docs-cli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vtex%2Freadme-docs-cli/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267772348,"owners_count":24142089,"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","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2024-11-27T20:24:25.500Z","updated_at":"2025-07-29T22:35:04.677Z","avatar_url":"https://github.com/vtex.png","language":"TypeScript","readme":"readme-docs-cli\n===============\n\nReadme.com CLI\n\n[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)\n[![Version](https://img.shields.io/npm/v/readme-docs-cli.svg)](https://npmjs.org/package/readme-docs-cli)\n[![Downloads/week](https://img.shields.io/npm/dw/readme-docs-cli.svg)](https://npmjs.org/package/readme-docs-cli)\n[![License](https://img.shields.io/npm/l/readme-docs-cli.svg)](https://github.com/gris/readme-docs-cli/blob/master/package.json)\n\n\u003c!-- toc --\u003e\n* [Usage](#usage)\n* [Commands](#commands)\n\u003c!-- tocstop --\u003e\n# Usage\n\u003c!-- usage --\u003e\n```sh-session\n$ npm install -g readme-docs-cli\n$ readme COMMAND\nrunning command...\n$ readme (-v|--version|version)\nreadme-docs-cli/0.4.2 darwin-x64 node-v12.14.0\n$ readme --help [COMMAND]\nUSAGE\n  $ readme COMMAND\n...\n```\n\u003c!-- usagestop --\u003e\n# Commands\n\u003c!-- commands --\u003e\n* [`readme bulk-category-change CSVFILEPATH`](#readme-bulk-category-change-csvfilepath)\n* [`readme change-category DOCSLUG NEWCATEGORYSLUG`](#readme-change-category-docslug-newcategoryslug)\n* [`readme help [COMMAND]`](#readme-help-command)\n\n## `readme bulk-category-change CSVFILEPATH`\n\nChange category of docs in bulk by reading a CSV file\n\n```\nUSAGE\n  $ readme bulk-category-change CSVFILEPATH\n\nOPTIONS\n  -h, --help  show CLI help\n\nEXAMPLE\n  $ readme bulk-category-change example.csv\n```\n\n_See code: [src/commands/bulk-category-change.ts](https://github.com/vtex/readme-docs-cli/blob/v0.4.2/src/commands/bulk-category-change.ts)_\n\n## `readme change-category DOCSLUG NEWCATEGORYSLUG`\n\nChange category of a documentation\n\n```\nUSAGE\n  $ readme change-category DOCSLUG NEWCATEGORYSLUG\n\nOPTIONS\n  -h, --help  show CLI help\n\nEXAMPLE\n  $ readme change-category \"vtex_io-documentation_customizing-your-stores-typography\" \"Style Recipes\"\n```\n\n_See code: [src/commands/change-category.ts](https://github.com/vtex/readme-docs-cli/blob/v0.4.2/src/commands/change-category.ts)_\n\n## `readme help [COMMAND]`\n\ndisplay help for readme\n\n```\nUSAGE\n  $ readme help [COMMAND]\n\nARGUMENTS\n  COMMAND  command to show help for\n\nOPTIONS\n  --all  see all commands in CLI\n```\n\n_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.0.1/src/commands/help.ts)_\n\u003c!-- commandsstop --\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvtex%2Freadme-docs-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvtex%2Freadme-docs-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvtex%2Freadme-docs-cli/lists"}