Code Monkey home page Code Monkey logo

envault's Introduction

Hello! Pratish here.

๐Ÿ’ป Software Engineer
๐Ÿ’ผ Currently working at @Bounce
โšก Leading engineering teams to build awesome products
๐Ÿ”ง Current Tools: Typescript, React, Node.js, Docker, AWS

Find me on:

Twitter Instagram LinkedIn

envault's People

Contributors

chumlung avatar dibeshmsshrestha avatar maskeynihal avatar praneen avatar pratishshr avatar rabingaire avatar razzkumar avatar squgeim avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

envault's Issues

Release arm64 binaries

Right now the curl script won't work in arm machines. Starting with go1.16 --> darwin/arm64 platform is supported. With the new goreleaser arm64 binaries will be built by default.

I had to fork the repo and run goreleaser myself to get the arm binary that works on my M1 mac. No configuration changes were required for goreleaser.

Add a config file maybe `envault.json` and make it project specific.

Add a feature to init a configuration file.

$ envault init

This creates a configuration file in the project directory as envault.json.
If envault is run from the directory containing envault.json, it loads the configuration from there.

Configuration might include the secrets path of deployment stages.
Something like,

{
  "stages": {
     "dev" : "/path/to/dev",
     "prod": "/path/to/prod"
   }
}

And run envault as

$ envault list --dev
$ envault run 'yarn build' --prod

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.