summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2022-09-19 01:37:10 +0530
committerArun Isaac2022-09-19 01:41:35 +0530
commit5b97a56df30b68fde74ba6cafd8048dffc07b3f3 (patch)
tree812fe5c2f6ed2930cac731be28768868bf438bb9
parent2021a796b6f024fd69c636f58154aa4c9925243f (diff)
downloadtissue-5b97a56df30b68fde74ba6cafd8048dffc07b3f3.tar.gz
tissue-5b97a56df30b68fde74ba6cafd8048dffc07b3f3.tar.lz
tissue-5b97a56df30b68fde74ba6cafd8048dffc07b3f3.zip
bin: Separate development and deployment subcommands in listing.
* bin/tissue (print-usage): Separate development and deployment subcommands in listing.
-rwxr-xr-xbin/tissue4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/tissue b/bin/tissue
index 3bb5370..be83768 100755
--- a/bin/tissue
+++ b/bin/tissue
@@ -348,8 +348,12 @@ COMMAND must be one of the sub-commands listed below:
search search issues
show show the text of an issue
repl run a Guile script in a tissue environment
+
+Develop:
web-build build website of current repository
web-dev serve built website and issues of current repository
+
+Deploy:
web serve one or more repositories over HTTP
pull pull latest from upstream repositories