readme-docs-cli
Advanced tools
Comparing version 0.4.1 to 0.4.2
@@ -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]` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
2