Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heremaps/homebrew-olp-cli
Use the Command Line Interface (CLI) to access HERE platform services from a command line or with scripts.
https://github.com/heremaps/homebrew-olp-cli
homebrew
Last synced: 6 days ago
JSON representation
Use the Command Line Interface (CLI) to access HERE platform services from a command line or with scripts.
- Host: GitHub
- URL: https://github.com/heremaps/homebrew-olp-cli
- Owner: heremaps
- License: apache-2.0
- Created: 2022-05-20T10:07:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T10:44:47.000Z (15 days ago)
- Last Synced: 2024-10-29T12:43:01.710Z (15 days ago)
- Topics: homebrew
- Language: Ruby
- Homepage: https://platform.here.com/sdk/cli
- Size: 35.2 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HERE OLP CLI
This repository is a [homebrew tap](https://docs.brew.sh) for the OLP CLI.
## Introduction
The OLP CLI allows you to access platform services from the command
line. As opposed to the HERE platform portal graphic user interface, the OLP CLI offers
a text-based interface and enables developers to implement automated actions
on [Platform services](https://www.here.com/products/platform).For the terms and conditions covering this documentation, see the
[HERE Documentation License](https://legal.here.com/en-gb/terms/documentation-license).HERE is committed to respecting your privacy and to complying with
applicable data protection and privacy laws. For more information, see the
[HERE Privacy Policy](https://legal.here.com/en-gb/privacy).For more information on data security and durability best
practices, see the
[Data API](https://www.here.com/docs/bundle/data-api-developer-guide/page/rest/data-security.html).### Why Use the OLP CLI
The OLP CLI allows you to do the following:
- [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).
In a typical use case, you can create a catalog, add a layer to this catalog,
and later publish data to that layer.- [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).
In a typical use case, you can create a local catalog, add a layer to this catalog,
or create a local copy of a catalog hosted on the platform.- [Manage catalogs' data schemas](https://www.here.com/docs/bundle/command-line-interface-user-guide-java-scala/page/topics/schema-workflows.html).
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)
for data catalogs, which is particularly useful when you want to share your
data on the Platform.- [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).
You can ingest test data from a file to a layer and
later retrieve that data.- [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).
You can get a list of catalogs that match some regular
expression and update permissions on those catalogs.- [Create, manage, and run pipelines](https://www.here.com/docs/bundle/command-line-interface-user-guide-java-scala/page/topics/pipeline-workflows.html).
You can create a catalog that is usable for the
[Data Processing Library](https://www.here.com/docs/bundle/data-processing-library-developer-guide-scala-java/page/README.html)
and run a compiler JAR package in a pipeline. Then, you can clean up all the
previously created objects after execution.- [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).
You can group your HERE platform resources, including catalogs,
schemas, and pipelines, in a project to enable access control, eg for different
stages of production, and cost tracking.- [Manage applications](https://www.here.com/docs/bundle/command-line-interface-user-guide-java-scala/page/topics/app-workflows.html).
You can manage applications, and your application's access/API keys.- [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).
You can look up location services and view the details
of a specific service, including its base URL and detailed description.- [Create and manage groups](https://www.here.com/docs/bundle/command-line-interface-user-guide-java-scala/page/topics/group-workflows.html).
You can set up the environment for a new project by
creating a group, adding an app, and obtaining credentials.- [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).
You can manage third party secrets, which enable authorized identities to securely
upload and manage third-party credentials. For instance, AWS S3 bucket credentials.- [Manage your credentials profiles](https://www.here.com/docs/bundle/command-line-interface-user-guide-java-scala/page/topics/credentials-commands.html).
You can define multiple profiles to use different
credentials for different projects.## Prerequisites
You need to install [Homebrew](https://brew.sh/), a package manager for macOS and Linux.
To install Homebrew, follow the instructions on the official page.## Installation
To install the latest version of OLP CLI, use the following command:
```
brew install heremaps/olp-cli/olp
```If you want to update the OLP CLI, run the following command:
```
brew upgrade olp
```To remove the package, run the following command:
```
brew uninstall olp
```## Next Steps
- [Set up your credentials](https://www.here.com/docs/bundle/command-line-interface-user-guide-java-scala/page/topics/configuration.html)
- [Introduction to command syntax](https://www.here.com/docs/bundle/command-line-interface-user-guide-java-scala/page/topics/command-syntax.html)
- [Configure HTTP proxy](https://www.here.com/docs/bundle/command-line-interface-user-guide-java-scala/page/topics/http-proxy-configuration.html)## License
Copyright (C) 2018-2024 HERE Europe B.V.
Unless otherwise noted in LICENSE files for specific files or directories, the LICENSE in the root applies to all content in this repository.