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,
|
||||
static,
|
||||
install,
|
||||
plugin_secret,
|
||||
version_note,
|
||||
title,
|
||||
license,
|
||||
license_url,
|
||||
source,
|
||||
source_url,
|
||||
about,
|
||||
about_url,
|
||||
api_key,
|
||||
):
|
||||
# Your implementation goes here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue