Skip to content

Releases: heremaps/here-cli

0.2.4

28 Mar 18:33

Choose a tag to compare

🔨IMPROVED 🔨

  • making HERE developer Account Login as the default and the only CLI login mechanism.
  • providing an option for selecting the authoring AppID when authenticating with email
  • A read-only token is now generated for URLs with the show space command. here xyz show <spaceid> -w.

✨NEW ✨

  • view in Tangram with here xyz show <spaceid> -v 👾👾👾

0.2.3

28 Mar 18:33

Choose a tag to compare

🔧 IMPROVED 🔧

  • Aligning cli with new KeyMaster API for GA release

🐜 FIXED 🐜

  • Bug fix for -x switch with xyz upload command -- we'll figure out your lat and lon even if it's capitalized

0.2.2

28 Mar 18:33

Choose a tag to compare

  • 😉 Thanks to @haraldF we've now moved the CLI code from JavaScript to TypeScript
  • The here xyz upload command now supports GeoJSONL file format.
  • We've added Streaming Support for data uploads 👍
    Streaming is supported for data while uploading to XYZ Spaces for file formats like geojson,geojsonl and csv. No more node.js out of memory crashes! Do you have a 1GB GeoJSON or CSV file? Throw it at us. (Note that you can't use -a with -s to make tags, but you can use -p.)
    Use it like this: here xyz upload <spaceId> -f /path/to/sample.csv --stream
  • More minor bug fixes 🐛 and enhancements 🌟

Initial release

30 Sep 19:14

Choose a tag to compare

Initial release of HERE CLI, a Node.js command-line interface to work with HERE APIs starting with HERE XYZ Hub APIs.