2023-09-28 13:02:05 +02:00
|
|
|
---
|
|
|
|
description: >-
|
|
|
|
CLI tool to interact with the oceanprotocol's JavaScript library to privately & securely publish, consume and run compute on data.
|
|
|
|
---
|
|
|
|
|
|
|
|
# Ocean CLI
|
|
|
|
|
|
|
|
The Ocean CLI tool offers a range of functionalities, including the ability to:
|
|
|
|
|
2023-09-29 10:12:58 +02:00
|
|
|
- [**Publish**](./publish-a-dataset.md) data services: downloadable files or compute-to-data.
|
|
|
|
- [**Edit**](./editing-a-dataset.md) existing assets.
|
|
|
|
- [**Consume**](./consuming-an-asset.md) data services, ordering datatokens and downloading data.
|
|
|
|
- [**Compute to data**](./starting-a-compute-job.md) on public available datasets using a published algorithm.
|
2023-09-28 13:02:05 +02:00
|
|
|
|
|
|
|
Ocean CLI is using ocean.js Javascripti library witch is part of the [Ocean Protocol](https://oceanprotocol.com) toolset.
|