Obtaining Artifacts

Artifacts are Prisma Util builds identified by a version number and a release type, according to the API Version Matrix.

Obtaining Release Artifacts

To obtain a release artifact, you can use the following commands:

Latest Version

To get the latest Prisma Util version, run the following command:

Terminal
npm i prisma-util@latest

Specific Version

To get a specific artifact, run the following command:

Terminal
npm i prisma-util@x.y.z

Obtaining Beta Artifacts

Obtaining Beta artifacts is a bit different than obtaining Release artifacts. These artifacts are installed using a separate command than NPM.

This CLI is scheduled to arrive in v2.0.5, so those commands will not be usable until then.

If you want to learn more about the Beta program and how to obtain such builds, you can get more information by reading this Getting Started article from the here.

Last updated