From 3385b3ffdb319bdd6bf4cc41ec2ef01a987e078b Mon Sep 17 00:00:00 2001 From: Chris Johnston Date: Tue, 31 Mar 2026 11:18:15 -0800 Subject: [PATCH] Remove --id from manifest show commands. --- how-to/misc/managing-deployment-manifests.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/how-to/misc/managing-deployment-manifests.rst b/how-to/misc/managing-deployment-manifests.rst index 35d1f4d..d35dbfb 100644 --- a/how-to/misc/managing-deployment-manifests.rst +++ b/how-to/misc/managing-deployment-manifests.rst @@ -33,7 +33,7 @@ To view the content of a manifest, run the following command: :: - sunbeam manifest show --id + sunbeam manifest show Sample output: @@ -51,7 +51,7 @@ manifest ID: :: - sunbeam manifest show --id latest + sunbeam manifest show latest Generate a manifest -------------------