# Roadie CLI

> You can import a catalog item into Roadie by calling its API via the Roadie CLI.

*Published: 2022-04-04T14:00:00.0Z*


The Roadie Entity CLI allows you to create, update and delete entities in the Roadie catalog via the public API. This option allows you to manage entities from sources where Roadie does not have an existing Entity provider.

### Get an API token

Before you start you will first need to [get an API key](/docs/api/authorization/).

### Install the CLI

You can install the cli with the following command

```bash
npm install -g @roadiehq/roadie-cli
```

### Load a catalog item

Run the command you see on the right hand side to create the catalog item.

### Visit the created catalog item in Roadie

After running the command, you can find the Catalog item in the Roadie UI by visiting: `https://<tenant name>.roadie.so/catalog`, selecting the tab that represents the entity you created and then clicking the item name in the list.

### Next Steps

- [Write a scaffolder template](/docs/scaffolder/writing-templates/) to create or update software projects.
