datasette create-token command, refs #1859

This commit is contained in:
Simon Willison 2022-10-25 21:26:12 -07:00
commit c7956eed77
7 changed files with 130 additions and 8 deletions

View file

@ -971,6 +971,7 @@ def test_hook_register_commands():
"plugins",
"publish",
"uninstall",
"create-token",
}
# Now install a plugin
@ -1001,6 +1002,7 @@ def test_hook_register_commands():
"uninstall",
"verify",
"unverify",
"create-token",
}
pm.unregister(name="verify")
importlib.reload(cli)