Releasing soon Vigo is in alpha and closing in on its first stable release. Expect breaking changes between releases until then — we're looking for testing partners with meaningful fleets across diverse architectures. Learn more →

vigocli traits

Search and explore the trait dot-paths available for use in templates (.Traits.<key>) and when: expressions. Useful when writing configcrates and you want to know what facts the agent exposes.

Subcommands

Verb Purpose
search <keyword> Search trait keys by keyword (matches against dot-path segments)

Run vigocli traits --help for current flags.

Related

Note on vigo traits

The agent binary has its own vigo traits subcommand that actually runs the collectors locally and prints the results as JSON — see Agent CLI for that. The vigocli traits command here is an admin-side schema browser that looks up what names exist; the agent-side command is the one that produces values for a specific host.