Skip to content

🌐 HTTP & Network

CommandDescription
bolt http get <url>GET request
bolt http post <url>POST request (body from stdin)
bolt http headers <url>Show response headers
bolt http json <url>GET with pretty JSON
bolt dns lookup <domain>DNS lookup (A, MX, NS, TXT)
bolt ping <host>TCP ping
bolt ipShow local IP addresses
bolt port check <port>Check if port is in use
bolt port kill <port>Kill process on port

Released under the MIT License.