Add note that blazel config relies on server state from previous command.
PiperOrigin-RevId: 336159857
diff --git a/site/docs/configurable-attributes.md b/site/docs/configurable-attributes.md
index 0316388..d8d05ad 100644
--- a/site/docs/configurable-attributes.md
+++ b/site/docs/configurable-attributes.md
@@ -992,3 +992,7 @@
`//myapp:foo` may exist in different configurations in the same build. See the
[cquery docs](cquery.html) for guidance on using `somepath` to get the right
one.
+
+Caution: To prevent restarting the Bazel server, invoke `bazel config` with the
+same command line flags as the `bazel cquery`. The `config` command relies on
+the configuration nodes from the still-running server of the previous command.