Provided by: gh_2.14.4+dfsg1-1_amd64 bug

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

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

       -l, --location <string>
              location:  {EastUs|SouthEastAsia|WestEurope|WestUs2}  (determined  automatically 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  automatically  deleted
              (maximum 30 days), e.g. "1h", "72h"

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

SEE ALSO

       gh-codespace(1)

                                             Aug 2022                      GH-CODESPACE-CREATE(1)