We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12fbb1c commit ec6f1ceCopy full SHA for ec6f1ce
2 files changed
Sources/ContainerCommands/Registry/RegistryLogin.swift
@@ -25,6 +25,7 @@ extension Application {
25
public struct RegistryLogin: AsyncLoggableCommand {
26
public init() {}
27
public static let configuration = CommandConfiguration(
28
+ commandName: "login",
29
abstract: "Log in to a registry"
30
)
31
Sources/ContainerCommands/Registry/RegistryLogout.swift
@@ -23,7 +23,9 @@ extension Application {
23
public struct RegistryLogout: AsyncLoggableCommand {
24
- abstract: "Log out from a registry")
+ commandName: "logout",
+ abstract: "Log out from a registry"
+ )
@OptionGroup
public var logOptions: Flags.Logging
0 commit comments