18 lines
435 B
JSON
18 lines
435 B
JSON
{
|
|
"description": "Scale one replicated service",
|
|
"input_method": "stdin",
|
|
"parameters": {
|
|
"service": {
|
|
"description": "Name or ID of the service",
|
|
"type": "String[1]"
|
|
},
|
|
"scale": {
|
|
"description": "Number of replicas",
|
|
"type": "Integer"
|
|
},
|
|
"detach": {
|
|
"description": "Exit immediately instead of waiting for the service to converge",
|
|
"type": "Optional[Boolean]"
|
|
}
|
|
}
|
|
}
|