diff --git a/datasette/cli.py b/datasette/cli.py index 57db83b6..5be5e613 100644 --- a/datasette/cli.py +++ b/datasette/cli.py @@ -497,6 +497,7 @@ def uninstall(packages, yes): "--internal", type=click.Path(), help="Path to a persistent Datasette internal SQLite database", + envvar="DATASETTE_INTERNAL", ) def serve( files,