mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Help summaries for publish cloudrun/heroku
This commit is contained in:
parent
8cf4b77a92
commit
515f8d38eb
3 changed files with 8 additions and 2 deletions
|
|
@ -74,6 +74,7 @@ def publish_subcommand(publish):
|
||||||
cpu,
|
cpu,
|
||||||
apt_get_extras,
|
apt_get_extras,
|
||||||
):
|
):
|
||||||
|
"Publish databases to Datasette running on Cloud Run"
|
||||||
fail_if_publish_binary_not_installed(
|
fail_if_publish_binary_not_installed(
|
||||||
"gcloud", "Google Cloud", "https://cloud.google.com/sdk/"
|
"gcloud", "Google Cloud", "https://cloud.google.com/sdk/"
|
||||||
)
|
)
|
||||||
|
|
|
||||||
|
|
@ -50,6 +50,7 @@ def publish_subcommand(publish):
|
||||||
name,
|
name,
|
||||||
tar,
|
tar,
|
||||||
):
|
):
|
||||||
|
"Publish databases to Datasette running on Heroku"
|
||||||
fail_if_publish_binary_not_installed(
|
fail_if_publish_binary_not_installed(
|
||||||
"heroku", "Heroku", "https://cli.heroku.com"
|
"heroku", "Heroku", "https://cli.heroku.com"
|
||||||
)
|
)
|
||||||
|
|
|
||||||
|
|
@ -191,8 +191,8 @@ datasette publish --help
|
||||||
--help Show this message and exit.
|
--help Show this message and exit.
|
||||||
|
|
||||||
Commands:
|
Commands:
|
||||||
cloudrun
|
cloudrun Publish databases to Datasette running on Cloud Run
|
||||||
heroku
|
heroku Publish databases to Datasette running on Heroku
|
||||||
|
|
||||||
|
|
||||||
datasette publish cloudrun --help
|
datasette publish cloudrun --help
|
||||||
|
|
@ -202,6 +202,8 @@ datasette publish cloudrun --help
|
||||||
|
|
||||||
Usage: datasette publish cloudrun [OPTIONS] [FILES]...
|
Usage: datasette publish cloudrun [OPTIONS] [FILES]...
|
||||||
|
|
||||||
|
Publish databases to Datasette running on Cloud Run
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
-m, --metadata FILENAME Path to JSON/YAML file containing metadata to
|
-m, --metadata FILENAME Path to JSON/YAML file containing metadata to
|
||||||
publish
|
publish
|
||||||
|
|
@ -244,6 +246,8 @@ datasette publish heroku --help
|
||||||
|
|
||||||
Usage: datasette publish heroku [OPTIONS] [FILES]...
|
Usage: datasette publish heroku [OPTIONS] [FILES]...
|
||||||
|
|
||||||
|
Publish databases to Datasette running on Heroku
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
-m, --metadata FILENAME Path to JSON/YAML file containing metadata to
|
-m, --metadata FILENAME Path to JSON/YAML file containing metadata to
|
||||||
publish
|
publish
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue