{"id":18542154,"url":"https://github.com/heremaps/homebrew-olp-cli","last_synced_at":"2026-01-26T13:06:46.769Z","repository":{"id":38451228,"uuid":"494414535","full_name":"heremaps/homebrew-olp-cli","owner":"heremaps","description":"Use the Command Line Interface (CLI) to access HERE platform services from a command line or with scripts.","archived":false,"fork":false,"pushed_at":"2025-12-17T12:21:22.000Z","size":41,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-21T00:44:30.998Z","etag":null,"topics":["homebrew"],"latest_commit_sha":null,"homepage":"https://platform.here.com/sdk/cli","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/heremaps.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-05-20T10:07:58.000Z","updated_at":"2025-12-17T12:21:26.000Z","dependencies_parsed_at":"2025-12-17T19:07:12.145Z","dependency_job_id":null,"html_url":"https://github.com/heremaps/homebrew-olp-cli","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/heremaps/homebrew-olp-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heremaps%2Fhomebrew-olp-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heremaps%2Fhomebrew-olp-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heremaps%2Fhomebrew-olp-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heremaps%2Fhomebrew-olp-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/heremaps","download_url":"https://codeload.github.com/heremaps/homebrew-olp-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heremaps%2Fhomebrew-olp-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28778801,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T11:46:04.308Z","status":"ssl_error","status_checked_at":"2026-01-26T11:46:02.664Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["homebrew"],"created_at":"2024-11-06T20:07:31.576Z","updated_at":"2026-01-26T13:06:46.752Z","avatar_url":"https://github.com/heremaps.png","language":"Ruby","readme":"# HERE OLP CLI \n\nThis repository is a [homebrew tap](https://docs.brew.sh) for the OLP CLI.\n\n## Introduction\n\nThe OLP CLI allows you to access platform services from the command\nline. As opposed to the HERE platform portal graphic user interface, the OLP CLI offers\na text-based interface and enables developers to implement automated actions\non [Platform services](https://www.here.com/products/platform).\n\nFor the terms and conditions covering this documentation, see the\n[HERE Documentation License](https://legal.here.com/en-gb/terms/documentation-license).\n\nHERE is committed to respecting your privacy and to complying with\napplicable data protection and privacy laws. For more information, see the\n[HERE Privacy Policy](https://legal.here.com/en-gb/privacy).\n\nFor more information on data security and durability best\npractices, see the\n[Data API](https://www.here.com/docs/bundle/data-api-developer-guide/page/rest/data-security.html).\n\n### Why Use the OLP CLI\n\nThe OLP CLI allows you to do the following:\n\n-   [Create, retrieve, and manage catalogs and layers](https://www.here.com/docs/bundle/command-line-interface-user-guide-java-scala/page/topics/data-workflows.html).\n    In a typical use case, you can create a catalog, add a layer to this catalog,\n    and later publish data to that layer.\n\n-   [Create, retrieve, and manage local catalogs and layers](https://www.here.com/docs/bundle/command-line-interface-user-guide-java-scala/page/topics/local-data-workflows.html).\n    In a typical use case, you can create a local catalog, add a layer to this catalog,\n    or create a local copy of a catalog hosted on the platform.\n\n-   [Manage catalogs' data schemas](https://www.here.com/docs/bundle/command-line-interface-user-guide-java-scala/page/topics/schema-workflows.html).\n    In a typical use case, you can [create your own schemas](https://www.here.com/docs/bundle/here-workspace-developer-guide-java-scala/page/proto-schema/README.html)\n    for data catalogs, which is particularly useful when you want to share your\n    data on the Platform.\n\n-   [Publish data to and retrieve data from catalogs](https://www.here.com/docs/bundle/command-line-interface-user-guide-java-scala/page/topics/data-workflows.html#upload-data-to-catalog).\n    You can ingest test data from a file to a layer and\n    later retrieve that data.\n\n-   [Retrieve and manage permissions of catalogs and schemas](https://www.here.com/docs/bundle/command-line-interface-user-guide-java-scala/page/topics/permission-commands.html).\n    You can get a list of catalogs that match some regular\n    expression and update permissions on those catalogs.\n\n-   [Create, manage, and run pipelines](https://www.here.com/docs/bundle/command-line-interface-user-guide-java-scala/page/topics/pipeline-workflows.html).\n    You can create a catalog that is usable for the\n    [Data Processing Library](https://www.here.com/docs/bundle/data-processing-library-developer-guide-scala-java/page/README.html)\n    and run a compiler JAR package in a pipeline. Then, you can clean up all the\n    previously created objects after execution.\n\n-   [Manage projects, project resources, and project access](https://www.here.com/docs/bundle/command-line-interface-user-guide-java-scala/page/topics/projects-workflows.html).\n    You can group your HERE platform resources, including catalogs,\n    schemas, and pipelines, in a project to enable access control, eg for different\n    stages of production, and cost tracking.\n\n-   [Manage applications](https://www.here.com/docs/bundle/command-line-interface-user-guide-java-scala/page/topics/app-workflows.html).\n    You can manage applications, and your application's access/API keys.\n\n-   [Work with HERE Location Services running on the HERE platform](https://www.here.com/docs/bundle/command-line-interface-user-guide-java-scala/page/topics/service/service-commands.html).\n    You can look up location services and view the details\n    of a specific service, including its base URL and detailed description.\n\n-   [Create and manage groups](https://www.here.com/docs/bundle/command-line-interface-user-guide-java-scala/page/topics/group-workflows.html).\n    You can set up the environment for a new project by\n    creating a group, adding an app, and obtaining credentials.\n\n-   [Create and manage third party secrets](https://www.here.com/docs/bundle/command-line-interface-user-guide-java-scala/page/topics/third-party-secrets-commands.html).\n    You can manage third party secrets, which enable authorized identities to securely\n    upload and manage third-party credentials. For instance, AWS S3 bucket credentials.\n\n-   [Manage your credentials profiles](https://www.here.com/docs/bundle/command-line-interface-user-guide-java-scala/page/topics/credentials-commands.html).\n    You can define multiple profiles to use different\n    credentials for different projects.\n\n## Prerequisites\n\nYou need to install [Homebrew](https://brew.sh/), a package manager for macOS and Linux.\nTo install Homebrew, follow the instructions on the official page.\n\n\n## Installation\n\nTo install the latest version of OLP CLI, use the following command:\n\n```\nbrew install heremaps/olp-cli/olp\n```\n\nIf you want to update the OLP CLI, run the following command:\n\n```\nbrew upgrade olp\n```\n\nTo remove the package, run the following command:\n\n```\nbrew uninstall olp\n```\n\n\n## Next Steps\n\n- [Set up your credentials](https://www.here.com/docs/bundle/command-line-interface-user-guide-java-scala/page/topics/configuration.html)\n- [Introduction to command syntax](https://www.here.com/docs/bundle/command-line-interface-user-guide-java-scala/page/topics/command-syntax.html)\n- [Configure HTTP proxy](https://www.here.com/docs/bundle/command-line-interface-user-guide-java-scala/page/topics/http-proxy-configuration.html)\n\n\n## License\n\nCopyright (C) 2018-2024 HERE Europe B.V.\n\nUnless otherwise noted in LICENSE files for specific files or directories, the LICENSE in the root applies to all content in this repository.\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheremaps%2Fhomebrew-olp-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheremaps%2Fhomebrew-olp-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheremaps%2Fhomebrew-olp-cli/lists"}