You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I do a pscale password delete I would expect to be able to pass a name instead of an ID to delete the password.
Currently I have to fetch the ID first to be able to do this. Even the CI/CD helper scripts is doing workarounds to to this. Since the display name is unique it should be possible to add this by adding for example a new flag --name, and if It is set delete by it.
The text was updated successfully, but these errors were encountered:
When I do a
pscale password delete
I would expect to be able to pass a name instead of an ID to delete the password.Currently I have to fetch the ID first to be able to do this. Even the CI/CD helper scripts is doing workarounds to to this. Since the display name is unique it should be possible to add this by adding for example a new flag
--name
, and if It is set delete by it.The text was updated successfully, but these errors were encountered: