1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- # Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-2
- # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json
- PackageIdentifier: GitHub.cli
- PackageVersion: 2.7.0
- PackageLocale: en-US
- Publisher: GitHub, Inc.
- PublisherUrl: https://github.com
- PublisherSupportUrl: https://help.github.com/en
- PrivacyUrl: https://help.github.com/en/articles/github-privacy-statement
- Author: GitHub, Inc.
- PackageName: GitHub CLI
- PackageUrl: https://github.com/cli/cli
- License: MIT License
- LicenseUrl: https://github.com/cli/cli/blob/HEAD/LICENSE
- Copyright: Copyright (c) 2019 GitHub Inc.
- CopyrightUrl: https://github.com/cli/cli/blob/trunk/LICENSE
- ShortDescription: GitHubs official command-line tool.
- Description: gh is GitHub on the command line. It brings pull requests, issues, and other GitHub concepts to the terminal next to where you are already working with git and your code.
- Moniker: gh
- Tags:
- - cli
- - command-line
- - foss
- - open-source
- - tool
- - utility
- # Agreements:
- ReleaseNotes: |-
- Find your work across repositories
- • Add gh status command
- • The status command displays issues and pull requests assigned to you from anywhere on GitHub, as well as requests for your review, mentions of your name, and notifications.
- • gh search: Add search issues and search pull requests commands
- Other New Features
- • Add label list and label create commands
- • Add ability to filter issue and pull request lists by app
- • extension install: Add option to pin extensions to a version
- • Add support for Dependabot secrets
- • Add GH_DEBUG environment variable, deprecate DEBUG for verbose mode
- Fixes
- • Codespaces: Disallow some operations on codespaces that have a pending operation
- • Codespaces: Listen to agent port-forwarding events when forwarding ports
- • cs ssh: remove unwanted trailing quote
- • cs ssh: use setup example that should work with any ssh config
- • cs cp: parse additional scp args
- • cs create: rename repo permissions opt-out parameter
- • pr view: respect GH_FORCE_TTY
- • extension upgrade --all: do not throw an error if no extensions are installed
- • run download: fix extracting to root path
- • pr create --web: fix escaping URL path components
- • release list: fix "latest" release logic
- • Text editor: only add UTF-8 BOM on Windows
- • Bump github.com/AlecAivazis/survey/v2 from 2.3.2 to 2.3.4
- ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.7.0
- ManifestType: defaultLocale
- ManifestVersion: 1.1.0
|