Skip to content

Commit

Permalink
Update clin docs with newer flags
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilsbhat committed Mar 11, 2024
1 parent 5f59247 commit b010963
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
5 changes: 4 additions & 1 deletion docs/doc/drift.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,11 @@ drift [command] [flags]
--set stringArray set values on the command line (can specify multiple or separate values with commas: key1=val1,key2=val2)
--set-file stringArray set values from respective files specified via the command line (can specify multiple or separate values with commas: key1=path1,key2=path2)
--set-string stringArray set STRING values on the command line (can specify multiple or separate values with commas: key1=val1,key2=val2)
--skip-crds setting this would set '--skip-crds' for helm template command while generating templates
--skip-tests setting this would set '--skip-tests' for helm template command while generating templates
--validate setting this would set '--validate' for helm template command while generating templates
-f, --values ValueFiles specify values in a YAML file (can specify multiple) (default [])
--version string specify a version constraint for the chart version to use, the value passed here would be used to set --version for helm template command while generating templates
```

### SEE ALSO
Expand All @@ -29,4 +32,4 @@ drift [command] [flags]
* [drift run](drift_run.md) - Identifies drifts from a selected chart or release.
* [drift version](drift_version.md) - Command to fetch the version of helm-drift installed

###### Auto generated by spf13/cobra on 25-Jul-2023
###### Auto generated by spf13/cobra on 11-Mar-2024
5 changes: 4 additions & 1 deletion docs/doc/drift_all.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,15 @@ drift all [flags]
--set stringArray set values on the command line (can specify multiple or separate values with commas: key1=val1,key2=val2)
--set-file stringArray set values from respective files specified via the command line (can specify multiple or separate values with commas: key1=path1,key2=path2)
--set-string stringArray set STRING values on the command line (can specify multiple or separate values with commas: key1=val1,key2=val2)
--skip-crds setting this would set '--skip-crds' for helm template command while generating templates
--skip-tests setting this would set '--skip-tests' for helm template command while generating templates
--validate setting this would set '--validate' for helm template command while generating templates
-f, --values ValueFiles specify values in a YAML file (can specify multiple) (default [])
--version string specify a version constraint for the chart version to use, the value passed here would be used to set --version for helm template command while generating templates
```

### SEE ALSO

* [drift](drift.md) - A utility that helps in identifying drifts in infrastructure

###### Auto generated by spf13/cobra on 25-Jul-2023
###### Auto generated by spf13/cobra on 11-Mar-2024
5 changes: 4 additions & 1 deletion docs/doc/drift_run.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,15 @@ drift run [RELEASE] [CHART] [flags]
--set stringArray set values on the command line (can specify multiple or separate values with commas: key1=val1,key2=val2)
--set-file stringArray set values from respective files specified via the command line (can specify multiple or separate values with commas: key1=path1,key2=path2)
--set-string stringArray set STRING values on the command line (can specify multiple or separate values with commas: key1=val1,key2=val2)
--skip-crds setting this would set '--skip-crds' for helm template command while generating templates
--skip-tests setting this would set '--skip-tests' for helm template command while generating templates
--validate setting this would set '--validate' for helm template command while generating templates
-f, --values ValueFiles specify values in a YAML file (can specify multiple) (default [])
--version string specify a version constraint for the chart version to use, the value passed here would be used to set --version for helm template command while generating templates
```

### SEE ALSO

* [drift](drift.md) - A utility that helps in identifying drifts in infrastructure

###### Auto generated by spf13/cobra on 25-Jul-2023
###### Auto generated by spf13/cobra on 11-Mar-2024
5 changes: 4 additions & 1 deletion docs/doc/drift_version.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,15 @@ drift version [flags]
--set stringArray set values on the command line (can specify multiple or separate values with commas: key1=val1,key2=val2)
--set-file stringArray set values from respective files specified via the command line (can specify multiple or separate values with commas: key1=path1,key2=path2)
--set-string stringArray set STRING values on the command line (can specify multiple or separate values with commas: key1=val1,key2=val2)
--skip-crds setting this would set '--skip-crds' for helm template command while generating templates
--skip-tests setting this would set '--skip-tests' for helm template command while generating templates
--validate setting this would set '--validate' for helm template command while generating templates
-f, --values ValueFiles specify values in a YAML file (can specify multiple) (default [])
--version string specify a version constraint for the chart version to use, the value passed here would be used to set --version for helm template command while generating templates
```

### SEE ALSO

* [drift](drift.md) - A utility that helps in identifying drifts in infrastructure

###### Auto generated by spf13/cobra on 25-Jul-2023
###### Auto generated by spf13/cobra on 11-Mar-2024

0 comments on commit b010963

Please sign in to comment.