mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Updated publish_subcommand example
This commit is contained in:
parent
a000c80d50
commit
fd2a74dc09
1 changed files with 3 additions and 0 deletions
|
|
@ -516,12 +516,15 @@ Let's say you want to build a plugin that adds a ``datasette publish my_hosting_
|
||||||
plugins_dir,
|
plugins_dir,
|
||||||
static,
|
static,
|
||||||
install,
|
install,
|
||||||
|
plugin_secret,
|
||||||
version_note,
|
version_note,
|
||||||
title,
|
title,
|
||||||
license,
|
license,
|
||||||
license_url,
|
license_url,
|
||||||
source,
|
source,
|
||||||
source_url,
|
source_url,
|
||||||
|
about,
|
||||||
|
about_url,
|
||||||
api_key,
|
api_key,
|
||||||
):
|
):
|
||||||
# Your implementation goes here
|
# Your implementation goes here
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue