-
Notifications
You must be signed in to change notification settings - Fork 1
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 list passwords command #1
base: main
Are you sure you want to change the base?
Conversation
jochen42
commented
Jun 29, 2023
- removed the local copy of proto-files
- added proto-files via go.mod
- add the password list command
} | ||
|
||
func listPasswordsAction(c *cli.Context) error { | ||
|
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.
Empty line(s) could be omitted.
@@ -35,4 +29,4 @@ build: generate fmt vet ## Build manager binary. | |||
|
|||
.PHONY: clean | |||
clean: | |||
@rm -rf bin/ pkg/protos/*.pb.go | |||
@rm -rf bin/ |
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 the build
command depends on generate
previously, it should also be modified.
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.
Hi, thanks for the PR! To be honest, I haven't worked on dexctl
for quite a while, so I quite appreciate that someone has made a pull request. I have some tasks related to Dex again currently, so I may continue to pay attention to this repository.
Here are some comments for the PR, please have a look at it. Once again, thanks a lot :)