Skip to content

Commit f274190

Browse files
dhi: cli quick ref update
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
1 parent e168068 commit f274190

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

  • content/manuals/dhi/how-to

content/manuals/dhi/how-to/cli.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,9 @@ The CLI can be used to create and manage DHI image customizations. For detailed
113113
instructions on creating customizations, including the YAML syntax and
114114
available 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
138140
docker 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
141144
docker dhi customization edit my-customization.yaml --org my-org
142145

143146
# Delete a customization

0 commit comments

Comments
 (0)