Giter Site home page Giter Site logo

k1nxz / envshare-cli Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 0.0 53 KB

A CLI to share your environment variables with your team quickly.

Home Page: https://www.npmjs.com/package/envshare-cli

License: MIT License

TypeScript 29.51% JavaScript 70.49%
cli environment environment-variables share envshare developer-tools development-tools

envshare-cli's Introduction

EnvShare-CLI

EnvShare-CLI is a command-line tool that allows you to securely share and fetch environment variable files with your team. It is build on top of EnvShare.dev - Github. It uses encryption to protect sensitive data and provides a convenient way to share and access environment variables.

Installation

To install EnvShare-CLI, you can use npm. Make sure you have Node.js installed on your system.

npm install -g envshare-cli

or run directly with

npx envshare-cli@latest

Usage

Sharing an Environment File

To share an environment file, use the share command.

npx envshare-cli@latest share

This command will prompt you to select an environment file (if multiple are available) and then upload it securely. You can specify optional TTL (Time to Live in seconds) and number of reads using the -t and -r options, respectively.

After sharing an environment file, EnvShare-CLI provides an option to copy the ID or the fetch command to your clipboard for easy sharing with others.

Fetching an Environment File

To fetch an environment file, use the fetch command and provide the ID of the file you want to retrieve.

npx envshare-cli@latest fetch <ID>

You can also specify an output file using the -o option:bash

npx envshare-cli@latest fetch <ID> -o <output-file>;

EnvShare-CLI uses encryption to protect your environment files during transmission.

Contributing

Feel free to contribute to this project by creating issues or submitting pull requests on the GitHub repository.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Author

Name: Angelo Walczak
Email: [email protected]
GitHub: https://github.com/K1NXZ

Additional Information

For more information and updates, visit the GitHub repository.

Thank you for using envshare! We hope it simplifies the process of sharing and accessing environment files within your team.

envshare-cli's People

Contributors

k1nxz avatar

Stargazers

 avatar Simon Oczadly avatar Admir Šaheta avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.