evergreen
evergreen copied to clipboard
AppVentiX
Can AppVentiX be added? I mentioned it to Bram Wolfs and he said he'd be willing to make changes on his side to accommodate.
As long as there's an update API or something to query, it could be added. Just need to determine whether AppVentiX queries something to tell you whether there's an update or not
This is on the roadmap, in the mean time Dan Gough added an integration in his project for the current download method: https://github.com/DanGough/Nevergreen/blob/dev/Nevergreen/Apps/Get-AppVentix.ps1 would be great to integrate with Evergreen as well when available, thanks
@bramcw any update on this?
Hi Aaron, sorry forgot to update this post. There is a dedicated download link which always points to the latest version: https://download.appventix.com/latest will this be enough to integrate with Evergreen? Thanks!
Thanks. Unfortunately the way that SharePoint/OneDrive appears to be redirecting to the file, I can't see details of where it's resolving to (to then determine the version number) without downloading the entire file which isn't ideal.
An evergreen URL though is great for anyone just looking to download the file.
Does the AppVentix console have a "check for updates" function?
Makes sense, I will get back to you this week on this, thanks
For uberagent I believe Helge just created a txt file with the version number. Same for Master Packager
On Mon, 16 May 2022 at 08:37, bramcw @.***> wrote:
Makes sense, I will get back to you this week on this, thanks
— Reply to this email directly, view it on GitHub https://github.com/aaronparker/evergreen/issues/205#issuecomment-1127562078, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACGGWNGYCE6XN7XHWYVLTU3VKIXPVANCNFSM5AA7Y65Q . You are receiving this because you are subscribed to this thread.Message ID: @.***>
-- Regards Trond Eirik Haavarstein Chief Automation Officer xenappblog LLC https://www.xenappblog.com/about
Thanks guys, there is now a latest version query possible:
Invoke-WebRequest -URI https://appventix.com/latest
This value will also be used by the console to check for updates. @aaronparker Is it possible to integrate this with Evergreen or do you need something else? thanks
Looks good. I'll see what I can put together