Skip to content
This repository was archived by the owner on Apr 16, 2023. It is now read-only.

Releases: lengau/gh-snap

GitHub CLI nightly 2.27.0-14-g9162d47c

13 Apr 07:22
Compare
Choose a tag to compare
Pre-release

Nightly build of the unofficial snap of GitHub CLI.

Changelog

  • 9162d47c Merge pull request #7305 from kousikmitra/fix/owner-flag-type
  • 7ee35e43 Enable owner flag to take multiple values for searching
  • fe5b1422 Merge pull request #7270 from kousikmitra/feature/ssh-signing-key
  • a279dd70 Merge branch 'trunk' into feature/ssh-signing-key
  • 32a41da4 Merge pull request #7257 from joshkraft/gh-org-command
  • aa8a9020 Merge branch 'trunk' into gh-org-command
  • 6fd951c1 Merge branch 'trunk' into gh-org-command
  • 4d20db0c Merge branch 'gh-org-command' of https://github.com/joshkraft/cli into gh-org-command
  • ba37e233 add "showing x of y organizations" header
  • 4668810c Enhance ssh-key list to show signing ssh keys also
  • 0d8b5ab9 Add option to add ssh singing key
  • 8fbcae6a Merge branch 'trunk' into gh-org-command
  • 74bf49fc Merge branch 'trunk' into gh-org-command
  • 37970f48 feat: add gh org list

GitHub CLI nightly 2.27.0-12-gfe5b1422

12 Apr 07:20
Compare
Choose a tag to compare
Pre-release

Nightly build of the unofficial snap of GitHub CLI.

Changelog

  • fe5b1422 Merge pull request #7270 from kousikmitra/feature/ssh-signing-key
  • a279dd70 Merge branch 'trunk' into feature/ssh-signing-key
  • 32a41da4 Merge pull request #7257 from joshkraft/gh-org-command
  • aa8a9020 Merge branch 'trunk' into gh-org-command
  • 6fd951c1 Merge branch 'trunk' into gh-org-command
  • 4d20db0c Merge branch 'gh-org-command' of https://github.com/joshkraft/cli into gh-org-command
  • ba37e233 add "showing x of y organizations" header
  • 4668810c Enhance ssh-key list to show signing ssh keys also
  • 0d8b5ab9 Add option to add ssh singing key
  • 8fbcae6a Merge branch 'trunk' into gh-org-command
  • 74bf49fc Merge branch 'trunk' into gh-org-command
  • 37970f48 feat: add gh org list

GitHub CLI nightly 2.26.1-6-g4f08b282

07 Apr 07:21
Compare
Choose a tag to compare
Pre-release

Nightly build of the unofficial snap of GitHub CLI.

Changelog

  • 4f08b282 Merge pull request #7284 from cli/cmbrose/invoker-close-fix
  • 27a3fcc8 Fix invoker immediately closing
  • 08f93703 Merge pull request #7254 from phillippbertram/feat/add-cmd-gh-run-delete
  • 32901084 lint fixes
  • 7b3a8315 cleanup
  • 409e1555 feat(run): add new delete command

GitHub CLI nightly 2.26.1-4-g08f93703

05 Apr 07:22
Compare
Choose a tag to compare
Pre-release

Nightly build of the unofficial snap of GitHub CLI.

Changelog

  • 08f93703 Merge pull request #7254 from phillippbertram/feat/add-cmd-gh-run-delete
  • 32901084 lint fixes
  • 7b3a8315 cleanup
  • 409e1555 feat(run): add new delete command

GitHub CLI nightly 2.25.1-57-g12634120

04 Apr 07:21
Compare
Choose a tag to compare
Pre-release

Nightly build of the unofficial snap of GitHub CLI.

