[doc] Update doc with diff

This commit is contained in:
Dennis ten Hoove 2024-07-16 22:03:39 +02:00
parent d284a3e5e8
commit f04930ae6c
No known key found for this signature in database
GPG key ID: 2BA91DC2563B83D1

View file

@ -24,8 +24,8 @@ Remove any hanging images, unfinished downloads and untracked deployments.
Check for and report any config issues or untracked deployments.
.SS get-available
Get and print available variants in repo.
.SS get-update
Get and print diff between current active development and the latest default one provided by the repository or up to two specified variants.
.SS diff
Generate and print diff between two deployments.
.SS remove
Remove specified deployments.
.SH ENVIRONMENT
@ -48,3 +48,9 @@ Download the defined image version from the specified variant.
Deploy an image from the local cache skipping database download and checksum check.
.SS arkdep remove stable_v1
Remove the defined deployment.
.SS arkdep diff
Generate diff between currently active deployment and latest default variant.
.SS arkdep diff test-arkanelinux-kde
Generate diff between current deployment and specified variant.
.SS arkdep diff test-arkanelinux-kde arkanelinux
Generate diff between two specified variants.