diff --git a/help/deploy b/help/deploy new file mode 100644 index 0000000..5c45d29 --- /dev/null +++ b/help/deploy @@ -0,0 +1,7 @@ +Usage: dam deploy [] + +Deploys tracks to target folder, with applies metadata and cover image + +Options + --from + Defines what what commit should dam deploy from. Defaults to when last succesfull deploy occured. diff --git a/help/general b/help/general index 8bf0304..bbf2b13 100644 --- a/help/general +++ b/help/general @@ -1,13 +1,13 @@ Usage: dam [--help] [--info] [] Options - --git-dir= + --git-dir Defines path to git directory that contains the music collection. Defaults to current directory when not set. Commands - update + update [] Populates database present in target folder with new images. - deploy + deploy [] Deploys tracks to target folder, with applies metadata and cover image exclude [] Exclude tracks based on conditions (see dam --help conditions for more information) diff --git a/help/update b/help/update new file mode 100644 index 0000000..67c0dda --- /dev/null +++ b/help/update @@ -0,0 +1,7 @@ +Usage: dam update [] + +Populates database present in target folder with new images. + +Options + --from + Defines what what commit should dam update from. Defaults to when last succesfull update occured.