File tree Expand file tree Collapse file tree
content/manuals/dhi/how-to Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -113,7 +113,9 @@ The CLI can be used to create and manage DHI image customizations. For detailed
113113instructions on creating customizations, including the YAML syntax and
114114available options, see [ Customize a Docker Hardened Image] ( ./customize.md ) .
115115
116- Quick reference for CLI commands:
116+ The following is a quick reference for CLI commands. For complete details on all
117+ options and flags, see the
118+ [ CLI reference] ( /reference/cli/docker/dhi/ ) .
117119
118120``` bash
119121# Prepare a customization scaffold
@@ -138,6 +140,7 @@ docker dhi customization list --org my-org --source golang
138140docker dhi customization get my-org/dhi-golang " golang with git" --org my-org --output my-customization.yaml
139141
140142# Update a customization
143+ # The YAML file must include the 'id' field to identify the customization to update
141144docker dhi customization edit my-customization.yaml --org my-org
142145
143146# Delete a customization
You can’t perform that action at this time.
0 commit comments