This section provides a simple, step-by-step guide to help you install tryEnv and start using it right away. By following these instructions, you’ll be able to set up tryEnv and create and manage your environment variables.
In your tryEnv project folder, three files will be created automatically to organize and store your variables based on the environment:
Preview Variables File:
Store variables specific to the preview phase here, such as those used in testing or review.
Development Variables File:
Place all development-related environment variables in this file, which are only needed during development.
Production Variables File:
Keep variables needed for the production environment here, ensuring they remain organized and separate from other phases.
Each of these files helps you categorize your environment variables, and store them accordingly and tryEnv automatically encrypts and stores them securely in a JSON file within your GitHub account inside a repository named - “tryEnv-Backup”.