Commit graph

5 commits

Author SHA1 Message Date
Andy Feller
c088951944 Fix host handling in variable and secret delete
This change updates `gh variable delete` and `gh secret delete` to use the host associated with the repository rather than the default host.  Along with these changes is minor refactoring of the tests to ensure appropriate Dotcom vs GHES targeting works as expected.

Minor edit to `gh variable get` testing to simplify some conditional logic in test setup.
2024-08-02 15:11:22 -04:00
William Martin
1d38230675
Move config interfaces into gh package (#9060) 2024-05-10 10:39:36 +02:00
rsteube
1fc98f6808
variable: fix listing and deleting variables in an environment (#7207)
Co-authored-by: Mislav Marohnić <mislav@github.com>
2023-03-21 11:46:50 +00:00
Sam Coe
41a457136e
Tech debt cleanup for variable and secret commands (#7151) 2023-03-15 01:03:56 +00:00
Anupam Kumar
e5a0b1fe34
Add variable delete command (#6929) 2023-03-13 03:41:55 +00:00