mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
12 lines
445 B
Markdown
12 lines
445 B
Markdown
# Usage
|
|
|
|
The command <code>npm run cli h</code> returns a list of all commands and option flags.
|
|
|
|
<pre><code>```bash
|
|
#!/bin/bash
|
|
npm run cli h
|
|
```
|
|
</code></pre>
|
|
|
|
<figure><img src="https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzQlpIJEeu8x5yl0OLuXn%2Fuploads%2FBCFAxxcCjwVPJfiKOOt1%2FScreenshot%202023-09-27%20at%2023.55.43.png?alt=media&token=76114c63-da9c-4d34-afdb-97b6bafca9d9" alt=""><figcaption></figcaption></figure>
|