From 4c2429eb97cf41c61d3f9e68d6530f3174fd4b0e Mon Sep 17 00:00:00 2001 From: Anderson Torres Date: Sat, 21 Sep 2024 22:33:46 -0300 Subject: [PATCH] rename commands --- rfcs/0182-user-management.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/rfcs/0182-user-management.md b/rfcs/0182-user-management.md index cb706fe..1901774 100644 --- a/rfcs/0182-user-management.md +++ b/rfcs/0182-user-management.md @@ -101,17 +101,17 @@ $> ### because we like to tweak things a bit $> emacs user-configuration.nix $> ### build it first without deploying it yet $> hometool build -$> ### a container to test it before deploying - for us paranoids! -$> hometool container +$> ### a VM to test it before deploying - for us paranoids! +$> hometool build-vm $> ### now install it! -$> hometool install +$> hometool switch $> ### list the generations $> hometool generations list $> ### list differences between generations $> hometool generations diff 9 10 $> ### select a specific generation -$> hometool generations select 10 -$> ### remove older generations, marking them to be garbage-collected +$> hometool generations switch 10 +$> ### remove older generations -- marking them to be garbage-collected $> hometool generations remove 1-8 ```