{{ $versionFromPath := index (split $.Page.File.Path "/") 1 }} {{ $isNextRelease := eq $versionFromPath "next-release" }} {{ $version := cond ($isNextRelease) site.Params.latest $versionFromPath }} {{ $data := index site.Data.cli $version }} {{ $config := index (index site.Data.cli $versionFromPath) "config" }} {{ if $isNextRelease }}
NOTE: This page is generated for version {{ $version }}.
{{ end }}The CLI flags for the following binaries are documented below:
{{ $cli.description }}
{{ if gt (len $storage_types) 0 }}{{ $tool }} can be used with these storage backends:
{{ $storage }}
{{ $tool }} can be used with these sampling types:
{{ $sampling }}
sampling
(Experimental) {{ $tool }} can be used with these metrics storage types:
{{ $metrics_storage }}
metrics storage
{{ $storage }}
storage
{{ $sampling }}
sampling
{{ $metrics_storage }}
metrics storage