Netlify CLI open command
Open settings for the project linked to the current folder
Usage
netlify openFlags
admin(boolean) - Open Netlify projectfilter(string) - For monorepos, specify the name of the application to run the command insite(boolean) - Open projectdebug(boolean) - Print debugging informationauth(string) - Netlify auth token - can be used to run this command without logging in
| Subcommand | description |
|---|---|
open:admin | Opens current project admin UI in Netlify |
open:site | Opens current project url in browser |
Examples
netlify open --sitenetlify open --adminnetlify open:adminnetlify open:siteopen:admin
Section titled “open:admin”Opens current project admin UI in Netlify
Usage
netlify open:adminFlags
filter(string) - For monorepos, specify the name of the application to run the command indebug(boolean) - Print debugging informationauth(string) - Netlify auth token - can be used to run this command without logging in
Examples
netlify open:adminopen:site
Section titled “open:site”Opens current project url in browser
Usage
netlify open:siteFlags
filter(string) - For monorepos, specify the name of the application to run the command indebug(boolean) - Print debugging informationauth(string) - Netlify auth token - can be used to run this command without logging in
Examples
netlify open:site