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

Update Windows commands #1582

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update Windows commands #1582

wants to merge 1 commit into from

Commits on May 8, 2024

  1. Update Windows commands

    1. The k6 executable from the latest .msi installer says it does not know the `init` parameter:
    ```
    C:\>k6 init
    ERRO[0000] unknown command "init" for "k6.exe"
    ```
    I suppose `new` should be used instead, like on Linux.
    
    Also I changed Windows commands to run k6 executable directly instead of via Docker.
    sabi0 authored May 8, 2024
    Configuration menu
    Copy the full SHA
    f375ea1 View commit details
    Browse the repository at this point in the history