From 000abae68b6b414d4d8cc7c27d1e4e9c428c3d20 Mon Sep 17 00:00:00 2001 From: ada mancini Date: Tue, 18 Oct 2022 17:22:47 -0400 Subject: [PATCH] plug `sbctl` (#790) in README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 344030f1..78c7ae81 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,8 @@ kubectl support-bundle https://support-bundle.replicated.com ``` For more details on creating the custom resource files that drive support-bundle collection, visit [creating collectors](https://troubleshoot.sh/docs/collect/) and [creating analyzers](https://troubleshoot.sh/docs/analyze/). +And see our other tool [sbctl](https://github.com/replicatedhq/sbctl) that makes it easier to interact with support bundles using `kubectl` commands you already know + # Community For questions about using Troubleshoot, there's a [Replicated Community](https://help.replicated.com/community) forum, and a [#app-troubleshoot channel in Kubernetes Slack](https://kubernetes.slack.com/channels/app-troubleshoot). @@ -51,4 +53,4 @@ not been tampered with. ``` $ cosign verify-blob -key key.pub -signature troubleshoot-sbom.tgz.sig troubleshoot-sbom.tgz Verified OK -``` \ No newline at end of file +```