| title | Netlify CLI open command |
|---|
Open settings for the site linked to the current folder
Usage
netlify openFlags
debug(boolean) - Print debugging informationhttpProxy(string) - Proxy server address to route requests through.httpProxyCertificateFilename(string) - Certificate file to use when connecting using a proxy serversite(boolean) - Open siteadmin(boolean) - Open Netlify site
| Subcommand | description |
|---|---|
open:admin |
Opens current site admin UI in Netlify |
open:site |
Opens current site url in browser |
Examples
netlify open --site
netlify open --admin
netlify open:admin
netlify open:siteOpens current site admin UI in Netlify
Usage
netlify open:adminFlags
debug(boolean) - Print debugging informationhttpProxy(string) - Proxy server address to route requests through.httpProxyCertificateFilename(string) - Certificate file to use when connecting using a proxy server
Examples
netlify open:adminOpens current site url in browser
Usage
netlify open:siteFlags
debug(boolean) - Print debugging informationhttpProxy(string) - Proxy server address to route requests through.httpProxyCertificateFilename(string) - Certificate file to use when connecting using a proxy server
Examples
netlify open:site