Releases: doneill/er-cli
Releases · doneill/er-cli
v0.0.2
- Add support for subjects command
- List subject data
- Add
updated-since
flag, takesint
to return data from value number of days ago - Add
tracks
flag to take asubject-id
and return tracks geojson- Add
export
flag to export tracks geojson to file
- Add
What's Changed
- Refactor users add initial tests by @doneill in #18
- Fetch subjects updated since by @doneill in #19
- Add tracks flag to subjects command by @doneill in #20
Full Changelog: v0.0.1...v0.0.2
v0.0.1
Initial support for the following:
- Authenticate against an EarthRanger site server
- Get User info
- Get User profile info
- Open an existing EarthRanger mobile database
- Get drafts and pending sync event status
- Get Table row counts
What's Changed
- Initialize cobra cli framework by @doneill in #1
- Add auth flags by @doneill in #2
- Refactor api source to api package by @doneill in #3
- Init Viper write cofig by @doneill in #4
- Add token auth subcommand by @doneill in #5
- user command impl by @doneill in #6
- Structure user response by @doneill in #7
- User all Flag by @doneill in #8
- Obfuscate password input by @doneill in #9
- Open EarthRanger mobile db by @doneill in #10
- Query db for username by @doneill in #11
- Display pending sync events by @doneill in #12
- Include timestamp in events by @doneill in #13
- pending sync data by @doneill in #14
- Open Draft Flag by @doneill in #16
- Add profiles user subcommand by @doneill in #17
Full Changelog: https://github.com/doneill/er-cli/commits/v0.0.1