Skip to content

Commit

Permalink
Update cli docs with newer added flags
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilsbhat committed Mar 17, 2024
1 parent 7659a3a commit db0f6e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/doc/images_get.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ images get [RELEASE] [CHART] [flags]
--no-color when enabled does not color encode the output
-o, --output string the format to which the output should be rendered to, it should be one of yaml|json|table|csv, if nothing specified it sets to default
-r, --registry strings registry name (docker images belonging to this registry)
--skip strings list of resources to skip from identifying images, ex: ConfigMap=sample-configmap | configmap=sample-configmap
-u, --unique enable the flag if duplicates to be removed from the retrieved list (disabled by default also overrides --kind)
```

Expand All @@ -53,4 +54,4 @@ images get [RELEASE] [CHART] [flags]

* [images](images.md) - Utility that helps in fetching images which are part of deployment

###### Auto generated by spf13/cobra on 11-Mar-2024
###### Auto generated by spf13/cobra on 17-Mar-2024

0 comments on commit db0f6e8

Please sign in to comment.