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
Prev Previous commit
Next Next commit
Fix linting errors
  • Loading branch information
oleiade committed Sep 10, 2024
commit e47a2b19d11bdddaa78545a32047b60fc56ae06d
3 changes: 2 additions & 1 deletion cmd/cloud_run.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ func (c *cmdCloudRun) flagSet() *pflag.FlagSet {
&c.noUsageReport,
"no-usage-report",
c.noUsageReport,
"only when using the local-execution mode, don't send anonymous usage stats (https://grafana.com/docs/k6/latest/set-up/usage-collection/)",
"only when using the local-execution mode, don't send anonymous usage "+
"stats (https://grafana.com/docs/k6/latest/set-up/usage-collection/)",
)

return flags
Expand Down