cli/pkg/cmd/label
Andy Feller 3eca268a7f Introduce color_labels support, update commands
This commit implements the actual changes around configuration setting / environment variable logic for displaying labels using their RGB hex color code in terminals with truecolor support.

One of the subtler changes in this commit is renaming generic ColorScheme.HexToRGB logic to render truecolor to ColorScheme.Label as this feature was being used exclusively for labels.  This is due to confusion about introducing the new `color_labels` config on top of generic coloring logic.
2025-04-02 18:24:20 -04:00
..
clone.go Inconsistent format of examples in help text 2025-02-27 16:26:25 +05:00
clone_test.go chore: typo hunting ft. codespell 2022-07-09 21:41:09 -05:00
create.go Inconsistent format of examples in help text 2025-02-27 16:26:25 +05:00
create_test.go Replace ioutil with io and os (#5498) 2022-04-26 13:07:44 +02:00
delete.go Rename --confirm flag to --yes for various destructive commands (#6915) 2023-01-26 12:48:21 +01:00
delete_test.go Rename --confirm flag to --yes for various destructive commands (#6915) 2023-01-26 12:48:21 +01:00
edit.go Inconsistent format of examples in help text 2025-02-27 16:26:25 +05:00
edit_test.go Add label edit command (#5519) 2022-04-26 09:43:07 +00:00
http.go Fix label clone to pass orderBy (#5675) 2022-05-23 08:32:11 +02:00
http_test.go Add label list sorting and delete command (#5503) 2022-05-03 07:31:18 +00:00
label.go Add label list sorting and delete command (#5503) 2022-05-03 07:31:18 +00:00
list.go Introduce color_labels support, update commands 2025-04-02 18:24:20 -04:00
list_test.go Remove trailing whitespace 2025-02-13 11:06:27 +05:00
shared.go Add json export flags to variable list command (#8516) 2024-01-17 10:09:09 -08:00