Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions docs/reference/replicated-cli-release-create.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,14 @@ Create a new release by providing application manifests for the next release in
helm, and manifests will be collected using glob patterns.

Example .replicated config:
appSlug: "my-app"
charts:
- path: ./chart
manifests:
- ./manifests/*.yaml

```
appSlug: "my-app"
charts:
- path: ./chart
manifests:
- ./manifests/*.yaml
```

With this config, simply run:
replicated release create --version 1.0.0 --promote Unstable
Expand Down