The register command now updates the client if the client already exists (specifically the reply URLs)
A delete command is added that deletes the specified client
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/ysoftdevs/dexregistrar/pull/1
**Author:** [@salatamartin](https://github.com/salatamartin)
**Created:** 8/5/2021
**Status:** ✅ Merged
**Merged:** 8/5/2021
**Merged by:** [@salatamartin](https://github.com/salatamartin)
**Base:** `master` ← **Head:** `feature/unregister`
---
### 📝 Commits (3)
- [`173b8a2`](https://github.com/ysoftdevs/dexregistrar/commit/173b8a2d524a9ddf840a01b7407d8e7f6582c65d) Update the client if it already exists
- [`6635687`](https://github.com/ysoftdevs/dexregistrar/commit/6635687d7ae251f358a961640707d73b08bd1c4f) Add a delete client command
- [`bc748d2`](https://github.com/ysoftdevs/dexregistrar/commit/bc748d23db3be7e0ab37c52609e5bc0367d3ca83) Bump version to 1.1
### 📊 Changes
**2 files changed** (+56 additions, -16 deletions)
<details>
<summary>View changed files</summary>
📝 `VERSION` (+1 -1)
📝 `cmd/register.go` (+55 -15)
</details>
### 📄 Description
The changes in this PR include
- The register command now updates the client if the client already exists (specifically the reply URLs)
- A `delete` command is added that deletes the specified client
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/ysoftdevs/dexregistrar/pull/1
Author: @salatamartin
Created: 8/5/2021
Status: ✅ Merged
Merged: 8/5/2021
Merged by: @salatamartin
Base:
master← Head:feature/unregister📝 Commits (3)
173b8a2Update the client if it already exists6635687Add a delete client commandbc748d2Bump version to 1.1📊 Changes
2 files changed (+56 additions, -16 deletions)
View changed files
📝
VERSION(+1 -1)📝
cmd/register.go(+55 -15)📄 Description
The changes in this PR include
deletecommand is added that deletes the specified client🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.