clubhouse-cli
Advanced tools
Comparing version 0.11.2 to 0.12.0
{ | ||
"name": "clubhouse-cli", | ||
"version": "0.11.2", | ||
"version": "0.12.0", | ||
"description": "A command line tool for viewing, creating and updating clubhouse.io stories", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -14,2 +14,3 @@ # clubhouse-cli | ||
- [Workflows](#workflows) | ||
- [Projects](#projects) | ||
- [Install](#install) | ||
@@ -41,2 +42,3 @@ - [Acknowledgments](#acknowledgments) | ||
epics list epics and their states | ||
projects list or search projects | ||
workspace list stories matching saved workspace query | ||
@@ -121,2 +123,3 @@ help [cmd] display help for [cmd] | ||
-e, --estimate [number] Update estimate of story | ||
-d, --description [text] Update description of story | ||
-E, --epic [id|name] Update epic of story | ||
@@ -236,2 +239,18 @@ -l, --label [id|name] Update story with labels, comma-separated | ||
### Projects | ||
~~~ | ||
Usage: club projects [options] | ||
Display projects available for stories | ||
Options: | ||
-a, --archived List only projects including archived | ||
-d, --detailed List more details for each project | ||
-t, --title [query] List projects with name/title containing query | ||
-h, --help output usage information | ||
~~~ | ||
### Install | ||
@@ -238,0 +257,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
48806
20
280