Closed sparshrestha closed 2 months ago
Hi @sparshrestha, thanks for opening a PR! The k6 cloud
commands have been updated in the v0.53 release, you can see more details in the release notes.
Are you having trouble using the new commands, or are you using an older release of k6 by any chance?
k6 cloud run script.js
andk6 cloud login --token <YOUR_API_TOKEN>
are incorrect bash commands.What?
The correct command is
k6 cloud script.js
excluding the argrun
The correct command is
k6 cloud login --token <YOUR_API_TOKEN>
replacing places of 2 args:login
precedingcloud
Checklist
docs/sources/v{most_recent_release}
folder of the documentation.