Skip to content
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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

jochen42
Copy link

  • removed the local copy of proto-files
  • added proto-files via go.mod
  • add the password list command

}

func listPasswordsAction(c *cli.Context) error {

Copy link
Owner

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/
Copy link
Owner

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.

Copy link
Owner

@rudeigerc rudeigerc left a 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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants