Initial release of UI.
[?]
Aug 25, 2020, 4:03 AM
SFWL5626TREXK42DULCXFKKXRCYYGCPAELRZGIRLUMZBNZRAYW7QCDependencies
- [2]
PBD7LZYQPostgres & auth are beginning to function.
Change contents
- file addition: list_entries.sh[2.1220]
#!/bin/bashif [ -f ".env" ]; thensource .envfiif [ -z "${AFTOK_HOST}" ]; thenAFTOK_HOST="aftok.com"fiif [ -z "${USER}" ]; thenread -p "Username: " USERechofiif [ -z "${PID}" ]; thenread -p "Project UUID: " PIDechoficurl --verbose --insecure --user $USER \--request GET \"https://$AFTOK_HOST/api/projects/$PID/logEntries?after=2020-01-01T00:00:00Z"