-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Description
Currently the version command just returns the CLI version and one commit hash for the binary which is hardcoded in the package.json - not the actual hash that the binary returns when asked for it.
Ideally the CLI would request the version from all the binaries version endpoints and output something like this:
prisma2@2.0.0-alpha.473
All binaries are on the same commit : 9sfhshfjdhfjsdhfs....`
Or in the case they differ (due to the usage of env vars to point to local binaries)
prisma2@2.0.0-alpha.473
The binaries are on different commits:
Introspection-Engine : 9fadsfsdfsdf...
Query-Engine : 5j245h45kk2hhgfsfsdf...
Migration-Engine : 92047254hsfs7s8fs02f...
Reactions are currently unavailable