[help-deploy][help-update][help-general] Added --from options
[help-general] Updated --git-dir option
This commit is contained in:
parent
cfd00e3e2d
commit
43e8a57498
3 changed files with 17 additions and 3 deletions
7
help/deploy
Normal file
7
help/deploy
Normal file
|
@ -0,0 +1,7 @@
|
|||
Usage: dam deploy [<options>] </path/to/target>
|
||||
|
||||
Deploys tracks to target folder, with applies metadata and cover image
|
||||
|
||||
Options
|
||||
--from <old commit hash>
|
||||
Defines what what commit should dam deploy from. Defaults to when last succesfull deploy occured.
|
|
@ -1,13 +1,13 @@
|
|||
Usage: dam [--help] [--info] [<options>] <command> <args>
|
||||
|
||||
Options
|
||||
--git-dir=</path/to/git/dir>
|
||||
--git-dir </path/to/git/dir>
|
||||
Defines path to git directory that contains the music collection. Defaults to current directory when not set.
|
||||
|
||||
Commands
|
||||
update </path/to/target>
|
||||
update [<options>] </path/to/target>
|
||||
Populates database present in target folder with new images.
|
||||
deploy </path/to/target>
|
||||
deploy [<options>] </path/to/target>
|
||||
Deploys tracks to target folder, with applies metadata and cover image
|
||||
exclude </path/to/target> <condition> [<additional condition>]
|
||||
Exclude tracks based on conditions (see dam --help conditions for more information)
|
||||
|
|
7
help/update
Normal file
7
help/update
Normal file
|
@ -0,0 +1,7 @@
|
|||
Usage: dam update [<options>] </path/to/target>
|
||||
|
||||
Populates database present in target folder with new images.
|
||||
|
||||
Options
|
||||
--from <old commit hash>
|
||||
Defines what what commit should dam update from. Defaults to when last succesfull update occured.
|
Loading…
Reference in a new issue