scaffold_unknown_kind

Diagnostic `nanook::cli::scaffold_unknown_kind`

Summary

unknown plugin kind `{0}`

Help

supported: collector, adapter, action

Details

When this fires

nanook plugins new --kind <x> got a value that isn't one of the three supported plugin kinds. Only collector, adapter, and action have templates, anything else parses to Kind::FromStr -> Err.

What to check

Pick one of the supported kinds:

nanook plugins new my_thing --kind collector
nanook plugins new my_thing --kind adapter
nanook plugins new my_thing --kind action

Probes and discoverers aren't pluggable yet.