@beastmode-develeap/beastmode 0.1.184 → 0.1.186

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -13227,7 +13227,7 @@ async function composeUpRunner() {
13227
13227
  });
13228
13228
  });
13229
13229
  }
13230
- runnerCommand.command("setup").description("Set up a self-hosted GitHub Actions runner").option("--repo <owner/repo>", "GitHub repo for runner registration").option("--name <name>", "Container + runner name", "beastmode-runner").option("--label <label>", "Additional runner label", "beastmode").option("--dry-run", "Print what would happen without mutating state").option(
13230
+ runnerCommand.command("setup").description("Set up a self-hosted GitHub Actions runner (Docker-Linux by default)").option("--repo <owner/repo>", "GitHub repo for runner registration").option("--name <name>", "Container + runner name", "beastmode-runner").option("--label <label>", "Additional runner label", "beastmode").option("--dry-run", "Print what would happen without mutating state").option(
13231
13231
  "--native",
13232
13232
  "Use native runner binary instead of Docker (downloads actions/runner)"
13233
13233
  ).option(