gh codespace create
Create a codespace
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
-s,--status- show status of post-create command and dotfiles

