mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Updated --help output for latest Click, closes #1354
This commit is contained in:
parent
fd368d3b2c
commit
ff45ed0ce5
4 changed files with 2 additions and 15 deletions
|
|
@ -7,7 +7,6 @@ Usage: datasette package [OPTIONS] FILES...
|
|||
Options:
|
||||
-t, --tag TEXT Name for the resulting Docker container, can optionally use
|
||||
name:tag format
|
||||
|
||||
-m, --metadata FILENAME Path to JSON/YAML file containing metadata to publish
|
||||
--extra-options TEXT Extra options to pass to datasette serve
|
||||
--branch TEXT Install datasette from a GitHub branch e.g. main
|
||||
|
|
@ -19,8 +18,7 @@ Options:
|
|||
--version-note TEXT Additional note to show on /-/versions
|
||||
--secret TEXT Secret used for signing secure values, such as signed
|
||||
cookies
|
||||
|
||||
-p, --port INTEGER RANGE Port to run the server on, defaults to 8001
|
||||
-p, --port INTEGER RANGE Port to run the server on, defaults to 8001 [1<=x<=65535]
|
||||
--title TEXT Title for metadata
|
||||
--license TEXT License label for metadata
|
||||
--license_url TEXT License URL for metadata
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue