Commit graph

3132 commits

Author SHA1 Message Date
Arun
eebef99b1c
Document clear flag in long form help as well 2023-09-29 11:56:19 -07:00
Arun
9d81ca0e44
Add clear flag usage example 2023-09-29 11:54:26 -07:00
Arun
6f6e179c49
Move field value flag and clear flag exclusivity one level higher up to RunE 2023-09-29 11:54:14 -07:00
Arun Sathiya
cfe055c29e
Merge branch 'trunk' into new/7962-clear-flag-to-remove-field-value 2023-09-19 20:11:12 -07:00
Arun
31fd8dfc45
Tests for the new clear flag 2023-09-19 19:57:25 -07:00
Arun
dde84c27a3
Driveby unrelated update: when both field ID and project ID are missing, specify that it's necessary to update the field value 2023-09-19 19:04:43 -07:00
Arun
55b41d8fa6
Introduce clear flag on 'project item-edit' command to remove field value 2023-09-19 19:03:57 -07:00
Sam Coe
94fbbdf9b5
Cleanup release create around new --notes-from-tag flag (#8016) 2023-09-19 08:26:52 +00:00
Keith Bailey
97755c6bf0
Document when gh auth login writes oauth token to plain text (#7781) 2023-09-18 11:34:13 +02:00
Andy Feller
abc282d3f2
Merge branch 'trunk' into git-tag-release-notes 2023-09-13 08:19:15 -04:00
Keith Bailey
f02cbf36d1
Merge branch 'git-tag-release-notes' of github.com:kbailey4444/cli into git-tag-release-notes 2023-09-12 21:36:39 -04:00
Josh Gross
c5f88bb551
Show full permissions URL in gh cs create (#7983)
* Show full permissions URL in `gh cs create`

* Validate that full permissions URL is displayed
2023-09-12 10:12:53 -07:00
Andy Feller
28746d8f60
Merge branch 'trunk' into git-tag-release-notes 2023-09-12 08:10:53 -04:00
Keith Bailey
be41a9bd20
moved remoteTagExists under if NotesFromTag exists and added three tests 2023-09-11 14:17:49 -04:00
Nick Alteen
7e7391bf88
Clarify list repo behavior (#7964)
Co-authored-by: William Martin <williammartin@github.com>
2023-09-11 17:28:14 +02:00
Keith Bailey
9f68a49304
Merge branch 'cli:trunk' into git-tag-release-notes 2023-09-07 17:31:20 -04:00
Keming
ba60f89f42
Delete local tag when running gh release delete --cleanup-tag (#7884) 2023-09-07 12:04:15 +00:00
Jun Nishimura
925473eeb1
Add --all flag to alias delete command (#7900) 2023-09-07 10:56:44 +00:00
Harvey Sanders
4ccc6ed03b
Merge branch 'trunk' into 7771-list-all-run-jobs 2023-09-05 11:39:23 -04:00
Harvey Sanders
6f0f5a89e2 Use consistent variable naming 2023-09-05 11:36:33 -04:00
Robert Estelle
b91cfd8484
gh status: show status even if a comment 404s (#7873) 2023-09-05 04:34:44 +02:00
Ariel Deitcher
52a2a72210
rename template to mark-template cmd (#7923) 2023-09-05 03:58:07 +02:00
Harvey Sanders
e96fe1d007
Merge branch 'trunk' into 7771-list-all-run-jobs 2023-09-03 20:39:27 -04:00
Harvey Sanders
137da73642 Simplify mock jobs response 2023-09-03 20:32:41 -04:00
Harvey Sanders
d5d10a6f38 Use "Link" header for pagination completion check 2023-09-03 20:32:08 -04:00
Harvey Sanders
acc362f9d8 Fix pagination resp with "Link" header 2023-09-03 19:55:27 -04:00
Harvey Sanders
a4547481d6 Refactor GetJobs to use RESTWithNext 2023-09-02 01:01:29 -04:00
Andy Feller
d4f3695a09
Merge branch 'trunk' into mntlty/project_template 2023-08-31 15:18:23 -04:00
Harvey Sanders
656d83848b Merge branch 'trunk' of github.com:cli/cli into 7771-list-all-run-jobs
* 'trunk' of github.com:cli/cli:
  Add JSON output flags to workflow list command (#7902)
  Add config clear-cache command (#7693)
  Allow --disable-wiki flag with --template flag in repo create command (#7886)
  Reword token invalid message (#7906)
  🐛 (repo create)execute clone when readme option is enabled (#7837)
  Use go-gh prompter package (#7896)
  pr checks return distinct exit code for PENDING checks (#7866)
  Properly rename remote for GHES hosts (#7890)
  Add verbose flag to api cmd (#7826)
  Fix up Nix installation instructions (#7891)
2023-08-31 09:34:47 -04:00
Raj Hawaldar
330ad32c31
Add JSON output flags to workflow list command (#7902) 2023-08-30 20:19:18 +00:00
Ariel Deitcher
1fef870916 fix tests 2023-08-30 09:55:58 -07:00
Ariel Deitcher
f5d5e2ed1b no other descriptions have a period 2023-08-30 09:48:17 -07:00
Ariel Deitcher
a94240e1e0 mark and unmark project as template 2023-08-30 09:00:24 -07:00
ffalor
7c2e5fd595
Add config clear-cache command (#7693) 2023-08-30 15:19:09 +00:00
Yuto
f8bf602ecd
Allow --disable-wiki flag with --template flag in repo create command (#7886) 2023-08-29 22:52:57 +00:00
Kousik Mitra
6fc6b87484
Reword token invalid message (#7906) 2023-08-28 15:12:28 -05:00
Shion Ichikawa
a5400effd8
🐛 (repo create)execute clone when readme option is enabled (#7837)
* 🐛 (repo create)execute clone when readme option is enabled

*  (repo/create)noninteractive clone with readme

* 🔥 (repo/create)remove printing statement
2023-08-28 14:09:02 +00:00
Sam Coe
8016244dbb
Use go-gh prompter package (#7896) 2023-08-28 08:08:43 -05:00
Raj Hawaldar
9fc571499f
pr checks return distinct exit code for PENDING checks (#7866) 2023-08-25 10:30:45 -07:00
Sam Coe
6f618b522c
Properly rename remote for GHES hosts (#7890) 2023-08-25 10:01:26 -07:00
Jun Nishimura
508065b72d
Add verbose flag to api cmd (#7826) 2023-08-25 09:37:37 -07:00
Keith Bailey
02034af28d
Merge branch 'trunk' into git-tag-release-notes 2023-08-21 16:40:39 -04:00
Harvey Sanders
44e1efc221 Fetch all jobs on a gh view run --json 2023-08-21 10:29:58 -04:00
Keith Bailey
f43861201d
Merge branch 'trunk' into git-tag-release-notes 2023-08-18 00:18:28 -04:00
Keith Bailey
5ccfbe9d7e
Add gh release create [<tag>] --notes-from-tag
Generates release notes from an annotated git tag noninteractively.
Fixes #6718
2023-08-17 23:17:29 -04:00
Nate Smith
3a5d47b88e linter appeasement 2023-08-17 17:40:10 -05:00
Nate Smith
79f789b209 delete prompt package 2023-08-17 17:40:10 -05:00
Nate Smith
13a4ebf4db prompter for milestone 2023-08-17 17:40:10 -05:00
Nate Smith
00c25a8d62 prompter for projects 2023-08-17 17:40:10 -05:00
Nate Smith
81cbf5e9b6 use prompter for labels 2023-08-17 17:40:10 -05:00