Coder Social home page Coder Social logo

mi's Introduction

Mi CLI

This is a simple CLI to make encrypting/decrypting projects secrets that are safely stored in Konbini among other features such as registering to Konbini, viewing all your bentos, etc... For all the available commands read Command List

Getting Started

Method 1: Download from releases

# Change the variables as needed
curl -L -o mi https://github.com/juancwu/mi/releases/download/$VERSION/mi-$OS-$ARCH

# Make downloaded binary an executable
chmod +x mi

# Move executable to bin
sudo mv mi /usr/bin

Method 2: Build Locally

You will need to have Go installed in your local machine.

# Clone the repo and cd into the repo
git clone [email protected]:juancwu/mi.git

# Build
go build -o mi .

# Move executable to bin
sudo mv mi /usr/bin

You can remove the repository if you want to.

Command List

Use mi [command] --help for more information about a specific command.

Command Description
mi auth signup Use to register and unlock the features of Konbini.
mi bento prepare <bento-name> Fills a bento with the key value pairs in the given env file.
mi bento fill <path-to-env-file> Fills a bento with the key value pairs in the given env file.

mi's People

Contributors

juancwu avatar

Watchers

Lucian avatar  avatar  avatar

mi's Issues

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.