fruit-bowl/environments/production/thirdparty/docker/tasks/swarm_update.json
2025-04-01 17:49:26 +00:00

15 lines
No EOL
311 B
JSON

{
"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]"
}
}
}