Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
c8bf1638
Commit
c8bf1638
authored
Feb 25, 2023
by
Will Cory
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add npx to cli docs
parent
0a95904d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
7 deletions
+13
-7
cli.md
packages/atst/docs/cli.md
+13
-7
No files found.
packages/atst/docs/cli.md
View file @
c8bf1638
# 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment