fix(plugin): remove invalid commands schema from plugin.json
Commands auto-discovered from commands/ directory. Co-Authored-By: Virgil <virgil@lethean.io>
This commit is contained in:
parent
144c1e440d
commit
5c3a5295a3
1 changed files with 1 additions and 57 deletions
|
|
@ -7,63 +7,7 @@
|
||||||
"email": "hello@host.uk.com"
|
"email": "hello@host.uk.com"
|
||||||
},
|
},
|
||||||
"license": "EUPL-1.2",
|
"license": "EUPL-1.2",
|
||||||
"commands": [
|
"repository": "https://forge.lthn.ai/core/go-devops.git",
|
||||||
{
|
|
||||||
"name": "ci",
|
|
||||||
"description": "Check CI status and manage workflows",
|
|
||||||
"file": "ci/commands/ci.md"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "ci:status",
|
|
||||||
"description": "Show CI status for current branch",
|
|
||||||
"file": "ci/commands/status.md"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "ci:run",
|
|
||||||
"description": "Trigger a CI workflow run",
|
|
||||||
"file": "ci/commands/run.md"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "ci:fix",
|
|
||||||
"description": "Analyse and fix failing CI",
|
|
||||||
"file": "ci/commands/fix.md"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "ci:workflow",
|
|
||||||
"description": "Create or update GitHub Actions workflow",
|
|
||||||
"file": "ci/commands/workflow.md"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "coolify:deploy",
|
|
||||||
"description": "Deploy a service to Coolify via browser automation",
|
|
||||||
"file": "coolify/commands/deploy.md"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "coolify:status",
|
|
||||||
"description": "Check Coolify deployment status",
|
|
||||||
"file": "coolify/commands/status.md"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "issue:list",
|
|
||||||
"description": "List open issues",
|
|
||||||
"file": "issue/commands/list.md"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "issue:view",
|
|
||||||
"description": "View issue details",
|
|
||||||
"file": "issue/commands/view.md"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "issue:start",
|
|
||||||
"description": "Start working on an issue",
|
|
||||||
"file": "issue/commands/start.md"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "issue:close",
|
|
||||||
"description": "Close an issue with a commit",
|
|
||||||
"file": "issue/commands/close.md"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"devops",
|
"devops",
|
||||||
"ci",
|
"ci",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue