Cloudflare Tunnel

I found the original article that introduced me to cloudflare's tunnels.

The command is

cloudflared tunnel --url localhost:<port>

pip and zsh

I recently learned that zsh uses brackets for pattern matching, which doesn't exactly play nice with pip.

The solution is to use quotes with the package name or use an alias.

alias pip='noglob pip'