Marketplace
The marketplace group lets you browse, publish, rate, and manage marketplace listings from the command line.
Commands
qarion marketplace list SPACE
List marketplace listings in a space.
| Argument / Option | Type | Default | Description |
|---|---|---|---|
SPACE | argument | required | Space slug |
--search, -q | option | — | Search by name |
--category, -c | option | — | Filter by category |
--sort | option | trending | Sort: trending, newest, top_rated |
qarion marketplace list analytics
qarion marketplace list analytics --sort top_rated -c Marketing
Output columns: Name, Category, Rating, Views, Published
qarion marketplace publish SPACE PRODUCT_ID
Publish a data product to the marketplace.
| Argument / Option | Type | Default | Description |
|---|---|---|---|
SPACE | argument | required | Space slug |
PRODUCT_ID | argument (UUID) | required | Product to publish |
--category, -c | option | — | Marketplace category |
qarion marketplace publish analytics 550e8400-... --category Marketing
Exits with error code 1 if quality gates are not met, showing which requirements failed.
qarion marketplace unpublish SPACE LISTING_ID
Remove a listing from the marketplace (soft-archive).
qarion marketplace unpublish analytics 550e8400-...
qarion marketplace rate SPACE LISTING_ID
Rate a marketplace listing.
| Argument / Option | Type | Default | Description |
|---|---|---|---|
SPACE | argument | required | Space slug |
LISTING_ID | argument (UUID) | required | Listing to rate |
--rating, -r | option | required | 1–5 stars |
--review | option | — | Optional text review |
qarion marketplace rate analytics 550e8400-... --rating 5 --review "Great dataset"
qarion marketplace my-listings SPACE
List the current user's published marketplace listings.
qarion marketplace my-listings analytics
Output columns: Name, Category, Rating, Views, Published