summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2016-07-19 11:26:41 -0700
committerTim Smith <tsmith@chef.io>2016-07-19 11:26:41 -0700
commit959386f7bb581808a3585a49ae1011380f1317d5 (patch)
tree4965d0e1e464fe0aab9cb74a4091e48eab495f0d
parent0c4c7f53e3c71f3a26465447a7f4c6ae4ae552bf (diff)
downloadchef-zero-badges.tar.gz
Add the latest CLI outputbadges
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 58d3b3f..5456b20 100644
--- a/README.md
+++ b/README.md
@@ -132,9 +132,15 @@ Run `chef-zero --help` to see a list of the supported flags and options:
```text
Usage: chef-zero [ARGS]
-H, --host HOST Host to bind to (default: 127.0.0.1)
- -p, --port PORT Port to listen on
+ -p, --port PORT Port to listen on (e.g. 8889, or 8500-8600 or 8885,8888)
--[no-]generate-keys Whether to generate actual keys or fake it (faster). Default: false.
+ -d, --daemon Run as a daemon process
-l, --log-level LEVEL Set the output log level
+ --log-file FILE Log to a file
+ --enterprise Whether to run in enterprise mode
+ --multi-org Whether to run in multi-org mode
+ --file-store PATH Persist data to files at the given path
+ --[no-]ssl Use SSL with self-signed certificate(Auto generate before every run). Default: false.
-h, --help Show this message
--version Show version
```