rename commands

This commit is contained in:
Anderson Torres 2024-09-21 22:33:46 -03:00
parent 1abecb81c4
commit 4c2429eb97

View file

@ -101,17 +101,17 @@ $> ### because we like to tweak things a bit
$> emacs user-configuration.nix $> emacs user-configuration.nix
$> ### build it first without deploying it yet $> ### build it first without deploying it yet
$> hometool build $> hometool build
$> ### a container to test it before deploying - for us paranoids! $> ### a VM to test it before deploying - for us paranoids!
$> hometool container $> hometool build-vm
$> ### now install it! $> ### now install it!
$> hometool install $> hometool switch
$> ### list the generations $> ### list the generations
$> hometool generations list $> hometool generations list
$> ### list differences between generations $> ### list differences between generations
$> hometool generations diff 9 10 $> hometool generations diff 9 10
$> ### select a specific generation $> ### select a specific generation
$> hometool generations select 10 $> hometool generations switch 10
$> ### remove older generations, marking them to be garbage-collected $> ### remove older generations -- marking them to be garbage-collected
$> hometool generations remove 1-8 $> hometool generations remove 1-8
``` ```