Skip to content

Releases: Geocodio/geocodio-cli

Geocodio CLI v2.0.1

15 Apr 14:42
515294f

Choose a tag to compare

Changelog

  • 0a48eb2 Add additional test for when multiple -d flags are given when geocoding inline distance
  • 8e43967 Add failing test to isolate issue where fields are not properly displayed to the user/agent
  • 6022f32 Add high level integration test based on recorded real API responses from the readme
  • 86fd0d4 Add the --units or distance-units flag to the CLI request as an accepted parameter
  • 55efc6d Add the ability to accept a country flag for distance endpoint
  • d1f4bd8 Do not use DC for examples of cd flag because it does not have a proper congressional district
  • 4f40c03 Fix lint errors: unchecked returns and unused isFlat function
  • a100979 Fix skill install command in README
  • 0ff9d40 Move mode and units into post body for distance matrix
  • f1aaecd Preserve comma destination addresses
  • 48a7975 Properly fix the output to display the requested fields in the response
  • 1d43874 Remove dev skills from repo, keep only user-facing geocodio skill
  • d37cadd Update documentation to provide more complete examples - user needs to return city and/or state when geocoding
  • 9685451 Update the agent output to correctly display requested flag data
  • 01e9660 Updated human readable output to surface the requested field information as well as the returned json

Geocodio CLI v2.0.0

07 Apr 22:08

Choose a tag to compare

Changelog

  • 19d4dc4 Add --fields flag to lists upload command
  • f0f27c5 Add --skip-geocoding flag to reverse command
  • 5a30a20 Add AI coding assistant skill section to README
  • 8026511 Add VCR test for lists upload with --fields parameter
  • bce01bd Add claude code skill to use the CLI
  • e5f5502 Add destination params to batch reverse geocode endpoint
  • 8999081 Add inline distance calculations to geocode and reverse commands
  • 333537e Add smoke test script for live API testing
  • 6aa7057 Add stable address key support and migration docs
  • f806ad5 Add tests for destination params and distance validation
  • 7d13dd6 Add tests for destinations, skip-geocoding, and stable address keys
  • 8d71902 Clarification on design decisions.
  • 5a5dbd7 Core functionality
  • cc44773 Document intentionally excluded API features and add --fields to README
  • 4de6b7d Fix gofmt formatting
  • 176cdc8 Fixes
  • f7543a1 Formatting via linter
  • 0044a8a Initial Commit
  • 4089e4a Make sure the CLI accepts a country flag for the batch endpoint. Previously it was silently ignored and not sent through to the API request
  • b0ef8c8 Make the batch endpoint accept destination params
  • 047f883 Move geocodio skill to skills/ for npx skills add support
  • eee5929 Move internal design decisions out of README into DECISIONS.md
  • 5d4664a Remove internal design decisions doc before open-sourcing
  • 1c5e43a UI/DX enhancements