Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[1/2] Implement the --local-execution mode for k6 cloud run #3904

Merged
merged 11 commits into from
Sep 10, 2024
2 changes: 1 addition & 1 deletion cmd/cloud_run.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
&c.noUsageReport,
"no-usage-report",
c.noUsageReport,
"only when using the local-execution mode, don't send anonymous stats to the developers",
"only when using the local-execution mode, don't send anonymous usage stats (https://grafana.com/docs/k6/latest/set-up/usage-collection/)",

Check failure on line 153 in cmd/cloud_run.go

View workflow job for this annotation

GitHub Actions / lint

the line is 141 characters long, which exceeds the maximum of 120 characters. (lll)
oleiade marked this conversation as resolved.
Show resolved Hide resolved
)

return flags
Expand Down
Loading