---
title: Catalog commands
source: https://docs.newrelic.com/docs/new-relic-solutions/build-nr-ui/nr1-cli/nr1-catalog
---

To manage your catalog, use the commands below. You can click any command to see its usage options and additional details about the command.

| Command                                    | Description                                                 |
| ------------------------------------------ | ----------------------------------------------------------- |
| [`nr1 catalog:info`](#nr1-cataloginfo)     | Shows the Nerdpack info stored in the catalog.              |
| [`nr1 catalog:submit`](#nr1-catalogsubmit) | Gathers and submits the catalog info on the current folder. |

## `nr1 catalog:info` [#nr1-cataloginfo]

### Get catalog details [#nr1-cataloginfo-details]

Shows the information about your application that's displayed in the catalog.

If run within a specific Nerdpack folder, the info from that Nerdpack will be shown. If you don't want to get info from your local Nerdpack, use the `--nerdpack-id=NERDPACK_ID` option to query from a specific Nerdpack.

### Usage [#nr1-cataloginfo-usage]

`$ nr1 catalog:info`

### Options [#nr1-cataloginfo-options]

| `-f, --field=FIELD`             | Specifies which field you want info from.   |
| ------------------------------- | ------------------------------------------- |
| `-i, --nerdpack-id=NERDPACK_ID` | Specifies which Nerdpack to get info from.  |
| `--profile=PROFILE`             | The authentication profile you want to use. |
| `--verbose`                     | Adds extra information to the output.       |

## `nr1 catalog:submit` [#nr1-catalogsubmit]

### Send info to the catalog [#nr1-catalogsubmit-send]

Gathers the information you add to the catalog directory for your application and saves it to the catalog.

This command must be run on a Nerdpack folder. The command will search for specific files using convention names.

### Usage [#nr1-catalogsubmit-usage]

`$ nr1 catalog:submit`

### Options [#nr1-catalogsubmit-options]

| `-P, --skip-screenshots` | Skips upload of screenshot assets.          |
| ------------------------ | ------------------------------------------- |
| `--profile=PROFILE`      | The authentication profile you want to use. |
| `--verbose`              | Adds extra information to the output.       |
