Closed Yhlong00 closed 2 months ago
Currently, running runpodctl config --apiKey xxx creates a new key and appends it to the pubKey field each time.
runpodctl config --apiKey xxx
pubKey
Change: Modify the behavior so that a key is only created if it doesn’t already exist in the database.
Build package locally and run command config --apiKey xxx
config --apiKey xxx
E-1654: Only Add Key If It Doesn’t Already Exist in the Database
Description
Currently, running
runpodctl config --apiKey xxx
creates a new key and appends it to thepubKey
field each time.Change: Modify the behavior so that a key is only created if it doesn’t already exist in the database.
How do I test it?
Build package locally and run command
config --apiKey xxx