Update docs/cli/fleet-cli/install_fleet.md

Co-authored-by: Mario Manno <mario.manno@gmail.com>
This commit is contained in:
hridyesh bisht 2025-07-29 14:09:58 +05:30 committed by GitHub
parent 7657cfc86c
commit 3adf351017
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ fleet --version
* `fleet target`: Displays which clusters would receive a bundle based on selectors and targeting rules.
* This helps you understand how `targets`, `targetOverrides`, `clusterGroups`, and `label` selectors work. For example, `fleet target my-bundle ./manifests.`
* `fleet deploy`: Deploy a `bundle` with or without pushing it to the cluster.
* Supports dry-run mode to preivew changes applied. For example, `fleet deploy --dry-run my-bundle ./manifests`.
* Supports dry-run mode to preview changes applied. For example, `fleet deploy --dry-run my-bundle ./manifests`.
* `fleet apply`: Create or preview a `Bundle` from local files. Works without Fleet installed.
* This applies for `fleet.yaml`, Helm charts and manifests. For example, `fleet apply my-bundle ./manifests`.