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.
2 parents 8147bb6 + 0324902 commit 31814a1Copy full SHA for 31814a1
cmd/commands/wtclient.go
@@ -376,14 +376,16 @@ func policy(ctx *cli.Context) error {
376
}
377
378
var sessionCommands = cli.Command{
379
- Name: "session",
+ Name: "session",
380
+ Usage: "Interact with watchtower client sessions.",
381
Subcommands: []cli.Command{
382
terminateSessionCommand,
383
},
384
385
386
var terminateSessionCommand = cli.Command{
387
Name: "terminate",
388
+ Usage: "Terminate a watchtower client session.",
389
ArgsUsage: "id",
390
Action: actionDecorator(terminateSession),
391
0 commit comments