GitHub CLI 2.37.0
project: Remove template field from --format=json output by @samcoe in https://github.com/cli/cli/pull/8160
template field when outputing projects to JSON, unfortunately
we forgot to take into account our GHES users. This field does not exist on GHES 3.8 and older.
Including this field in our queries and output broke nearly all the project commands for users
targeting these older versions of GHES. As we try our hardest to keep gh compatible with all
non-deprecated GHES versions this was a pretty big mistake. In order to fix it we are reverting
the querying and exporting of the template field for project commands. We apologize for the
inconvenience this may cause, and plan to bring back this field once GHES 3.8 gets deprecated.repo create: Allow --disable-issues and --template flags to be used together by @utouto97 in https://github.com/cli/cli/pull/7918repo create: Allow --homepage and --template flag to be used together by @arunsathiya in https://github.com/cli/cli/pull/8188repo create: Allow creating repositories from templates in interactive mode by @JunNishimura in https://github.com/cli/cli/pull/7769repo fork: Set default repo when forking repo by @kbailey4444 in https://github.com/cli/cli/pull/7768codespace: Migrate all Codespaces operations from Live Share to Dev Tunnels by @dmgardiner25 in https://github.com/cli/cli/pull/8149codespace create: Poll permission acceptance endpoint on codespace creation by @dmgardiner25 in https://github.com/cli/cli/pull/8179pr create: Remove duplicates targets for push survey by @benebsiny in https://github.com/cli/cli/pull/8184pr create: Fix typo in documentation by @darthwalsh in https://github.com/cli/cli/pull/8115browse: Do not use relative paths when --repo flag is used by @benebsiny in https://github.com/cli/cli/pull/8141dependencies: Update to fix security vulnerability by @samcoe in https://github.com/cli/cli/pull/8176dependencies: bump github.com/gabriel-vasile/mimetype from 1.4.2 to 1.4.3 by @dependabot in https://github.com/cli/cli/pull/8185Full Changelog: https://github.com/cli/cli/compare/v2.36.0...v2.37.0
Fetched April 8, 2026