There was an error while loading. Please reload this page.
1 parent 8cfbd2a commit c8e578eCopy full SHA for c8e578e
1 file changed
cmd/plugin.go
@@ -7,8 +7,8 @@ import (
7
func newPluginCmd() *cobra.Command {
8
pluginCmd := &cobra.Command{
9
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.`,
+ Short: "Lint Kong plugins",
+ Long: `The plugin command set allows you to lint custom Kong plugin Lua code locally.`,
12
}
13
14
pluginCmd.AddCommand(newPluginLintCmd())
0 commit comments