Looking up catalog releases with CLI

When using a catalog, it can be helpful to see what releases of a package have already been approved for use within your organization. You can do this easily with the CLI.

From the CLI:

  1. To lookup packages, you will first need to have a user API key to authenticate to the API. Be sure to note your team name when downloading your API key to use as TEAM_NAME below
  2. From your repository's root directory run tidelift lookup --project PROJECT_NAME --organization ORGANIZATION_NAME PACKAGE_MANAGER PACKAGE_NAME. REPO_NAME is the name of the repository as set up in Tidelift, PACKAGE_MANAGER is the package manager you are using (eg, maven, npm, etc), PACKAGE_NAME is the name of the package 
  3. You will be given information about which releases have currently been approved for use and a link to learn more about the package. 
Was this article helpful?
0 out of 0 found this helpful

Articles in this section