Skip to content

Commit

Permalink
Update docs according to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aatarasoff authored Dec 7, 2023
1 parent e0c2acd commit 9b1c24c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ Response example:
}
```

> If `module_name` is not provided, the `name` from `pbuf.yaml` is used.
##### List Modules

The list command allows you to list all modules from the registry.
Expand Down Expand Up @@ -145,10 +147,12 @@ Response example:
The push command allows you to push `.proto` files to the registry with a specific tag.

```bash
pbuf-cli modules push [tag]
pbuf-cli modules push [tag] [--draft]
```

Replace `[tag]` with the tag you want to push.
Replace `[tag]` with the tag you want to push. Use the `--draft` flag to push a draft tag.

> Draft tags are temporary tags that are automatically deleted in a week.
##### Update Modules Tags

Expand Down

0 comments on commit 9b1c24c

Please sign in to comment.