mirror of
https://github.com/replicatedhq/troubleshoot.git
synced 2026-04-15 07:16:34 +00:00
* feat: Add docsgen command * docs: add CLI docs for support-bundle and preflight
11 lines
165 B
Go
11 lines
165 B
Go
package main
|
|
|
|
import (
|
|
"github.com/replicatedhq/troubleshoot/cmd/docsgen/cli"
|
|
_ "k8s.io/client-go/plugin/pkg/client/auth"
|
|
)
|
|
|
|
func main() {
|
|
cli.InitAndExecute()
|
|
}
|