keyshade-xyz / keyshade

Realtime secret and configuration management tool, with the best in class security and seamless integration support
https://keyshade.xyz
Mozilla Public License 2.0
118 stars 55 forks source link

CLI: Create a function to validate the fields #291

Open rajdip-b opened 5 days ago

rajdip-b commented 5 days ago

Description

Our CLI blindly trusts the user input. We would like to put some validation in the following places:

Solution

We would like to use zod for this.