tailscale: add a description for devcontrol
- ID
bbcbe1d- date
2026-05-27 06:55:20+00:00- author
Alex Chan <alex@alexwlchan.net>- parent
e7259dd- message
tailscale: add a description for `devcontrol`- changed files
1 file, 14 additions, 1 deletion
Changed files
tailscale/README.md (2307) → tailscale/README.md (2638)
diff --git a/tailscale/README.md b/tailscale/README.md
index bcc20ac..5115148 100644
--- a/tailscale/README.md
+++ b/tailscale/README.md
@@ -18,6 +18,10 @@ folder_name = "tailscale"
scripts = [
{
+ "usage": "devcontrol",
+ "description": "run a local instance of the Tailscale control plane"
+ },
+ {
"usage": "ensure_on_tailnet.sh TAILNET_NAME",
"description": "ensure I'm connected to a particular tailnet on my work computer"
},
@@ -44,6 +48,15 @@ cog_helpers.create_description_table(folder_name=folder_name, scripts=scripts)
]]]-->
<dl>
<dt>
+ <a href="https://github.com/alexwlchan/scripts/blob/main/tailscale/devcontrol">
+ <code>devcontrol</code>
+ </a>
+ </dt>
+ <dd>
+ run a local instance of the Tailscale control plane
+ </dd>
+
+ <dt>
<a href="https://github.com/alexwlchan/scripts/blob/main/tailscale/ensure_on_tailnet.sh">
<code>ensure_on_tailnet.sh TAILNET_NAME</code>
</a>
@@ -88,4 +101,4 @@ cog_helpers.create_description_table(folder_name=folder_name, scripts=scripts)
run a CLi command on a local instance of tailscaled
</dd>
</dl>
-<!-- [[[end]]] (sum: 4hnXIiewO2) -->
\ No newline at end of file
+<!-- [[[end]]] (sum: OoAOwOv+GI) -->
\ No newline at end of file