arcade/Documentation/SeePackagesLatestVersion.md

1.4 KiB

How to See What's the Latest Version of an Arcade Package

  1. Follow steps 1-6 outlined here to create a Maestro++ authorization token for you.
  2. Go to swagger API and click on "Authorize" button on the top-right corner.
  3. In the "Value" input box add "Bearer" + the token generated in the previous step. i.e "Bearer m1T0ken6tab5" and click "Authorize".
  4. On the Swagger API go to Builds -> Latest and click on the "Try it out" button on the right hand side.
  5. Fill in the following fields:
    1. On the "repository" field inform the URL of the repository (e.g., https://github.com/dotnet/arcade)
    2. On the "loadCollections" field select "true"
    3. Click on the "Execute" button
  6. The "Response Body" field will contain information about the latest assets published.

Was this helpful? Yes No