Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions how-to/misc/managing-deployment-manifests.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ To view the content of a manifest, run the following command:

::

sunbeam manifest show --id <manifest id>
sunbeam manifest show <manifest id>

Sample output:

Expand All @@ -51,7 +51,7 @@ manifest ID:

::

sunbeam manifest show --id latest
sunbeam manifest show latest

Generate a manifest
-------------------
Expand Down
Loading