Community-maintained items for the Aulay Marketplace. Workflows, apps, plugins, and templates for the Aulay ecosystem.
items/
├── <item-slug>/
│ ├── manifest.yaml # Item metadata
│ ├── README.md # Long description
│ ├── config.yaml # (optional) Config for copy_config install
│ └── steps.yaml # (optional) Steps for manual install
- Create a new directory under
items/with your item slug - Add a
manifest.yamlwith required fields (see below) - Add a
README.mdwith a detailed description - Open a pull request
| Field | Type | Description |
|---|---|---|
name |
string | Display name |
summary |
string | One-line summary |
type |
enum | workflow, app, plugin, or template |
platforms |
list | flow, studio, deploy, or shared |
visibility |
enum | public, unlisted, or private |
version |
string | Semver version |
author |
string | Author name |
tags |
list | Searchable tags |
featured |
bool | Whether to feature on homepage |
install.method |
enum | copy_config, open_source, download_file, or manual |
- copy_config — include a
config.yamlfile with the config content - open_source — provide
repo_urlandclone_commandin manifest - download_file — provide
download_urlin manifest - manual — include a
steps.yamlfile with numbered steps