Today I Learned

Set up HERE OLP CLI on macOS

  • Download the HERE Open Location Platform SDK, from https://platform.here.com/sdk

  • unzip file sdk-2.10.0.118

      cd ~/Downloads
      unzip sdk-2.10.0.118.zip
    
  • copy OLP_CLI to usr/local/

      sudo cp -R /Users/<username>/Downloads/sdk-2.10.0.118/tools/OLP_CLI /usr/local/
    
  • set ownership

      cd /usr/local/
      sudo chown -R <username>:admin OLP_CLI
    
  • create symbolic link

      cd /usr/local/bin
      ln -s ../OLP_CLI/olp olp
    
  • check version

      olp version show
    
  • update olp cli

      olp version update