You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The required ``--script <module>.<script>`` argument is the report to run where ``<module>`` is the name of the python file in the ``scripts`` directory without the ``.py`` extension and ``<script>`` is the name of the script class in the ``<module>`` to run.
271
+
272
+
The optional ``--loglevel`` argument is the desired logging level to output to the console.
273
+
274
+
The optional ``--commit`` argument will commit any changes in the script to the database.
275
+
262
276
## Example
263
277
264
278
Below is an example script that creates new objects for a planned site. The user is prompted for three variables:
0 commit comments