From 1e43216b1d733dd5e6d8c6797496d444c0be53e0 Mon Sep 17 00:00:00 2001 From: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com> Date: Mon, 7 Oct 2024 14:46:29 +0900 Subject: [PATCH 1/3] Update fleet-gitops README.md Closes https://github.com/fleetdm/fleet/issues/21938 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b89cf85..7fbff56 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ This is the starter repository for using [Fleet](https://fleetdm.com) with a GitOps workflow. -How to set up your GitOps workflow: +> For GitOps workflow documentation, run `fleetctl --help` from fleetctl. + +## How to set up your GitOps workflow: 1. Clone this repository. From c797430d14b5ca9f439d1e4a18497973cf9deb24 Mon Sep 17 00:00:00 2001 From: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com> Date: Mon, 7 Oct 2024 21:19:07 +0900 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7fbff56..c92bbae 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This is the starter repository for using [Fleet](https://fleetdm.com) with a GitOps workflow. -> For GitOps workflow documentation, run `fleetctl --help` from fleetctl. +> For GitOps workflow documentation, run `fleetctl gitops --help` from fleetctl. ## How to set up your GitOps workflow: From 76279fd94d36b1b9779d39aecad7d0d0820060c0 Mon Sep 17 00:00:00 2001 From: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com> Date: Tue, 8 Oct 2024 08:18:44 +0900 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c92bbae..b13bcff 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This is the starter repository for using [Fleet](https://fleetdm.com) with a GitOps workflow. -> For GitOps workflow documentation, run `fleetctl gitops --help` from fleetctl. +> Calling 'fleetctl gitops' directly is only recommended for experienced users. For documentation, run `fleetctl gitops --help`. ## How to set up your GitOps workflow: