add cli publish task

This commit is contained in:
mbecker20
2023-01-05 03:17:09 +00:00
parent 86af789dd3
commit 8b0fd2326f

8
.vscode/tasks.json vendored
View File

@@ -115,6 +115,14 @@
"cwd": "${workspaceFolder}/periphery"
}
},
{
"type": "cargo",
"command": "publish",
"label": "publish monitor cli",
"options": {
"cwd": "${workspaceFolder}/cli"
}
},
{
"type": "shell",
"command": "docker compose up -d",