Trying to run:
K6_STATSD_ENABLE_TAGS=true k6 run --out statsd script.js
getting:
‘K6_STATSD_ENABLE_TAGS’ is not recognized as an internal or external command, operable program or batch file.
in command prompt
or:
K6_STATSD_ENABLE_TAGS=true : The term ‘K6_STATSD_ENABLE_TAGS=true’ is not recognized as the name of a cmdlet,
function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
in powershell
I am running K6 CLI on windows locally.
What am I missing?