clubhouse-cli
Advanced tools
Comparing version 1.6.0 to 1.7.0
{ | ||
"name": "clubhouse-cli", | ||
"version": "1.6.0", | ||
"version": "1.7.0", | ||
"description": "A command line tool for viewing, creating and updating clubhouse.io stories", | ||
@@ -33,2 +33,3 @@ "main": "index.js", | ||
"clubhouse-lib": "^0.3.0", | ||
"node-fetch": "^1.7.3", | ||
"commander": "^2.11.0", | ||
@@ -35,0 +36,0 @@ "debug": "^3.1.0", |
@@ -130,2 +130,4 @@ # clubhouse-cli | ||
-d, --description [text] Update description of story | ||
-D, --download Download all attached files | ||
--download-dir [path] Directory to download files to | ||
-E, --epic [id|name] Update epic of story | ||
@@ -297,1 +299,5 @@ -f, --format [template] Format story output by template | ||
- Official [clubhouse-lib](https://github.com/clubhouse/clubhouse-lib) | ||
## Contributors | ||
- [andjosh](https://github.com/andjosh) | ||
- [j-martin](https://github.com/j-martin) |
Sorry, the diff of this file is not supported yet
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
54768
302
7
+ Addednode-fetch@^1.7.3