0.2.2 • Published 4 years ago

gaia-gps-cli v0.2.2

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

��# gaia-gps-cli ## Installation yarn add global gaia-gps-cli or npm i -g gaia-gps-cli or, to use without installing via npx: npx gaia-gps-cli [options] ## Usage Usage: gaia-gps-cli [options] Options: -V, --version output the version number -s, --sessionId <value> Valid session ID to use -t, --type [GaiaObject] The type of Gaia GPS object. One of track, route, waypoint, photo, area, map, saveditem -i, --id <value> The id of the Gaia GPS object desired. -c, --count <number> Number of list items to retrieve (default: "1") -p, --page <number> Page to retrieve (default: "1") -d, --sort_direction <value> Sort direction -f, --sort_field <value> Sort field -o, --output [OutputType] Output type. One of json, csv, md -f, --format [GaiaFormat] File format. One of gpx, kml, geojson. Will cause the CLI to download files instead of printing them -fn, --filename <value> Output file name (default: "./gaia-export-<timestamp>.zip") -h, --help display help for command Commands: login Log in to Gaia GPS ## Examples Examples to come