Proxy Configuration
Bruno CLI allows you to configure proxy settings directly from the terminal. You can also add client certificates through the CLI. Follow the steps below to set up configurations quickly and efficiently.Disabling Proxies
If you need to bypass all proxy settings (both collection-defined and system proxies) when running requests, you can use the--noproxy flag:
copy
Using Client Certificates for API Requests
If your API requests require client certificates for authentication, you can specify using the--client-cert-config option. The configuration should be provided in a JSON file. Here’s an example of how to use this option:
copy