Usage: [OPTIONS] Command line interface to the LegiScan API that is capable of importing data, examples: --monitorlist --import changed --masterlist CA --import new --bill 823201 --text 1565693 --search "citizens ADJ united" --import new --score 75 --monitor 852213 --stance support --clean --verbose --monitorlist ***** NO HELP AVAILABLE ***** --sessionlist STATE Retrieve session list info for STATE or ALL --masterlist STATE Retrieve master list for STATE --bill BILL_ID Retrieve bill detail payload for BILL_ID --text DOC_ID Retrieve text payload for DOC_ID --amendment AMEND_ID Retrieve amendment payload for AMEND_ID --supplement SUP_ID Retrieve supplement payload for SUP_ID --vote ROLL_CALL_ID Retrieve roll call detail payload for ROLL_CALL_ID --people PEOPLE_ID Retrieve people detail payload for PEOPLE_ID --search QUERY Retrieve search results for QUERY --state STATE Set STATE for query, defaults to all states --score RELEVANCE Set RELEVANCE score cutoff (0-100) defaults to 50 --import ACTION Take ACTION on search/masterlist results: New, Changed, All --sync Sync local monitor/ignore operations to GAITS account --monitor BILL_ID Add BILL_ID to ls_monitor list --unmonitor BILL_ID Remove BILL_ID from ls_monitor list --ignore BILL_ID Add BILL_ID to ls_ignore list --unignore BILL_ID Remove BILL_ID from ls_ignore list --stance STANCE Stance of monitored bill (0=watch,1=support,2=oppose) --reset-db Truncate and reset database tables back to clean production install --yes Automatically answer Yes to any Yes/No prompts --key API_KEY Override legiscan.conf api_key with API_KEY to use for request --dry-run Don't take action only print out what would have been done --clean Clean the API cache of stale records --verbose Be verbose in general --debug Be more verbose specifically, maybe dump some JSON payload --help Display this help text --version Show the application version number