From f04930ae6c59d36d95b9a0d40adf3203d750d55b Mon Sep 17 00:00:00 2001 From: Dennis ten Hoove Date: Tue, 16 Jul 2024 22:03:39 +0200 Subject: [PATCH] [doc] Update doc with diff --- doc/arkdep.8 | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/arkdep.8 b/doc/arkdep.8 index f3f7286..44ace69 100644 --- a/doc/arkdep.8 +++ b/doc/arkdep.8 @@ -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.