Changelog

  • 12634120 fix: make number arg, commit arg, and flags mutually exclusive (#7268)
  • 6261bc69 Additional help doc and example for auth setup-git (#7243)
  • 18f24840 docs: add commit SHA arg to gh browse help (#7267)
  • de07febc Merge pull request #7246 from vaindil/vaindil/check-ssh-key
  • 7006d3f0 move SSH key errors out of upload function
  • 0e5e7de9 don't parse key bytes twice
  • 97c4efc2 Merge pull request #7252 from cli/aws-cloud-shell-install
  • a4b9d41e Improve Amazon Linux install instructions
  • 991e6806 Merge pull request #7249 from alex-petrov-vt/iss-7235
  • 6e1693ea Merge pull request #7241 from cli/repo-list-owner-test
  • 72f64cc6 Merge pull request #7080 from heaths/issue7055
  • d64c19e8 Merge pull request #7244 from SonicGDX/patch-1
  • f21f1ca4 check SSH key existence before uploading
  • 66706f08 Fix typo in README.md
  • 82662685 Autocomplete branch flags (#6031)
  • d104926c Resolve lint error
  • 3085c39a Specify branch to force exit code
  • 36436cb8 Retry fetching repo from template
  • 1fb12a98 improve test resiliency
  • 852bc003 feat: allow filtering workflow runs by statuses
  • 944df28f repo list: add test for invalid owner error
  • 3b239781 repo sync: clearer error message with actionable hint (#7110)
  • 1f0e5331 fix: throw error for non-existing org / repo with non-zero status in repo list (#7240)
  • 2f0bc867 Merge pull request #7232 from wingkwong/feat/run-view-attempt
  • 0dd8261d refactor: use net/url JoinPath
  • 48ed914d refactor: set the default case first
  • cc554135 fix: change MaximumNArgs from 2 to 1 in run view.go
  • c6a693c4 Add --template flag for issue create and pr create (#7185)
  • 185ebbe6 Add a --fail-fast option to pr checks --watch (#7203)
  • 5a2c24d3 docs: revise GH_CONFIG_DIR content in help_topic.go (#7230)
  • 0fa168b8 feat: add tests for attempt flag
  • a4c77ffd feat: include attempt in getRunLog
  • 897a2aa5 refactor: don't show latest attempt
  • 3796b6d6 feat: append attempt number in returned run url
  • 6c663427 feat: pass latest attempt to RenderRunHeader for watch
  • baaa5c31 feat: add attemptLabel to RenderRunHeader
  • 343e7300 feat: pass attempt to RenderRunHeader
  • 9a0f7916 feat: update GetRun path based on attempt
  • bd0f535d feat: pass 0 to fetch latest attempt
  • 28946956 feat: add attempt flag to run view
  • 82927b0c Merge pull request #7186 from srgk26/trunk
  • 9cf6f77a Merge pull request #7212 from wingkwong/feat/gist-rename
  • c6454064 refactor: revise errMsg in rename_test.go
  • 6854f0f6 refactor: remove unnecessary validations
  • 951d1aaa refactor: use ExactArgs instead of MaximumNArgs
  • 5699daef refactor: change from [] to {}
  • 39805fa9 Properly handle closing files that have been writen to (#7199)
  • 3534cf75 Bump github.com/mattn/go-isatty from 0.0.17 to 0.0.18 (#7217)
  • 3b27e068 feat: gist rename test
  • 9c83723a Merge branch 'trunk' into trunk
  • b705ea94 fix: revise test cases in TestNewCmdRename in rename_test.go
  • 9e1d34f4 feat: add FlagErrorf for missing flag cases
  • eb2da16b feat: TestNewCmdRename for gist rename
  • daf49221 refactor: remove unused code
  • 54de75db feat: add gist rename logic
  • f9d3b71c feat: add gistRenameCmd to gist.go
  • 239a515f Added apt update command to linux install docs.

GitHub CLI nightly 2.25.1-54-gde07febc

01 Apr 07:21
Compare
Choose a tag to compare
Pre-release

Nightly build of the unofficial snap of GitHub CLI.

Changelog

  • de07febc Merge pull request #7246 from vaindil/vaindil/check-ssh-key
  • 7006d3f0 move SSH key errors out of upload function
  • 0e5e7de9 don't parse key bytes twice
  • 97c4efc2 Merge pull request #7252 from cli/aws-cloud-shell-install
  • a4b9d41e Improve Amazon Linux install instructions
  • 991e6806 Merge pull request #7249 from alex-petrov-vt/iss-7235
  • 6e1693ea Merge pull request #7241 from cli/repo-list-owner-test
  • 72f64cc6 Merge pull request #7080 from heaths/issue7055
  • d64c19e8 Merge pull request #7244 from SonicGDX/patch-1
  • f21f1ca4 check SSH key existence before uploading
  • 66706f08 Fix typo in README.md
  • 82662685 Autocomplete branch flags (#6031)
  • d104926c Resolve lint error
  • 3085c39a Specify branch to force exit code
  • 36436cb8 Retry fetching repo from template
  • 1fb12a98 improve test resiliency
  • 852bc003 feat: allow filtering workflow runs by statuses
  • 944df28f repo list: add test for invalid owner error
  • 3b239781 repo sync: clearer error message with actionable hint (#7110)
  • 1f0e5331 fix: throw error for non-existing org / repo with non-zero status in repo list (#7240)
  • 2f0bc867 Merge pull request #7232 from wingkwong/feat/run-view-attempt
  • 0dd8261d refactor: use net/url JoinPath
  • 48ed914d refactor: set the default case first
  • cc554135 fix: change MaximumNArgs from 2 to 1 in run view.go
  • c6a693c4 Add --template flag for issue create and pr create (#7185)
  • 185ebbe6 Add a --fail-fast option to pr checks --watch (#7203)
  • 5a2c24d3 docs: revise GH_CONFIG_DIR content in help_topic.go (#7230)
  • 0fa168b8 feat: add tests for attempt flag
  • a4c77ffd feat: include attempt in getRunLog
  • 897a2aa5 refactor: don't show latest attempt
  • 3796b6d6 feat: append attempt number in returned run url
  • 6c663427 feat: pass latest attempt to RenderRunHeader for watch
  • baaa5c31 feat: add attemptLabel to RenderRunHeader
  • 343e7300 feat: pass attempt to RenderRunHeader
  • 9a0f7916 feat: update GetRun path based on attempt
  • bd0f535d feat: pass 0 to fetch latest attempt
  • 28946956 feat: add attempt flag to run view
  • 82927b0c Merge pull request #7186 from srgk26/trunk
  • 9cf6f77a Merge pull request #7212 from wingkwong/feat/gist-rename
  • c6454064 refactor: revise errMsg in rename_test.go
  • 6854f0f6 refactor: remove unnecessary validations
  • 951d1aaa refactor: use ExactArgs instead of MaximumNArgs
  • 5699daef refactor: change from [] to {}
  • 39805fa9 Properly handle closing files that have been writen to (#7199)
  • 3534cf75 Bump github.com/mattn/go-isatty from 0.0.17 to 0.0.18 (#7217)
  • 3b27e068 feat: gist rename test
  • 9c83723a Merge branch 'trunk' into trunk
  • b705ea94 fix: revise test cases in TestNewCmdRename in rename_test.go
  • 9e1d34f4 feat: add FlagErrorf for missing flag cases
  • eb2da16b feat: TestNewCmdRename for gist rename
  • daf49221 refactor: remove unused code
  • 54de75db feat: add gist rename logic
  • f9d3b71c feat: add gistRenameCmd to gist.go
  • 239a515f Added apt update command to linux install docs.

GitHub CLI nightly 2.25.1-50-g97c4efc2

31 Mar 07:21
Compare
Choose a tag to compare
Pre-release

Nightly build of the unofficial snap of GitHub CLI.

Changelog

  • 97c4efc2 Merge pull request #7252 from cli/aws-cloud-shell-install
  • a4b9d41e Improve Amazon Linux install instructions
  • 991e6806 Merge pull request #7249 from alex-petrov-vt/iss-7235
  • 6e1693ea Merge pull request #7241 from cli/repo-list-owner-test
  • 72f64cc6 Merge pull request #7080 from heaths/issue7055
  • d64c19e8 Merge pull request #7244 from SonicGDX/patch-1
  • 66706f08 Fix typo in README.md
  • 82662685 Autocomplete branch flags (#6031)
  • d104926c Resolve lint error
  • 3085c39a Specify branch to force exit code
  • 36436cb8 Retry fetching repo from template
  • 1fb12a98 improve test resiliency
  • 852bc003 feat: allow filtering workflow runs by statuses
  • 944df28f repo list: add test for invalid owner error
  • 3b239781 repo sync: clearer error message with actionable hint (#7110)
  • 1f0e5331 fix: throw error for non-existing org / repo with non-zero status in repo list (#7240)
  • 2f0bc867 Merge pull request #7232 from wingkwong/feat/run-view-attempt
  • 0dd8261d refactor: use net/url JoinPath
  • 48ed914d refactor: set the default case first
  • cc554135 fix: change MaximumNArgs from 2 to 1 in run view.go
  • c6a693c4 Add --template flag for issue create and pr create (#7185)
  • 185ebbe6 Add a --fail-fast option to pr checks --watch (#7203)
  • 5a2c24d3 docs: revise GH_CONFIG_DIR content in help_topic.go (#7230)
  • 0fa168b8 feat: add tests for attempt flag
  • a4c77ffd feat: include attempt in getRunLog
  • 897a2aa5 refactor: don't show latest attempt
  • 3796b6d6 feat: append attempt number in returned run url
  • 6c663427 feat: pass latest attempt to RenderRunHeader for watch
  • baaa5c31 feat: add attemptLabel to RenderRunHeader
  • 343e7300 feat: pass attempt to RenderRunHeader
  • 9a0f7916 feat: update GetRun path based on attempt
  • bd0f535d feat: pass 0 to fetch latest attempt
  • 28946956 feat: add attempt flag to run view
  • 82927b0c Merge pull request #7186 from srgk26/trunk
  • 9cf6f77a Merge pull request #7212 from wingkwong/feat/gist-rename
  • c6454064 refactor: revise errMsg in rename_test.go
  • 6854f0f6 refactor: remove unnecessary validations
  • 951d1aaa refactor: use ExactArgs instead of MaximumNArgs
  • 5699daef refactor: change from [] to {}
  • 39805fa9 Properly handle closing files that have been writen to (#7199)
  • 3534cf75 Bump github.com/mattn/go-isatty from 0.0.17 to 0.0.18 (#7217)
  • 3b27e068 feat: gist rename test
  • 9c83723a Merge branch 'trunk' into trunk
  • b705ea94 fix: revise test cases in TestNewCmdRename in rename_test.go
  • 9e1d34f4 feat: add FlagErrorf for missing flag cases
  • eb2da16b feat: TestNewCmdRename for gist rename
  • daf49221 refactor: remove unused code
  • 54de75db feat: add gist rename logic
  • f9d3b71c feat: add gistRenameCmd to gist.go
  • 239a515f Added apt update command to linux install docs.

GitHub CLI nightly 2.25.1-48-g991e6806

30 Mar 07:22
Compare
Choose a tag to compare
Pre-release

Nightly build of the unofficial snap of GitHub CLI.

Changelog

  • 991e6806 Merge pull request #7249 from alex-petrov-vt/iss-7235
  • 6e1693ea Merge pull request #7241 from cli/repo-list-owner-test
  • 72f64cc6 Merge pull request #7080 from heaths/issue7055
  • d64c19e8 Merge pull request #7244 from SonicGDX/patch-1
  • 66706f08 Fix typo in README.md
  • 82662685 Autocomplete branch flags (#6031)
  • d104926c Resolve lint error
  • 3085c39a Specify branch to force exit code
  • 36436cb8 Retry fetching repo from template
  • 1fb12a98 improve test resiliency
  • 852bc003 feat: allow filtering workflow runs by statuses
  • 944df28f repo list: add test for invalid owner error
  • 3b239781 repo sync: clearer error message with actionable hint (#7110)
  • 1f0e5331 fix: throw error for non-existing org / repo with non-zero status in repo list (#7240)
  • 2f0bc867 Merge pull request #7232 from wingkwong/feat/run-view-attempt
  • 0dd8261d refactor: use net/url JoinPath
  • 48ed914d refactor: set the default case first
  • cc554135 fix: change MaximumNArgs from 2 to 1 in run view.go
  • c6a693c4 Add --template flag for issue create and pr create (#7185)
  • 185ebbe6 Add a --fail-fast option to pr checks --watch (#7203)
  • 5a2c24d3 docs: revise GH_CONFIG_DIR content in help_topic.go (#7230)
  • 0fa168b8 feat: add tests for attempt flag
  • a4c77ffd feat: include attempt in getRunLog
  • 897a2aa5 refactor: don't show latest attempt
  • 3796b6d6 feat: append attempt number in returned run url
  • 6c663427 feat: pass latest attempt to RenderRunHeader for watch
  • baaa5c31 feat: add attemptLabel to RenderRunHeader
  • 343e7300 feat: pass attempt to RenderRunHeader
  • 9a0f7916 feat: update GetRun path based on attempt
  • bd0f535d feat: pass 0 to fetch latest attempt
  • 28946956 feat: add attempt flag to run view
  • 82927b0c Merge pull request #7186 from srgk26/trunk
  • 9cf6f77a Merge pull request #7212 from wingkwong/feat/gist-rename
  • c6454064 refactor: revise errMsg in rename_test.go
  • 6854f0f6 refactor: remove unnecessary validations
  • 951d1aaa refactor: use ExactArgs instead of MaximumNArgs
  • 5699daef refactor: change from [] to {}
  • 39805fa9 Properly handle closing files that have been writen to (#7199)
  • 3534cf75 Bump github.com/mattn/go-isatty from 0.0.17 to 0.0.18 (#7217)
  • 3b27e068 feat: gist rename test
  • 9c83723a Merge branch 'trunk' into trunk
  • b705ea94 fix: revise test cases in TestNewCmdRename in rename_test.go
  • 9e1d34f4 feat: add FlagErrorf for missing flag cases
  • eb2da16b feat: TestNewCmdRename for gist rename
  • daf49221 refactor: remove unused code
  • 54de75db feat: add gist rename logic
  • f9d3b71c feat: add gistRenameCmd to gist.go
  • 239a515f Added apt update command to linux install docs.

GitHub CLI nightly 2.25.1-36-g3b239781

29 Mar 07:22
Compare
Choose a tag to compare
Pre-release

Nightly build of the unofficial snap of GitHub CLI.

Changelog

  • 3b239781 repo sync: clearer error message with actionable hint (#7110)
  • 1f0e5331 fix: throw error for non-existing org / repo with non-zero status in repo list (#7240)
  • 2f0bc867 Merge pull request #7232 from wingkwong/feat/run-view-attempt
  • 0dd8261d refactor: use net/url JoinPath
  • 48ed914d refactor: set the default case first
  • cc554135 fix: change MaximumNArgs from 2 to 1 in run view.go
  • c6a693c4 Add --template flag for issue create and pr create (#7185)
  • 185ebbe6 Add a --fail-fast option to pr checks --watch (#7203)
  • 5a2c24d3 docs: revise GH_CONFIG_DIR content in help_topic.go (#7230)
  • 0fa168b8 feat: add tests for attempt flag
  • a4c77ffd feat: include attempt in getRunLog
  • 897a2aa5 refactor: don't show latest attempt
  • 3796b6d6 feat: append attempt number in returned run url
  • 6c663427 feat: pass latest attempt to RenderRunHeader for watch
  • baaa5c31 feat: add attemptLabel to RenderRunHeader
  • 343e7300 feat: pass attempt to RenderRunHeader
  • 9a0f7916 feat: update GetRun path based on attempt
  • bd0f535d feat: pass 0 to fetch latest attempt
  • 28946956 feat: add attempt flag to run view
  • 82927b0c Merge pull request #7186 from srgk26/trunk
  • 9cf6f77a Merge pull request #7212 from wingkwong/feat/gist-rename
  • c6454064 refactor: revise errMsg in rename_test.go
  • 6854f0f6 refactor: remove unnecessary validations
  • 951d1aaa refactor: use ExactArgs instead of MaximumNArgs
  • 5699daef refactor: change from [] to {}
  • 39805fa9 Properly handle closing files that have been writen to (#7199)
  • 3534cf75 Bump github.com/mattn/go-isatty from 0.0.17 to 0.0.18 (#7217)
  • 3b27e068 feat: gist rename test
  • 9c83723a Merge branch 'trunk' into trunk
  • b705ea94 fix: revise test cases in TestNewCmdRename in rename_test.go
  • 9e1d34f4 feat: add FlagErrorf for missing flag cases
  • eb2da16b feat: TestNewCmdRename for gist rename
  • daf49221 refactor: remove unused code
  • 54de75db feat: add gist rename logic
  • f9d3b71c feat: add gistRenameCmd to gist.go
  • 239a515f Added apt update command to linux install docs.

GitHub CLI nightly 2.25.1-20-gc6a693c4

28 Mar 07:18
Compare
Choose a tag to compare
Pre-release

Nightly build of the unofficial snap of GitHub CLI.

Changelog

  • c6a693c4 Add --template flag for issue create and pr create (#7185)
  • 185ebbe6 Add a --fail-fast option to pr checks --watch (#7203)
  • 5a2c24d3 docs: revise GH_CONFIG_DIR content in help_topic.go (#7230)
  • 82927b0c Merge pull request #7186 from srgk26/trunk
  • 9cf6f77a Merge pull request #7212 from wingkwong/feat/gist-rename
  • c6454064 refactor: revise errMsg in rename_test.go
  • 6854f0f6 refactor: remove unnecessary validations
  • 951d1aaa refactor: use ExactArgs instead of MaximumNArgs
  • 5699daef refactor: change from [] to {}
  • 39805fa9 Properly handle closing files that have been writen to (#7199)
  • 3534cf75 Bump github.com/mattn/go-isatty from 0.0.17 to 0.0.18 (#7217)
  • 3b27e068 feat: gist rename test
  • 9c83723a Merge branch 'trunk' into trunk
  • b705ea94 fix: revise test cases in TestNewCmdRename in rename_test.go
  • 9e1d34f4 feat: add FlagErrorf for missing flag cases
  • eb2da16b feat: TestNewCmdRename for gist rename
  • daf49221 refactor: remove unused code
  • 54de75db feat: add gist rename logic
  • f9d3b71c feat: add gistRenameCmd to gist.go
  • 239a515f Added apt update command to linux install docs.