-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bd6fcc2
commit ff9dbf4
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
``` |