Catalog commands

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

Shows the Nerdpack info stored in the catalog.

nr1 catalog:submit

Gathers and submits the catalog info on the current folder.

nr1 catalog:info

Get catalog 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 catalog:info

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

Send info to the catalog

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 catalog:submit

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.