CLI application credential store?

Hello, I was looking just a little bit at the documentation for the CLI program and it got me thinking. Is it viable to store credentials in Bitwarden that my custom-programmed applications could access? For instance, if I had credentials for SQL Server and wanted them secured in the vault, I could have my programs ask for the credentials instead of storing them in a file or hard-coding them. That way any password changes only need to be updated once for all programs. I realize that I’ll have to store the credentials to the vault instead, and that this could just be trading one security issue for another, but I was more interested in the viability of this solution at the moment.

Thanks.

Yes, that is why we have the CLI. You would have to write the script to interface the two, using the CLI.

Awesome, thanks!