Skip to content

Latest commit

 

History

History
87 lines (59 loc) · 1.68 KB

open.md

File metadata and controls

87 lines (59 loc) · 1.68 KB
title
Netlify CLI open command

open

Open settings for the site linked to the current folder

Usage

netlify open

Flags

  • admin (boolean) - Open Netlify site
  • site (boolean) - Open site
  • debug (boolean) - Print debugging information
  • http-proxy (string) - Proxy server address to route requests through.
  • http-proxy-certificate-filename (string) - Certificate file to use when connecting using a proxy server
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:site

open:admin

Opens current site admin UI in Netlify

Usage

netlify open:admin

Flags

  • debug (boolean) - Print debugging information
  • http-proxy (string) - Proxy server address to route requests through.
  • http-proxy-certificate-filename (string) - Certificate file to use when connecting using a proxy server

Examples

netlify open:admin

open:site

Opens current site url in browser

Usage

netlify open:site

Flags

  • debug (boolean) - Print debugging information
  • http-proxy (string) - Proxy server address to route requests through.
  • http-proxy-certificate-filename (string) - Certificate file to use when connecting using a proxy server

Examples

netlify open:site