Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
GH-CODESPACE-CREATE(1)		GitHub CLI manual	  GH-CODESPACE-CREATE(1)

NAME
     gh-codespace-create - Create a codespace

SYNOPSIS
     gh codespace create [flags]

OPTIONS
     -b, --branch <string>
	    Repository branch

     --default-permissions
	    Do	not  prompt  to  accept  additional permissions requested by the
	    codespace

     --devcontainer-path <string>
	    Path to the devcontainer.json file to use when creating codespace

     -d, --display-name <string>
	    Display name for the codespace (48 characters or less)

     --idle-timeout <duration>
	    Allowed inactivity before codespace is stopped, e.g. "10m", "1h"

     -l, --location <string>
	    Location: {EastUs|SouthEastAsia|WestEurope|WestUs2} (determined  au-
	    tomatically if not provided)

     -m, --machine <string>
	    Hardware specifications for the VM

     -R, --repo <string>
	    Repository name with owner: user/repo

     --retention-period <duration>
	    Allowed  time  after shutting down before the codespace is automati-
	    cally deleted (maximum 30 days), e.g. "1h", "72h"

     -s, --status
	    Show status of post-create command and dotfiles

     -w, --web
	    Create codespace from browser, cannot be used  with  --display-name,
	    --idle-timeout, or --retention-period

EXIT CODES
     0: Successful execution

     1: Error

     2: Command canceled

     4: Authentication required

     NOTE:  Specific  commands may have additional exit codes. Refer to the com-
     mand's help for more information.

SEE ALSO
     gh-codespace(1)

				    Aug 2026		  GH-CODESPACE-CREATE(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=gh-codespace-create&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help