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.4.1 to 0.4.2

2

oclif.manifest.json

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

{"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}]}}}
{"version":"0.4.2","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.4.1",
"version": "0.4.2",
"author": "VTEX",

@@ -9,3 +9,3 @@ "bin": {

},
"bugs": "https://github.com/gris/readme-docs-cli/issues",
"bugs": "https://github.com/vtex/readme-docs-cli/issues",
"dependencies": {

@@ -40,3 +40,3 @@ "@oclif/command": "^1",

],
"homepage": "https://github.com/gris/readme-docs-cli",
"homepage": "https://github.com/vtex/readme-docs-cli",
"keywords": [

@@ -43,0 +43,0 @@ "oclif"

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

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

@@ -51,3 +51,3 @@ USAGE

_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)_
_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)_

@@ -69,3 +69,3 @@ ## `readme change-category DOCSLUG NEWCATEGORYSLUG`

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

@@ -72,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