mirror of
https://github.com/kemko/nomad.git
synced 2026-01-08 11:25:41 +03:00
cli: separate auth method config output for easier reading. (#15892)
This commit is contained in:
@@ -197,6 +197,6 @@ func (a *ACLAuthMethodCreateCommand) Run(args []string) int {
|
||||
return 0
|
||||
}
|
||||
|
||||
a.Ui.Output(fmt.Sprintf("Created ACL auth method:\n%s", formatAuthMethod(method)))
|
||||
outputAuthMethod(a.Meta, method)
|
||||
return 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user