readme-docs-cli
Advanced tools
Comparing version 0.3.1 to 0.4.1
@@ -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]` |
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
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
11603
15
169
86
7
3
+ Addedfast-csv@^4.3.0
+ Added@fast-csv/format@4.3.5(transitive)
+ Added@fast-csv/parse@4.3.6(transitive)
+ Added@types/node@14.18.63(transitive)
+ Addedfast-csv@4.3.6(transitive)
+ Addedlodash.escaperegexp@4.1.2(transitive)
+ Addedlodash.groupby@4.6.0(transitive)
+ Addedlodash.isboolean@3.0.3(transitive)
+ Addedlodash.isequal@4.5.0(transitive)
+ Addedlodash.isfunction@3.0.9(transitive)
+ Addedlodash.isnil@4.0.0(transitive)
+ Addedlodash.isundefined@3.0.1(transitive)
+ Addedlodash.uniq@4.5.0(transitive)