Renamed "datasette build" command to "datasette inspect"

Closes #130
This commit is contained in:
Simon Willison 2017-12-07 08:57:31 -08:00
commit 0539905806
No known key found for this signature in database
GPG key ID: 17E2DEA2588B7F52
3 changed files with 6 additions and 6 deletions

View file

@ -105,7 +105,7 @@ http://localhost:8001/History/downloads.jsono will return that data as JSON in a
--sql_time_limit_ms INTEGER Max time allowed for SQL queries in ms
--load-extension TEXT Path to a SQLite extension to load
--inspect-file TEXT Path to JSON file created using "datasette
build"
inspect"
-m, --metadata FILENAME Path to JSON file containing license/source
metadata
--help Show this message and exit.
@ -199,7 +199,7 @@ Here's example output for the package command:
Step 4/7 : RUN pip install datasette
---> Using cache
---> 340efa82bfd7
Step 5/7 : RUN datasette build parlgov.db --inspect-file inspect-data.json
Step 5/7 : RUN datasette inspect parlgov.db --inspect-file inspect-data.json
---> Using cache
---> 5fddbe990314
Step 6/7 : EXPOSE 8001