fruit-bowl/environments/production/thirdparty/docker/tasks/swarm_update.json

15 lines
311 B
JSON
Raw Normal View History

2025-04-01 17:40:03 +00:00
{
"description": "Updates an existing service.",
"input_method": "stdin",
"parameters": {
"service": {
"description": "The service to update",
"type": "String[1]"
},
"image": {
"description": "The new image to use for the service",
"type": "String[1]"
}
}
}