diff --git a/docs/datasette-package-help.txt b/docs/datasette-package-help.txt index 1f1fab85..51f66f71 100644 --- a/docs/datasette-package-help.txt +++ b/docs/datasette-package-help.txt @@ -7,6 +7,7 @@ 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 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. master diff --git a/docs/datasette-publish-cloudrun-help.txt b/docs/datasette-publish-cloudrun-help.txt index f4ec6221..520e02a5 100644 --- a/docs/datasette-publish-cloudrun-help.txt +++ b/docs/datasette-publish-cloudrun-help.txt @@ -13,6 +13,7 @@ Options: --plugin-secret ... Secrets to pass to plugins, e.g. --plugin-secret datasette-auth-github client_id xxx + --version-note TEXT Additional note to show on /-/versions --title TEXT Title for metadata --license TEXT License label for metadata diff --git a/docs/datasette-publish-heroku-help.txt b/docs/datasette-publish-heroku-help.txt index 96319239..a633ba2e 100644 --- a/docs/datasette-publish-heroku-help.txt +++ b/docs/datasette-publish-heroku-help.txt @@ -13,6 +13,7 @@ Options: --plugin-secret ... Secrets to pass to plugins, e.g. --plugin-secret datasette-auth-github client_id xxx + --version-note TEXT Additional note to show on /-/versions --title TEXT Title for metadata --license TEXT License label for metadata diff --git a/docs/datasette-publish-nowv1-help.txt b/docs/datasette-publish-nowv1-help.txt index 1d23fe3f..143e74f1 100644 --- a/docs/datasette-publish-nowv1-help.txt +++ b/docs/datasette-publish-nowv1-help.txt @@ -13,6 +13,7 @@ Options: --plugin-secret ... Secrets to pass to plugins, e.g. --plugin-secret datasette-auth-github client_id xxx + --version-note TEXT Additional note to show on /-/versions --title TEXT Title for metadata --license TEXT License label for metadata diff --git a/docs/datasette-serve-help.txt b/docs/datasette-serve-help.txt index dddade2d..c0b33c54 100644 --- a/docs/datasette-serve-help.txt +++ b/docs/datasette-serve-help.txt @@ -10,11 +10,14 @@ Options: connections from the local machine will be allowed. Use 0.0.0.0 to listen to all IPs and allow access from other machines. + -p, --port INTEGER Port for server, defaults to 8001. Use -p 0 to automatically assign an available port. + --debug Enable debug mode - useful for development --reload Automatically reload if database or code change detected - useful for development + --cors Enable CORS by serving Access-Control-Allow-Origin: * --load-extension PATH Path to a SQLite extension to load --inspect-file TEXT Path to JSON file created using "datasette inspect" @@ -25,6 +28,7 @@ Options: --memory Make :memory: database available --config CONFIG Set config option using configname:value datasette.readthedocs.io/en/latest/config.html + --version-note TEXT Additional note to show on /-/versions --help-config Show available config options --help Show this message and exit.