Browse Source

Update CLI docs

Matt Robenolt 9 years ago
parent
commit
fcd5aeb10a

+ 2 - 1
docs/cli/cleanup/index.rst

@@ -12,7 +12,8 @@ with the form `org/project` where both are slugs.
 Options
 ```````
 
-- ``--days INTEGER``: Numbers of days to truncate on.
+- ``--days INTEGER``: Numbers of days to truncate on.  [default: 30]
 - ``--project TEXT``: Limit truncation to only entries from project.
 - ``--concurrency INTEGER``: The number of concurrent workers to run.
+  [default: 1]
 - ``--help``: print this help page.

+ 9 - 0
docs/cli/config/generate-secret-key/index.rst

@@ -0,0 +1,9 @@
+`sentry config generate-secret-key`
+-----------------------------------
+
+Generate a new cryptographically secure secret key value.
+
+Options
+```````
+
+- ``--help``: print this help page.

+ 1 - 1
docs/cli/config/get/index.rst

@@ -6,5 +6,5 @@ Get a configuration option.
 Options
 ```````
 
-- ``--silent``: Suppress extraneous output.
+- ``-q, --silent``: Suppress extraneous output.
 - ``--help``: print this help page.

+ 2 - 0
docs/cli/config/index.rst

@@ -16,5 +16,7 @@ Subcommands
 
  delete <delete/index>
  set <set/index>
+ list <list/index>
+ generate-secret-key <generate-secret-key/index>
  get <get/index>
 

+ 9 - 0
docs/cli/config/list/index.rst

@@ -0,0 +1,9 @@
+`sentry config list [PATTERN]`
+------------------------------
+
+List configuration options.
+
+Options
+```````
+
+- ``--help``: print this help page.

+ 5 - 0
docs/cli/createuser/index.rst

@@ -6,4 +6,9 @@ Create a new user.
 Options
 ```````
 
+
+
+
+
+
 - ``--help``: print this help page.

+ 4 - 0
docs/cli/export/index.rst

@@ -6,4 +6,8 @@ Exports core metadata for the Sentry installation.
 Options
 ```````
 
+- ``-q, --silent``: Silence all debug output.
+- ``--indent INTEGER``: Number of spaces to indent for the JSON output.
+  (default: 2)
+- ``--exclude MODELS``: Models to exclude from export.
 - ``--help``: print this help page.