Netlify CLI


open

Open settings for the site linked to the current folder

Usage

netlify open

Flags

  • admin (boolean) - Open Netlify site
  • filter (string) - For monorepos, specify the name of the application to run the command in
  • site (boolean) - Open site
  • debug (boolean) - Print debugging information
Subcommanddescription
open:adminOpens current site admin UI in Netlify
open:siteOpens current site url in browser

Examples

netlify open --site
netlify open --admin
netlify open:admin
netlify open:site

open:admin

Opens current site admin UI in Netlify

Usage

netlify open:admin

Flags

  • filter (string) - For monorepos, specify the name of the application to run the command in
  • debug (boolean) - Print debugging information

Examples

netlify open:admin

open:site

Opens current site url in browser

Usage

netlify open:site

Flags

  • filter (string) - For monorepos, specify the name of the application to run the command in
  • debug (boolean) - Print debugging information

Examples

netlify open:site