[help-deploy][help-update][help-general] Added --from options

[help-general] Updated --git-dir option
This commit is contained in:
ayakael 2018-04-15 23:02:38 -04:00
parent cfd00e3e2d
commit 43e8a57498
No known key found for this signature in database
GPG key ID: 575626A4AE5F4026
3 changed files with 17 additions and 3 deletions

7
help/deploy Normal file
View 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.

View file

@ -1,13 +1,13 @@
Usage: dam [--help] [--info] [<options>] <command> <args> Usage: dam [--help] [--info] [<options>] <command> <args>
Options 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. Defines path to git directory that contains the music collection. Defaults to current directory when not set.
Commands Commands
update </path/to/target> update [<options>] </path/to/target>
Populates database present in target folder with new images. 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 Deploys tracks to target folder, with applies metadata and cover image
exclude </path/to/target> <condition> [<additional condition>] exclude </path/to/target> <condition> [<additional condition>]
Exclude tracks based on conditions (see dam --help conditions for more information) Exclude tracks based on conditions (see dam --help conditions for more information)

7
help/update Normal file
View 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.