Releases: heremaps/here-cli
Releases · heremaps/here-cli
0.2.4
🔨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
0.2.2
- 😉 Thanks to @haraldF we've now moved the CLI code from
JavaScripttoTypeScript - The
here xyz uploadcommand 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 likegeojson,geojsonlandcsv. 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-awith-sto 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
Initial release of HERE CLI, a Node.js command-line interface to work with HERE APIs starting with HERE XYZ Hub APIs.