You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for pointing this out. The reason you are seeing this is because your jsonnet contains a dashboard, but you have not specified a folder for that dashboard. You can either do so using the metadata/folder attribute in the JSON envelope that wraps the dashboard JSON itself, or you can set a single folder for all dashboards with -f, if your dashboard is raw JSON (no envelope), in which case, you'll also need to set --only-spec. Immediate fix: use envelopes and specify the folder.
Grizzly Version
v0.4.2
Expected Behavior
Should be able to watch with spec-only OR have a valid error
Actual Behavior
-f
and--onlyspec
are not valid flags. Also, the--onlyspec
is--only-spec
on the commands it is on?Steps to Reproduce
No response
The text was updated successfully, but these errors were encountered: