clubhouse-cli
Advanced tools
Comparing version 0.8.4 to 0.9.0
{ | ||
"name": "clubhouse-cli", | ||
"version": "0.8.4", | ||
"version": "0.9.0", | ||
"description": "A command line tool for viewing, creating and updating clubhouse.io stories", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -12,2 +12,3 @@ # clubhouse-cli | ||
- [Members](#members) | ||
- [Epics](#epics) | ||
- [Workflows](#workflows) | ||
@@ -39,2 +40,3 @@ - [Install](#install) | ||
workflows list workflows and their states | ||
epics list epics and their states | ||
workspace list stories matching saved workspace query | ||
@@ -173,2 +175,20 @@ help [cmd] display help for [cmd] | ||
### Epics | ||
~~~ | ||
Usage: club epics [options] | ||
Display epics available for stories | ||
Options: | ||
-a, --archived List only epics including archived | ||
-c, --completed List only epics that have been completed | ||
-d, --detailed List more details for each epic | ||
-t, --title [query] List epics with name/title containing query | ||
-s, --started List epics that have been started | ||
-h, --help output usage information | ||
~~~ | ||
### Workflows | ||
@@ -175,0 +195,0 @@ |
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
42353
18
233