After the #152 fix, just import-dashboards now fails visibly if GF_ADMIN_PASSWORD is not set, but there is nowhere in the README or the justfile header comment that tells a new developer they must source .env (or export the variable) before running the command. Add a short note — either a comment above the import-dashboards recipe or a section in the README's 'Getting started' block — so the error message makes sense on first encounter.
Follow-up from #152
After the #152 fix,
just import-dashboardsnow fails visibly ifGF_ADMIN_PASSWORDis not set, but there is nowhere in the README or the justfile header comment that tells a new developer they must source.env(or export the variable) before running the command. Add a short note — either a comment above theimport-dashboardsrecipe or a section in the README's 'Getting started' block — so the error message makes sense on first encounter.Follow-up from #152