-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Labels
breaking changefor PRs that need to be mentioned in the breaking changes section of the release notesfor PRs that need to be mentioned in the breaking changes section of the release notescloudfeature
Milestone
Description
Feature Description
The new stack option added to the Cloud configuration in #5420 should become as mandatory as the token information. If it's not provided, the command should fail.
It can be specified in different ways:
- When running the
k6 cloud logincommand with the--stackparameter or using the interactive mode (in this case, this should be the stack slug or full URL) - In the script options, adding the
stackIDoption - In the env variables, using the
K6_CLOUD_STACK_IDenv variable
It would be nice to make the different options a bit more consistent and either use the stack slug everywhere, or support stack slug/url/id everywhere.
Suggested Solution (optional)
No response
Already existing or connected issues / PRs (optional)
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
breaking changefor PRs that need to be mentioned in the breaking changes section of the release notesfor PRs that need to be mentioned in the breaking changes section of the release notescloudfeature