Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

readme-docs-cli

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

readme-docs-cli - npm Package Compare versions

Comparing version 0.3.1 to 0.4.1

lib/commands/bulk-category-change.d.ts

2

oclif.manifest.json

@@ -1,1 +0,1 @@

{"version":"0.3.1","commands":{"change-category":{"id":"change-category","description":"Change category of a documentation","pluginName":"readme-docs-cli","pluginType":"core","aliases":[],"examples":["$ readme change-category \"vtex_io-documentation_customizing-your-stores-typography\" \"Style Recipes\""],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false}},"args":[{"name":"docSlug","required":true},{"name":"newCategorySlug","required":true}]}}}
{"version":"0.4.1","commands":{"bulk-category-change":{"id":"bulk-category-change","description":"Change category of docs in bulk by reading a CSV file","pluginName":"readme-docs-cli","pluginType":"core","aliases":[],"examples":["$ readme bulk-category-change example.csv"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false}},"args":[{"name":"csvFilePath","required":true}]},"change-category":{"id":"change-category","description":"Change category of a documentation","pluginName":"readme-docs-cli","pluginType":"core","aliases":[],"examples":["$ readme change-category \"vtex_io-documentation_customizing-your-stores-typography\" \"Style Recipes\""],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false}},"args":[{"name":"docSlug","required":true},{"name":"newCategorySlug","required":true}]}}}
{
"name": "readme-docs-cli",
"description": "Readme.com CLI",
"version": "0.3.1",
"version": "0.4.1",
"author": "VTEX",

@@ -15,2 +15,3 @@ "bin": {

"axios": "^0.19.2",
"fast-csv": "^4.3.0",
"fs-extra": "^9.0.0",

@@ -17,0 +18,0 @@ "tslib": "^1"

@@ -22,3 +22,3 @@ readme-docs-cli

$ readme (-v|--version|version)
readme-docs-cli/0.3.1 darwin-x64 node-v12.14.0
readme-docs-cli/0.4.1 darwin-x64 node-v12.14.0
$ readme --help [COMMAND]

@@ -32,5 +32,23 @@ USAGE

<!-- commands -->
* [`readme bulk-category-change CSVFILEPATH`](#readme-bulk-category-change-csvfilepath)
* [`readme change-category DOCSLUG NEWCATEGORYSLUG`](#readme-change-category-docslug-newcategoryslug)
* [`readme help [COMMAND]`](#readme-help-command)
## `readme bulk-category-change CSVFILEPATH`
Change category of docs in bulk by reading a CSV file
```
USAGE
$ readme bulk-category-change CSVFILEPATH
OPTIONS
-h, --help show CLI help
EXAMPLE
$ readme bulk-category-change example.csv
```
_See code: [src/commands/bulk-category-change.ts](https://github.com/vtex/readme-docs-cli/blob/v0.4.1/src/commands/bulk-category-change.ts)_
## `readme change-category DOCSLUG NEWCATEGORYSLUG`

@@ -51,3 +69,3 @@

_See code: [src/commands/change-category.ts](https://github.com/vtex/readme-docs-cli/blob/v0.3.1/src/commands/change-category.ts)_
_See code: [src/commands/change-category.ts](https://github.com/vtex/readme-docs-cli/blob/v0.4.1/src/commands/change-category.ts)_

@@ -54,0 +72,0 @@ ## `readme help [COMMAND]`

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc