You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Dibix.Sdk.Cli/Commands/Artifact/AbandonArtifactCommand.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ public AbandonArtifactCommand() : base("abandon", "Unlists NuGet package(s) from
27
27
Arity=ArgumentArity.ZeroOrOne
28
28
};
29
29
_nuGetApiKeyOption=newEnvironmentVariableOption("--nuget-api-key",EnvironmentVariableName.NuGetPackageOfficialFeedApiKey,"The API key used to unlist the package(s) from the official feed.","-n");
30
-
_dockerHubUserNameOption=newEnvironmentVariableOption("--docker-hub-user",EnvironmentVariableName.DockerHubUserName,"The user name used to delete the docker image(s) from the Docker Hub.","-u");
30
+
_dockerHubUserNameOption=newEnvironmentVariableOption("--docker-hub-username",EnvironmentVariableName.DockerHubUserName,"The user name used to delete the docker image(s) from the Docker Hub.","-u");
31
31
_dockerHubPasswordOption=newEnvironmentVariableOption("--docker-hub-password",EnvironmentVariableName.DockerHubPassword,"The password used to delete the docker image(s) from the Docker Hub.","-p");
0 commit comments