mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-09 17:37:12 +00:00
15 lines
242 B
Go
15 lines
242 B
Go
|
package version
|
||
|
|
||
|
var websiteUrl = `https://kyverno.io/docs/kyverno-cli/#version`
|
||
|
|
||
|
var description = []string{
|
||
|
`Prints the version of Kyverno CLI.`,
|
||
|
}
|
||
|
|
||
|
var examples = [][]string{
|
||
|
{
|
||
|
`# Print Kyverno CLI version`,
|
||
|
`kyverno version`,
|
||
|
},
|
||
|
}
|