aboutsummaryrefslogtreecommitdiffstats
path: root/python/shell.py
Commit message (Collapse)AuthorAgeFilesLines
* improve argparse usageBryan Newbold2019-12-111-6/+0
| | | | | | | | | | | | | | Use --fatcat-api-url instead of (ambiguous) --host-url for commands that aren't deployed/running via systemd. TODO: update the other --host-url usage, and either roll-out change consistently or support the old arg as an alias during cut-over Use argparse.ArgumentDefaultsHelpFormatter (thanks Martin!) Add help messages for all sub-commands, both as documentation and as a way to get argparse to print available commands in a more readable format.
* refactor all python source for client lib nameBryan Newbold2019-09-051-11/+11
|
* partial shell.py updateBryan Newbold2019-01-291-4/+4
| | | | ... but should refactor to use .env and auth_api helper
* shell helper key update (should get from env though)Bryan Newbold2019-01-101-1/+1
|
* add crude/manual auth token to python tests (fixing them)Bryan Newbold2018-12-311-3/+12
|
* include ApiException in shellBryan Newbold2018-11-211-0/+1
|
* example shell interface for fatcat python libBryan Newbold2018-11-191-0/+40