Rebrand auth-{basic,bearer,machine,service}

This commit is contained in:
André Duffeck
2025-01-16 13:56:16 +01:00
parent 31965a8f9d
commit c982a81135
14 changed files with 27 additions and 27 deletions
+2 -2
View File
@@ -22,11 +22,11 @@ func GetCommands(cfg *config.Config) cli.Commands {
}
}
// Execute is the entry point for the ocis-auth-machine command.
// Execute is the entry point for the opencloud auth-machine command.
func Execute(cfg *config.Config) error {
app := clihelper.DefaultApp(&cli.App{
Name: "auth-machine",
Usage: "Provide machine authentication for oCIS",
Usage: "Provide machine authentication for OpenCloud",
Commands: GetCommands(cfg),
})