This project provides a command-line interface (CLI) for managing Firebase environment variables. It's built with Node.js and uses the Firebase CLI.
- Node.js: An open-source, cross-platform, JavaScript runtime environment that executes JavaScript code outside a web browser.
- Firebase CLI: A command-line tool that provides a variety of Firebase features.
- Set environment variables
- Unset environment variables
- Clone this repository.
- Navigate to the project directory.
- Install the dependencies by running
npm install
.
Run the CLI with the following command: node ./src/main.js
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.