👋
Love the library, as it reduces the amount of work we do in the UI and allows us a nice paper-trail for teams changing.
We have teams which are parented under an umbrella team for permissions reasons. When a new team is created via the script it'd be nice if we wouldn't have to go update the team to use the right parent team.
As far as implementation goes I think you'd need to:
- Check if the team is in the metadata and needs creating and create it first
- Otherwise check if it exists (and error if it doesn't)
This does introduce an ordering in how teams are created, but that should be relatively easy to code.
Thanks!
👋
Love the library, as it reduces the amount of work we do in the UI and allows us a nice paper-trail for teams changing.
We have teams which are parented under an umbrella team for permissions reasons. When a new team is created via the script it'd be nice if we wouldn't have to go update the team to use the right parent team.
As far as implementation goes I think you'd need to:
This does introduce an ordering in how teams are created, but that should be relatively easy to code.
Thanks!