mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
Grouped commands help description
This commit is contained in:
@@ -12,11 +12,17 @@ type ACLCommand struct {
|
||||
|
||||
func (f *ACLCommand) Help() string {
|
||||
helpText := `
|
||||
Usage: nomad acl <subcommand> [options]
|
||||
Usage: nomad acl <subcommand> [options] [args]
|
||||
|
||||
Interact with ACL policies and tokens.
|
||||
This command groups subcommands for interacting with ACL policies and tokens.
|
||||
Users can bootstrap Nomad's ACL system, create policies that restrict access,
|
||||
and generate tokens from those policies.
|
||||
|
||||
Run nomad acl <subcommand> with no arguments for help on that subcommand.
|
||||
Bootstrap ACLs:
|
||||
|
||||
$ nomad acl bootstrap
|
||||
|
||||
Please see the individual subcommand help for detailed usage information.
|
||||
`
|
||||
return strings.TrimSpace(helpText)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user