Update CLI reference help, refs #1855

This commit is contained in:
Simon Willison 2022-12-12 20:21:48 -08:00
commit 14f1cc4984
3 changed files with 31 additions and 7 deletions

View file

@ -192,7 +192,7 @@ There are two ways to configure permissions using ``metadata.json`` (or ``metada
For simple visibility permissions you can use ``"allow"`` blocks in the root, database, table and query sections.
For other permissions you can use a ``"permissions"`` block, described :ref:`in the next section <blah>`.
For other permissions you can use a ``"permissions"`` block, described :ref:`in the next section <authentication_permissions_other>`.
You can limit who is allowed to view different parts of your Datasette instance using ``"allow"`` keys in your :ref:`metadata` configuration.