-
Notifications
You must be signed in to change notification settings - Fork 55
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
Add organizations CRUD [CLI-189] #325
Conversation
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.
great job. I left a comment reg mocks, other than that
internal/auth0/organization.go
Outdated
@@ -0,0 +1,32 @@ | |||
//go:generate mockgen -source=organization.go -destination=organization_mock.go -package=auth0 |
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.
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.
Done in edcbfb8
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.
thanks 🙇🏼
Description
This PR adds the following commands:
auth0 orgs list
auth0 orgs show
auth0 orgs create
auth0 orgs update
auth0 orgs delete
auth0 orgs open
Testing
Checklist
master