@constructor-io/constructorio-connect-cli
Version:
CLI tool to enable users to interface with the Constructor Connect Ecosystem
21 lines (20 loc) • 400 B
JSON
{
"version": "2.0.0",
"tasks": [
{
"label": "Execute template",
"type": "shell",
"command": "npm",
"args": ["run", "execute", "--", "--template-path=\"${file}\""],
"group": {
"kind": "test",
"isDefault": true
},
"presentation": {
"reveal": "always",
"focus": true,
"showReuseMessage": true
}
}
]
}