Documentation for automated readers
A curated documentation index is available at: https://grafana.com/llms.txt
A complete documentation index is available at: https://grafana.com/llms-full.txt
These indexes can help with page discovery before fetching individual documents.
This page is also available in Markdown, which may be easier for automated readers and AI tools to parse than HTML. The Markdown version is available at https://grafana.com/docs/grafana-cloud/send-data/alloy/reference/cli/fmt.md, or by sending Accept: text/markdown to https://grafana.com/docs/grafana-cloud/send-data/alloy/reference/cli/fmt/. For broader documentation discovery, the curated index is available at https://grafana.com/llms.txt and the complete index is available at https://grafana.com/llms-full.txt.
fmt
The fmt command formats a given Alloy configuration file.
Usage
alloy fmt [<FLAG> ...] <FILE_NAME>Replace the following:
<FLAG>: One or more flags that define the input and output of the command.<FILE_NAME>: The Alloy configuration file.
If the <FILE_NAME> argument isn’t provided or if the <FILE_NAME> argument is equal to -, fmt formats the contents of standard input.
Otherwise, fmt reads and formats the file from disk specified by the argument.
The --write flag can be specified to replace the contents of the original file on disk with the formatted results.
--write can only be provided when fmt isn’t reading from standard input.
The --test flag can be specified to test if the contents of the file are formatted correctly.
The --write and --test flags are mutually exclusive.
The command fails if the file being formatted has syntactically incorrect Alloy configuration, but doesn’t validate whether Alloy components are configured properly.
The following flags are supported:
--write,-w: Write the formatted file back to disk when not reading from standard input.--test,-t: Only test the input and return a non-zero exit code if changes would have been made.
Was this page helpful?
Related resources from Grafana Labs


