mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Fixes issue where `fleetctl get options` returns `option` (singular) as `kind` instead of `options` (plural). This would cause `fleetctl apply -f options.yml` to fail on options yaml generated by `fleetctl get options` with this error: `unknown kind "option"`. |
||
|---|---|---|
| .. | ||
| api.go | ||
| apply.go | ||
| config.go | ||
| convert.go | ||
| delete.go | ||
| fleetctl.go | ||
| get.go | ||
| goquery.go | ||
| login.go | ||
| logout.go | ||
| query.go | ||
| setup.go | ||
| yaml.go | ||
| yaml_test.go | ||