Skip to content

Commit c8e578e

Browse files
committed
doc(cmd): refine plugin command short/long descriptions to focus on linting
- Simplify plugin command description to reflect that only the lint subcommand is currently exposed.
1 parent 8cfbd2a commit c8e578e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cmd/plugin.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import (
77
func newPluginCmd() *cobra.Command {
88
pluginCmd := &cobra.Command{
99
Use: "plugin",
10-
Short: "Manage and validate Kong plugins",
11-
Long: `The plugin command set allows you to manage, validate, and lint Kong plugins locally.`,
10+
Short: "Lint Kong plugins",
11+
Long: `The plugin command set allows you to lint custom Kong plugin Lua code locally.`,
1212
}
1313

1414
pluginCmd.AddCommand(newPluginLintCmd())

0 commit comments

Comments
 (0)