1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-01 15:55:34 +01:00
docs/developers/ocean-cli/README.md

23 lines
1.1 KiB
Markdown
Raw Normal View History

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 🌊
2023-09-28 13:02:05 +02:00
Welcome to the Ocean CLI, your powerful command-line tool for seamless interaction with Ocean Protocol's data-sharing capabilities. 🚀
2023-09-28 13:02:05 +02:00
The Ocean CLI offers a wide range of functionalities, enabling you to:
- [**Publish**](./publish.md) 📤 data services: downloadable files or compute-to-data.
- [**Edit**](./edit.md) ✏️ existing assets.
- [**Consume**](./consume.md) 📥 data services, ordering datatokens and downloading data.
- [**Compute to Data**](./run-c2d.md) 💻 on public available datasets using a published algorithm.
## Key Information
The Ocean CLI is powered by the [ocean.js](../ocean.js/README.md) JavaScript library, an integral part of the [Ocean Protocol](https://oceanprotocol.com) toolset. 🌐
Let's dive into the CLI's capabilities and unlock the full potential of Ocean Protocol together! If you're ready to explore each functionality in detail, simply go through the next pages.
2023-09-28 13:02:05 +02:00