apps library
Overview
Retrieve all library items
Aliases: library
, lib
Usage:
Options:
-o, --output <json|table>
: Output type of the retrieved data--language <language>
: Filter items by language--tags <tags>
: Filter items by tag(s)-s, --search <search>
: Search for this string within the library item fields
Sample Usage
Listing All Library Items
To view all available apps in the library:
Sample output:
| Id | Name | Description | Tags |
| -------------------- | -------------------- | ----------------------- | ----------------- |
| kafka-connect-source | Kafka Connect Source | Install a Kafka Connect | Advanced, Source, |
| | | source connector in the | Connectors, Kafka |
| | | Quix platform | |
Searching the Library
To search for items containing the term dashb
, run:
Sample output:
| Id | Name | Description | Tags |
| --------- | ------------------- | -------------------------------------- | --------------------------------- |
| streamlit | Streamlit dashboard | Run a Streamlit real-time dashboard | Medium, QuixStreams, Destination, |
| | | that displays data from a Kafka topic. | Streamlit |
Tip
Use the search option to quickly find relevant items by name or description.
Filtering by Tags
To filter library items by tag, such as Easy
:
Sample output: