Allow storing credentials in a credential store
AdminCLI doesn't currently have a way to store credentials.
It can read them from postman env files, env variables or via command line. However all of these methods essentially require storing credentials in plain-text which may not be appropriate for all environments. A real security solution is needed.
Please add support for:
- Mac Keychain
- Windows Credential Manager aka Credential Locker