mirror of
https://github.com/TheLocehiliosan/yadm
synced 2024-10-27 20:34:27 +00:00
Add missing details to manpage
This commit is contained in:
parent
1fc52536ac
commit
5b105e0687
4
yadm.1
4
yadm.1
@ -266,6 +266,8 @@ This command will start by moving your yadm repo to the new path.
|
|||||||
Next it will move any configuration data to the new path.
|
Next it will move any configuration data to the new path.
|
||||||
If the configurations are tracked within your yadm repo, this command will
|
If the configurations are tracked within your yadm repo, this command will
|
||||||
"stage" the renaming of those files in the repo's index.
|
"stage" the renaming of those files in the repo's index.
|
||||||
|
Upgrading will also re-initialize all submodules you have added (otherwise they
|
||||||
|
will be broken when the repo moves).
|
||||||
After running "yadm upgrade", you should run "yadm status" to review changes
|
After running "yadm upgrade", you should run "yadm status" to review changes
|
||||||
which have been staged, and commit them to your repository.
|
which have been staged, and commit them to your repository.
|
||||||
|
|
||||||
@ -610,7 +612,7 @@ to create or overwrite files.
|
|||||||
|
|
||||||
During processing, the following variables are available in the template:
|
During processing, the following variables are available in the template:
|
||||||
|
|
||||||
Builtin Jinja Description
|
Default Jinja Description
|
||||||
------------- ------------- --------------------------
|
------------- ------------- --------------------------
|
||||||
yadm.class YADM_CLASS Locally defined yadm class
|
yadm.class YADM_CLASS Locally defined yadm class
|
||||||
yadm.distro YADM_DISTRO lsb_release -si
|
yadm.distro YADM_DISTRO lsb_release -si
|
||||||
|
Loading…
Reference in New Issue
Block a user