Skip to content

Commit c9aa5e4

Browse files
authored
Updated CLI commands documentation (#41)
1 parent 7bd0889 commit c9aa5e4

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

docs/app/cli/commands/page.mdx

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ asIndexPage: true
55

66
# Commands
77

8+
## Install
9+
10+
This command allows you to install the blueprint from a published DApp
11+
12+
### Usage
13+
14+
```sh
15+
telchar install <scope>/<name>
16+
```
17+
18+
### Example
19+
20+
```sh
21+
telchar install txpipe/asteria
22+
```
23+
824
## Codegen
925

1026
This command allows you to obtain the boilerplate code to comunicate with a published DApp
@@ -73,22 +89,6 @@ const AsteriaTypesPelletDatum = Data.Object({
7389
...
7490
```
7591

76-
## Codegen Local
77-
78-
This command allows you to obtain the boilerplate code to comunicate with a DApp from a local blueprint file
79-
80-
### Usage
81-
82-
```sh
83-
telchar codegen-local <blueprint_path> <template>
84-
```
85-
86-
#### Example
87-
88-
```sh
89-
telchar codegen-local ./plutus.json blaze
90-
```
91-
9292
## Publish
9393

9494
This command allows you to publish your DApp to the registry.<br/>

0 commit comments

Comments
 (0)