Skip to content

Commit da1a2fc

Browse files
committed
remove --chart option
1 parent eef7966 commit da1a2fc

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

docs/reference/replicated-cli-release-create.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ Create a new release using a collection of application manifest files and/or one
1111
replicated release create --yaml-dir YAML_DIR [flags]
1212
```
1313

14-
```bash
15-
replicated release create --chart HELM_CHART [flags]
16-
```
17-
1814
:::note
1915
Additional flags returned by `--help` that are not supported by Replicated are omitted from the table below.
2016
:::
@@ -30,11 +26,6 @@ Additional flags returned by `--help` that are not supported by Replicated are o
3026
<td>path</td>
3127
<td><p>The local directory containing multiple YAML manifest files for a release. <strong>(Required)</strong></p><p><ChartYamlDirReqs/></p></td>
3228
</tr>
33-
<tr>
34-
<td><code>--chart</code></td>
35-
<td>string</td>
36-
<td><p>The path to the Helm chart for a release.<strong>(Required)</strong></p><p><ChartYamlDirReqs/></p></td>
37-
</tr>
3829
<tr>
3930
<td><code>--promote</code></td>
4031
<td>string</td>
@@ -75,16 +66,6 @@ replicated release create --yaml-dir ./manifests
7566
• SEQUENCE: 58
7667
```
7768

78-
### `--chart`
79-
80-
```bash
81-
replicated release create --chart=my-chart-1.0.0.tgz
82-
83-
• Reading chart from my-chart-1.0.0.tgz ✓
84-
• Creating Release ✓
85-
• SEQUENCE: 58
86-
```
87-
8869
### `--promote`
8970

9071
```bash

0 commit comments

Comments
 (0)