warp-workflows.json
Warp workflows
| Type | object |
|---|---|
| File match |
**/.warp/workflows/*.yaml
|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/warp-workflows-json/latest.json |
| Source | https://www.schemastore.org/warp-workflows.json |
Validate with Lintel
npx @lintel/lintel check
Type:
object
A workflow
Properties
name
string
required
A name of the current workflow https://github.com/warpdotdev/warp-workflows/blob/main/FORMAT.md#name
minLength=1
command
string
required
A command of the current workflow https://github.com/warpdotdev/warp-workflows/blob/main/FORMAT.md#command
minLength=1
tags
string[]
Tags of the current workflow https://github.com/warpdotdev/warp-workflows/blob/main/FORMAT.md#tags
uniqueItems=true
description
string | null
source_url
string | null
author
string | null
author_url
string | null
shells
string[]
Shells where the current workflow is valid https://github.com/warpdotdev/warp-workflows/blob/main/FORMAT.md#shells
uniqueItems=true
arguments
object[]
Arguments of the current workflow https://github.com/warpdotdev/warp-workflows/blob/main/FORMAT.md#arguments
uniqueItems=true
Definitions
url
string | null
nullable-string
string | null