From 306f2b9dd03aae1d30c01d04770c1d5004c5d071 Mon Sep 17 00:00:00 2001 From: Bryce Palmer Date: Wed, 15 Nov 2023 14:35:19 -0500 Subject: [PATCH] add to readme Signed-off-by: Bryce Palmer --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a8d7118..c83499f 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,8 @@ The `test.json` file contains samples for each of the different panel types that `buoy` uses https://github.com/tidwall/gjson for the path evaluation and extracting of values from resources. Please consult their documentation for valid path syntax. +You can also specify a remote reference to a dashboard configuration file. It must be a valid URL and the response must be the raw YAML or JSON contents of the file. + ## Controls - `ctrl+c`, `q`, `esc` will quit the program and exit the tui - `tab` will switch the active tab to the one to the right of the currently active tab