diff --git a/docs/sources/k6/next/using-k6/k6-options/reference.md b/docs/sources/k6/next/using-k6/k6-options/reference.md index 24a175cbb0..ff62a65a40 100644 --- a/docs/sources/k6/next/using-k6/k6-options/reference.md +++ b/docs/sources/k6/next/using-k6/k6-options/reference.md @@ -104,6 +104,8 @@ k6 run --address "localhost:3000" script.js {{< /code >}} +If you don't want to enable the HTTP server then sets the value to an empty string `k6 run -a '' script.js`. + ## Batch The maximum number of simultaneous/parallel connections in total that an diff --git a/docs/sources/k6/v0.47.x/using-k6/k6-options/reference.md b/docs/sources/k6/v0.47.x/using-k6/k6-options/reference.md index 8c88cb3ba9..3364376b8d 100644 --- a/docs/sources/k6/v0.47.x/using-k6/k6-options/reference.md +++ b/docs/sources/k6/v0.47.x/using-k6/k6-options/reference.md @@ -98,6 +98,8 @@ $ k6 run --address "localhost:3000" script.js {{< /code >}} +If you don't want to enable the HTTP server then sets the value to an empty string `k6 run -a '' script.js`. + ## Batch The maximum number of simultaneous/parallel connections in total that an diff --git a/docs/sources/k6/v0.48.x/using-k6/k6-options/reference.md b/docs/sources/k6/v0.48.x/using-k6/k6-options/reference.md index 87c1fa97aa..de0d3fa123 100644 --- a/docs/sources/k6/v0.48.x/using-k6/k6-options/reference.md +++ b/docs/sources/k6/v0.48.x/using-k6/k6-options/reference.md @@ -100,6 +100,8 @@ $ k6 run --address "localhost:3000" script.js {{< /code >}} +If you don't want to enable the HTTP server then sets the value to an empty string `k6 run -a '' script.js`. + ## Batch The maximum number of simultaneous/parallel connections in total that an diff --git a/docs/sources/k6/v0.49.x/using-k6/k6-options/reference.md b/docs/sources/k6/v0.49.x/using-k6/k6-options/reference.md index 87c1fa97aa..de0d3fa123 100644 --- a/docs/sources/k6/v0.49.x/using-k6/k6-options/reference.md +++ b/docs/sources/k6/v0.49.x/using-k6/k6-options/reference.md @@ -100,6 +100,8 @@ $ k6 run --address "localhost:3000" script.js {{< /code >}} +If you don't want to enable the HTTP server then sets the value to an empty string `k6 run -a '' script.js`. + ## Batch The maximum number of simultaneous/parallel connections in total that an diff --git a/docs/sources/k6/v0.50.x/using-k6/k6-options/reference.md b/docs/sources/k6/v0.50.x/using-k6/k6-options/reference.md index b28ff30aed..1651dd3a75 100644 --- a/docs/sources/k6/v0.50.x/using-k6/k6-options/reference.md +++ b/docs/sources/k6/v0.50.x/using-k6/k6-options/reference.md @@ -100,6 +100,8 @@ $ k6 run --address "localhost:3000" script.js {{< /code >}} +If you don't want to enable the HTTP server then sets the value to an empty string `k6 run -a '' script.js`. + ## Batch The maximum number of simultaneous/parallel connections in total that an diff --git a/docs/sources/k6/v0.51.x/using-k6/k6-options/reference.md b/docs/sources/k6/v0.51.x/using-k6/k6-options/reference.md index 6a3092c332..9603e73b86 100644 --- a/docs/sources/k6/v0.51.x/using-k6/k6-options/reference.md +++ b/docs/sources/k6/v0.51.x/using-k6/k6-options/reference.md @@ -100,6 +100,8 @@ $ k6 run --address "localhost:3000" script.js {{< /code >}} +If you don't want to enable the HTTP server then sets the value to an empty string `k6 run -a '' script.js`. + ## Batch The maximum number of simultaneous/parallel connections in total that an diff --git a/docs/sources/k6/v0.52.x/using-k6/k6-options/reference.md b/docs/sources/k6/v0.52.x/using-k6/k6-options/reference.md index 6a3092c332..9603e73b86 100644 --- a/docs/sources/k6/v0.52.x/using-k6/k6-options/reference.md +++ b/docs/sources/k6/v0.52.x/using-k6/k6-options/reference.md @@ -100,6 +100,8 @@ $ k6 run --address "localhost:3000" script.js {{< /code >}} +If you don't want to enable the HTTP server then sets the value to an empty string `k6 run -a '' script.js`. + ## Batch The maximum number of simultaneous/parallel connections in total that an diff --git a/docs/sources/k6/v0.53.x/using-k6/k6-options/reference.md b/docs/sources/k6/v0.53.x/using-k6/k6-options/reference.md index 5cb3fb09fe..e0c800da23 100644 --- a/docs/sources/k6/v0.53.x/using-k6/k6-options/reference.md +++ b/docs/sources/k6/v0.53.x/using-k6/k6-options/reference.md @@ -100,6 +100,8 @@ $ k6 run --address "localhost:3000" script.js {{< /code >}} +If you don't want to enable the HTTP server then sets the value to an empty string `k6 run -a '' script.js`. + ## Batch The maximum number of simultaneous/parallel connections in total that an diff --git a/docs/sources/k6/v0.54.x/using-k6/k6-options/reference.md b/docs/sources/k6/v0.54.x/using-k6/k6-options/reference.md index ec7c188a97..4ae9916240 100644 --- a/docs/sources/k6/v0.54.x/using-k6/k6-options/reference.md +++ b/docs/sources/k6/v0.54.x/using-k6/k6-options/reference.md @@ -100,6 +100,8 @@ $ k6 run --address "localhost:3000" script.js {{< /code >}} +If you don't want to enable the HTTP server then sets the value to an empty string `k6 run -a '' script.js`. + ## Batch The maximum number of simultaneous/parallel connections in total that an diff --git a/docs/sources/k6/v0.55.x/using-k6/k6-options/reference.md b/docs/sources/k6/v0.55.x/using-k6/k6-options/reference.md index ec7c188a97..4ae9916240 100644 --- a/docs/sources/k6/v0.55.x/using-k6/k6-options/reference.md +++ b/docs/sources/k6/v0.55.x/using-k6/k6-options/reference.md @@ -100,6 +100,8 @@ $ k6 run --address "localhost:3000" script.js {{< /code >}} +If you don't want to enable the HTTP server then sets the value to an empty string `k6 run -a '' script.js`. + ## Batch The maximum number of simultaneous/parallel connections in total that an diff --git a/docs/sources/k6/v0.56.x/using-k6/k6-options/reference.md b/docs/sources/k6/v0.56.x/using-k6/k6-options/reference.md index ec7c188a97..4ae9916240 100644 --- a/docs/sources/k6/v0.56.x/using-k6/k6-options/reference.md +++ b/docs/sources/k6/v0.56.x/using-k6/k6-options/reference.md @@ -100,6 +100,8 @@ $ k6 run --address "localhost:3000" script.js {{< /code >}} +If you don't want to enable the HTTP server then sets the value to an empty string `k6 run -a '' script.js`. + ## Batch The maximum number of simultaneous/parallel connections in total that an diff --git a/docs/sources/k6/v0.57.x/using-k6/k6-options/reference.md b/docs/sources/k6/v0.57.x/using-k6/k6-options/reference.md index c271064427..f6462c6521 100644 --- a/docs/sources/k6/v0.57.x/using-k6/k6-options/reference.md +++ b/docs/sources/k6/v0.57.x/using-k6/k6-options/reference.md @@ -102,6 +102,8 @@ k6 run --address "localhost:3000" script.js {{< /code >}} +If you don't want to enable the HTTP server then sets the value to an empty string `k6 run -a '' script.js`. + ## Batch The maximum number of simultaneous/parallel connections in total that an diff --git a/docs/sources/k6/v1.0.x/using-k6/k6-options/reference.md b/docs/sources/k6/v1.0.x/using-k6/k6-options/reference.md index 7f9e8d46b4..875a1d80cd 100644 --- a/docs/sources/k6/v1.0.x/using-k6/k6-options/reference.md +++ b/docs/sources/k6/v1.0.x/using-k6/k6-options/reference.md @@ -104,6 +104,8 @@ k6 run --address "localhost:3000" script.js {{< /code >}} +If you don't want to enable the HTTP server then sets the value to an empty string `k6 run -a '' script.js`. + ## Batch The maximum number of simultaneous/parallel connections in total that an diff --git a/docs/sources/k6/v1.1.x/using-k6/k6-options/reference.md b/docs/sources/k6/v1.1.x/using-k6/k6-options/reference.md index 7f9e8d46b4..875a1d80cd 100644 --- a/docs/sources/k6/v1.1.x/using-k6/k6-options/reference.md +++ b/docs/sources/k6/v1.1.x/using-k6/k6-options/reference.md @@ -104,6 +104,8 @@ k6 run --address "localhost:3000" script.js {{< /code >}} +If you don't want to enable the HTTP server then sets the value to an empty string `k6 run -a '' script.js`. + ## Batch The maximum number of simultaneous/parallel connections in total that an diff --git a/docs/sources/k6/v1.2.x/using-k6/k6-options/reference.md b/docs/sources/k6/v1.2.x/using-k6/k6-options/reference.md index d48d32aae0..0ab9e49d1a 100644 --- a/docs/sources/k6/v1.2.x/using-k6/k6-options/reference.md +++ b/docs/sources/k6/v1.2.x/using-k6/k6-options/reference.md @@ -104,6 +104,8 @@ k6 run --address "localhost:3000" script.js {{< /code >}} +If you don't want to enable the HTTP server then sets the value to an empty string `k6 run -a '' script.js`. + ## Batch The maximum number of simultaneous/parallel connections in total that an diff --git a/docs/sources/k6/v1.3.x/using-k6/k6-options/reference.md b/docs/sources/k6/v1.3.x/using-k6/k6-options/reference.md index 24a175cbb0..ff62a65a40 100644 --- a/docs/sources/k6/v1.3.x/using-k6/k6-options/reference.md +++ b/docs/sources/k6/v1.3.x/using-k6/k6-options/reference.md @@ -104,6 +104,8 @@ k6 run --address "localhost:3000" script.js {{< /code >}} +If you don't want to enable the HTTP server then sets the value to an empty string `k6 run -a '' script.js`. + ## Batch The maximum number of simultaneous/parallel connections in total that an