Skip to content

Commit

Permalink
chore(internal docs): add note about cue versioning (#15910)
Browse files Browse the repository at this point in the history
Add note about CUE versioning
  • Loading branch information
neuronull authored Jan 11, 2023
1 parent d04c4f5 commit 4b2b713
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/DOCUMENTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,14 @@ is driven by structured data defined in the [`/website/cue`](../website/cue)
directory. [CUE](https://cuelang.org) is a declarative configuration language
suitable for complex data definitions.

### Installing CUE

Cue can be [installed](https://cuelang.org/docs/install/) from package managers,
however it may be necesary to install it from source in order to use the correct
version that Vector depends on. Currently Vector is using `v0.4.2`. Using a CUE
version different than this may result in CUE check/build errors. We are aiming
to improve the developer experience around external tool dependencies ([#15909](https://github.com/vectordotdev/vector/issues/15909)).

### Formatting

Vector has some CUE-related CI checks that are run whenever changes are made to
Expand Down

0 comments on commit 4b2b713

Please sign in to comment.