From f27419072dc621c97ba757df3a410a62a8d9b48a Mon Sep 17 00:00:00 2001 From: Craig Osterhout Date: Fri, 10 Apr 2026 14:02:29 -0700 Subject: [PATCH 1/2] dhi: cli quick ref update Signed-off-by: Craig Osterhout --- content/manuals/dhi/how-to/cli.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/content/manuals/dhi/how-to/cli.md b/content/manuals/dhi/how-to/cli.md index 27dd791bcee3..2af606abba02 100644 --- a/content/manuals/dhi/how-to/cli.md +++ b/content/manuals/dhi/how-to/cli.md @@ -113,7 +113,9 @@ The CLI can be used to create and manage DHI image customizations. For detailed instructions on creating customizations, including the YAML syntax and available options, see [Customize a Docker Hardened Image](./customize.md). -Quick reference for CLI commands: +The following is a quick reference for CLI commands. For complete details on all +options and flags, see the +[CLI reference](/reference/cli/docker/dhi/). ```bash # Prepare a customization scaffold @@ -138,6 +140,7 @@ docker dhi customization list --org my-org --source golang docker dhi customization get my-org/dhi-golang "golang with git" --org my-org --output my-customization.yaml # Update a customization +# The YAML file must include the 'id' field to identify the customization to update docker dhi customization edit my-customization.yaml --org my-org # Delete a customization From 4622c566bba6bd10d964ec4b2f265c32eaf1c6cd Mon Sep 17 00:00:00 2001 From: Craig Osterhout Date: Fri, 10 Apr 2026 14:16:30 -0700 Subject: [PATCH 2/2] remove incorrect xref info Signed-off-by: Craig Osterhout --- content/manuals/dhi/how-to/cli.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/manuals/dhi/how-to/cli.md b/content/manuals/dhi/how-to/cli.md index 2af606abba02..9021add863ac 100644 --- a/content/manuals/dhi/how-to/cli.md +++ b/content/manuals/dhi/how-to/cli.md @@ -110,8 +110,8 @@ docker dhi mirror stop dhi-golang --org my-org --delete --force ### Customize DHI images {tier="DHI Select & DHI Enterprise"} The CLI can be used to create and manage DHI image customizations. For detailed -instructions on creating customizations, including the YAML syntax and -available options, see [Customize a Docker Hardened Image](./customize.md). +instructions on creating customizations using the GUI, see [Customize a Docker +Hardened Image](./customize.md). The following is a quick reference for CLI commands. For complete details on all options and flags, see the