diff --git a/src/content/reference/developer-tools/cli.md b/src/content/reference/developer-tools/cli.md index 3a6802366c..561de24a12 100644 --- a/src/content/reference/developer-tools/cli.md +++ b/src/content/reference/developer-tools/cli.md @@ -1104,6 +1104,7 @@ Calling `particle config particle` will switch **Particle-Cli** back to the Part $ particle config my-profile-name // switch to a new profile called 'my-profile-name' $ particle config particle // switch back to your default profile $ particle config local apiUrl http://localhost:8080 //creates a new profile with name "local" and saves the IP-address parameter +$ particle config set proxyUrl http://proxy:8080 //changes the proxy url for the current profile $ particle config useSudoForDfu true // sets the `useSudoForDfu` option to `true` ```