0.4.4 • Published 1 year ago

@gaia-gps-client/cli v0.4.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@gaia-gps-client/cli

Installation

npm i -g @gaia-gps-client/cli

or, to use without installing via npx:

npx @gaia-gps-client/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