31 lines
771 B
Markdown
31 lines
771 B
Markdown
---
|
|
title: ""
|
|
sidebar_label: "fleet test"
|
|
---
|
|
## fleet test
|
|
|
|
Match a bundle to a target and render the output (deprecated)
|
|
|
|
```
|
|
fleet test [flags]
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
-b, --bundle-file string Location of the raw Bundle resource yaml
|
|
-f, --file string Location of the fleet.yaml
|
|
-g, --group string Cluster group to match against
|
|
-L, --group-label strings Cluster group labels to match against
|
|
-h, --help help for test
|
|
-l, --label strings Cluster labels to match against
|
|
-N, --name string Cluster name to match against
|
|
-q, --quiet Just print the match and don't print the resources
|
|
-t, --target string Explicit target to match
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [fleet](./fleet) -
|
|
|