Commit c8bf1638 authored by Will Cory's avatar Will Cory

add npx to cli docs

parent 0a95904d
# atst cli docs # atst cli docs
## Installation
```bash
npm install @eth-optimism/atst --global
```
## Usage ## Usage
```bash ```bash
atst <command> [options] npx atst <command> [options]
``` ```
## Commands ## Commands
...@@ -14,8 +20,8 @@ write write an attestation ...@@ -14,8 +20,8 @@ write write an attestation
For more info, run any command with the `--help` flag: For more info, run any command with the `--help` flag:
```bash ```bash
atst read --help npx atst read --help
atst write --help npx atst write --help
``` ```
## Options: ## Options:
...@@ -26,7 +32,7 @@ atst write --help ...@@ -26,7 +32,7 @@ atst write --help
## Usage: ## Usage:
```bash ```bash
atst <command> [options] npx atst <command> [options]
``` ```
Commands: Commands:
...@@ -36,8 +42,8 @@ write write an attestation ...@@ -36,8 +42,8 @@ write write an attestation
For more info, run any command with the `--help` flag: For more info, run any command with the `--help` flag:
```bash ```bash
atst read --help npx atst read --help
atst write --help npx atst write --help
``` ```
### Read ### Read
...@@ -53,7 +59,7 @@ atst write --help ...@@ -53,7 +59,7 @@ atst write --help
Example: Example:
```bash ```bash
atst read --key "optimist.base-uri" --about 0x2335022c740d17c2837f9C884Bfe4fFdbf0A95D5 --creator 0x60c5C9c98bcBd0b0F2fD89B24c16e533BaA8CdA3 npx atst read --key "optimist.base-uri" --about 0x2335022c740d17c2837f9C884Bfe4fFdbf0A95D5 --creator 0x60c5C9c98bcBd0b0F2fD89B24c16e533BaA8CdA3
``` ```
### write ### write
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment