rootbid / confini

Configuration management for automated workflows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Confini

A CLI application allowing secure and efficient storage, management of credentials (username & password) in a conf.ini file. Supported shells: Command Prompt, Powershell

Usage

  1. Initialize a conf.ini file configstore init

  2. Add a credential set to conf.ini file configstore add

  3. Edit/Update a credential set in a conf.ini file configstore edit

  4. Remove a credential set from a conf.ini file configstore delete

TODO

  • Add passphrase verification
  • Enable support for linux shells
  • Update crypto

Contribute

There are many ways in which you can participate in the project, for example:

  • Submit bugs and feature requests, and help me verify as they are checked in
  • Review source code changes
  • Review the documentation

If you are interested in fixing issues and contributing directly to the code base, please feel free to raise a PR.

About

Configuration management for automated workflows


Languages

Language:Rust 93.9%Language:Python 6.1%