publish_plugin
Publish a plugin package to your workspace's catalog and enable it here.
Request
POST /api/v1/ops/projects/{project}/pluginsParameter
In
Type
Required
Description
curl -X POST -H "Authorization: Bearer $TESTVIBE_API_KEY" \
-H "Content-Type: application/json" \
-d '{"name": "My Plugin", "description": "Test-data helpers.", "tools": ["make_customer"]}' \
"$TESTVIBE_SERVER/api/v1/ops/projects/$PROJECT/plugins"testvibe plugins publish --name "My Plugin" --description "Test-data helpers." \
--tools "make_customer" --file source.js --visibility privateResponse
Errors
HTTP
When
Last updated
Was this helpful?
