Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
fix: Add new docs on the utility programs and importing TM data
Browse files Browse the repository at this point in the history
  • Loading branch information
rsavoye committed Feb 2, 2024
1 parent ef457a1 commit 3e862f0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
15 changes: 15 additions & 0 deletions docs/generator.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# generator.py

This program generates the SQL, Protobuf, and Python data structures
needed by all the other code. It reads ih nthe YAML config file, and
outputs the language bindings.

usage: generator [-h] [-v] files...

options:
-h, --help show this help message and exit
-v, --verbose verbose output

## example

./generator -v users/users.yaml
5 changes: 3 additions & 2 deletions docs/tmdb.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# tmdb.py

This program imports existing data from the HOT Tasking Manager into
this modified database schema.
this modified database schema. This would only be done when
preserving data from Tasking Manager v4 to Tasking Manager v5.

usage: tmclient [-h] [-v [VERBOSE]] [-i INURI] [-o OUTURI] -t TABLE
usage: tmdb.py [-h] [-v [VERBOSE]] [-i INURI] [-o OUTURI] -t TABLE

options:
-h, --help show this help message and exit
Expand Down

0 comments on commit 3e862f0

Please sign in to comment.