-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Db/deprecate groups #198
Db/deprecate groups #198
Conversation
Codecov Report
@@ Coverage Diff @@
## main #198 +/- ##
=====================================
Coverage 6.22% 6.22%
=====================================
Files 5 5
Lines 257 257
=====================================
Hits 16 16
Misses 241 241 |
src/cmd/group.go
Outdated
Use: "group", | ||
Aliases: []string{"groups"}, | ||
Short: "Imports groups from a CSV", | ||
Deprecated: `Please convert all Groups into Teams. See https://docs.opslevel.com/docs/groups`, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since you removed the create and update functionality - should we also remove the "import" functionality?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm thinking that customers might use this to get a snapshot of their current Groups so that they can know what's left to convert to Teams
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removing per offline discussion
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - just 1 question but otherwise good to ship.
Issues
#132
Changelog
Deprecate
group
commands in favor of Team hierarchies.group create
andgroup update
are no-ops. The othergroup
commands direct devs to the docs and to use Teams.changie
entryTophatting