Skip to content

Commit d37e5e0

Browse files
authored
Add WP-CLI schema to catalog (SchemaStore#4824)
* Add WP-CLI schema to catalog * Use glob for directory
1 parent de26a7d commit d37e5e0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/api/json/catalog.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6124,6 +6124,12 @@
61246124
"fileMatch": ["web-types.json", "*.web-types.json"],
61256125
"url": "https://www.schemastore.org/web-types.json"
61266126
},
6127+
{
6128+
"name": "WP-CLI",
6129+
"description": "WP-CLI is the official command-line tool for WordPress",
6130+
"fileMatch": ["wp-cli.local.yml", "wp-cli.yml", "**/.wp-cli/config.yml"],
6131+
"url": "https://raw.githubusercontent.com/wp-cli/wp-cli/refs/heads/main/schemas/wp-cli-config.json"
6132+
},
61276133
{
61286134
"name": "Wrangler CLI",
61296135
"description": "Wrangler is a command-line tool for building with Cloudflare developer products",

0 commit comments

Comments
 (0)