Successful deployment add and remove.
This commit is contained in:
parent
29672ece68
commit
b8b9e6b997
|
@ -167,7 +167,7 @@ namespace BiblioTech.Commands
|
||||||
{
|
{
|
||||||
private readonly DeploymentsFilesMonitor monitor;
|
private readonly DeploymentsFilesMonitor monitor;
|
||||||
private readonly StringOption stringOption = new StringOption(
|
private readonly StringOption stringOption = new StringOption(
|
||||||
name: "deployment name",
|
name: "name",
|
||||||
description: "Name of deployment to remove.",
|
description: "Name of deployment to remove.",
|
||||||
isRequired: true);
|
isRequired: true);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue