modmore / Gitify

Command line toolkit to make managing a MODX site in git a lot easier.
MIT License
122 stars 55 forks source link

extras versionnumber in .gitify get no result #357

Open jenswittmann opened 3 years ago

jenswittmann commented 3 years ago

hello, I add the versionnumber inside .gitify file like the following:

packages:
    modmore.com:
        service_url: https://rest.modmore.com/
        credential_file: '.modmore.com.key'
        packages:
            - contentblocks-1.10.0-pl
            - redactor-3.1.0-pl

Now when i run Gitify package:install --all nothing is found.

If is use only contentblocks i.e. i get the version 1.8.15-pl and not the latest 1.10.0-pl. Is there something that i miss or is it not possible at the moment?

Maybe it is a duplicate of #353. Gitify version: 0.12.0

Mark-H commented 2 years ago

Gitify currently doesn't support installing specific versions... you're probably getting 1.8.15 there because that's the first match in the provider. Packages support could definitely use some love.

Also see #262 and #327