File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,6 @@ Create a new release using a collection of application manifest files and/or one
1111replicated release create --yaml-dir YAML_DIR [flags]
1212```
1313
14- ``` bash
15- replicated release create --chart HELM_CHART [flags]
16- ```
17-
1814::: note
1915Additional 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
You can’t perform that action at this time.
0 commit comments