Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Jun 7, 2024
1 parent bd6fcc2 commit ff9dbf4
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions marketplace/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,36 @@
# Marketplace App

The marketplace ignite app lists application from the Ignite App Registry.
It allows users to discover and install applications built within the Ignite Apps ecosystem.

## Installation

To install the marketplace app, run the following command:

```sh
ignite app install -g github.com/ignite/apps/marketplace
```

## List

In order to list the applications, the marketplace app fetches the data from the Ignite App Registry.

```sh
ignite marketplace list
```

## Details

To view the details of a specific application, use the following command:

```sh
ignite marketplace details <app_name>
```

## Install

To install an application from the marketplace, use the following command:

```sh
ignite marketplace install <app_name>
```

0 comments on commit ff9dbf4

Please sign in to comment.