Replies: 1 comment
-
@ev-dev we update the changelog of all releases on this page. The DDN CLI isn't open-source so you can't look at the source code. However, the download URL of most CLI versions has the same pattern:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Struggling to find how the
ddn
CLI queries for the latest available version, is there an endpoint or any other easy way to retrieve the published versions per platform/arch?The DDN install script uses
latest
in its download URLs and previous versions are accessible too (like https://graphql-engine-cdn.hasura.io/ddn/cli/v4/v2.13.0/cli-ddn-windows-amd64.exe), but it's not clear where to get data on all the published cli assets.Clearly the
ddn
cli also internally checks/compares/updates to latest version but I can't seem to find the actual source code or even any CI/build info about the DDN cli specifically, can anyone point me in the right direction?Beta Was this translation helpful? Give feedback.
All reactions