The idea is:
Add an option to edit credential ID for the specified credential
My use case:
That’s one relevant for the setup’s with more than one development stage (e.g. DEV and PROD stages). Currently when I’m developing something in the DEV stage, testing how it works and then pasting the workflows into the PROD stage, I have to manually set all the nodes with the proper credentials).
The idea is to have the same ID for each credential but with different tokens and passwords. So that when I’m copying the nodes from DEV stage, they use proper credential in the PROD stage automatically (but there is still be need to set the IDs to match both stages).
I’ve figured out that I can manually set the credential ID within the CLI import command, but that’s not very convenient to use (as I still need to replace the token/password info there) and works mostly for new credentials