You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19-29Lines changed: 19 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,18 @@
2
2
All notable changes to this project will be documented in this file.
3
3
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
-
and is generated by [Changie](https://github.com/miniscruff/changie).
5
+
and is generated by [Changie](https://github.com/miniscruff/changie).## [July 08, 2022]((https://github.com/OpsLevel/cli/compare/v2022.06.09...v2022.07.07))
6
+
### Feature
7
+
- Add ability to get a service's tag
8
+
- Add flag `--assign` to `create service tag` to use `tagAssign` mutation instead of `tagCreate`
9
+
- Add command `delete service tag`
10
+
- Add functionality to `get service tag` to list all the tags
11
+
- upgrade to go 1.18
12
+
### Refactor
13
+
-`create service tag` usage signature changed to make it easier to work with
0 commit comments