mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
about and about_url metadata options
This commit is contained in:
parent
41744d7690
commit
bf6b0f918d
12 changed files with 37 additions and 2 deletions
|
|
@ -21,4 +21,6 @@ Options:
|
|||
--license_url TEXT License URL for metadata
|
||||
--source TEXT Source label for metadata
|
||||
--source_url TEXT Source URL for metadata
|
||||
--about TEXT About label for metadata
|
||||
--about_url TEXT About URL for metadata
|
||||
--help Show this message and exit.
|
||||
|
|
|
|||
|
|
@ -16,5 +16,7 @@ Options:
|
|||
--license_url TEXT License URL for metadata
|
||||
--source TEXT Source label for metadata
|
||||
--source_url TEXT Source URL for metadata
|
||||
--about TEXT About label for metadata
|
||||
--about_url TEXT About URL for metadata
|
||||
-n, --name TEXT Application name to use when deploying
|
||||
--help Show this message and exit.
|
||||
|
|
|
|||
|
|
@ -16,6 +16,8 @@ Options:
|
|||
--license_url TEXT License URL for metadata
|
||||
--source TEXT Source label for metadata
|
||||
--source_url TEXT Source URL for metadata
|
||||
--about TEXT About label for metadata
|
||||
--about_url TEXT About URL for metadata
|
||||
-n, --name TEXT Application name to use when deploying
|
||||
--force Pass --force option to now
|
||||
--token TEXT Auth token to use for deploy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue