Make vector generate
shell friendly
#1684
Labels
domain: cli
Anything related to Vector's CLI
type: enhancement
A value-adding code change that enhances its existing functionality.
Milestone
We can use
vector generate
to create template configurations for Vector.This is quite useful for quickly building out configurations without needing to scour the docs!
Here's some examples:
You may notice all of these examples require quotes! This is because
|
is a "pipe" in a shell, and redirects output.This command is still experimental, and it's syntax is not stabilized. We can consider adding a new recommended syntax, and deprecate the old format.
Some possibilities:
cc @a-rodin @Jeffail
The text was updated successfully, but these errors were encountered: