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

feat: modified registy update command #88

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

Conversation

Althaf66
Copy link
Collaborator

@Althaf66 Althaf66 commented May 28, 2024

This fixes #87

Registry values where shown in the input field so, user have easier to update the values in the registry. This fuctionality present in the Web UI

if err != nil {
log.Errorf("failed to update registry: %v", err)
}
},
}

flags := cmd.Flags()
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution! Could you please add back the below flags? They're crucial for automation and scripting processes, and their absence could potentially disrupt CI/CD pipelines.

Thanks.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. I will add those flags.

@amands98
Copy link
Collaborator

heads up: merge conflicts

@bupd
Copy link
Collaborator

bupd commented Oct 20, 2024

@Althaf66 merge conflicts.

otherwise, LGTM 🙌

@bupd bupd added the enhancement New feature or request label Oct 20, 2024
@Vad1mo
Copy link
Member

Vad1mo commented Oct 29, 2024

update with empty id and secret shoould work

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

Successfully merging this pull request may close these issues.

fix: input field are empty for update registry
4 participants