Add a couple of other CLI utilities for interacing with the service.
[?]
Jun 9, 2015, 10:09 PM
CDHZL3RP2HGNSSBXD4VDSAW7M3SPBF7LBYB2BL6I3N6EI5URSOJACDependencies
- [2]
PBD7LZYQPostgres & auth are beginning to function.
Change contents
- file addition: list_projects.sh[2.1220]
#!/bin/bashread -p "Username: " USERread -s -p "Password: " PASScurl -k -u "$USER:$PASS" -X GET "https://aftok.com/projects" - file addition: log.sh[2.1220]
#!/bin/bashread -p "Username: " USERread -s -p "Password: " PASSechoread -p "Project UUID: " PROJECTcurl -v -k -u "$USER:$PASS" -X GET "https://aftok.com/projects/$PROJECT/logEntries?after=$(date -Iseconds --date='1 month ago')"