#bash #profile #env

app betterops

Helper CLI for managing multiple bash env "profiles"

2 releases

0.1.1 Jan 21, 2021
0.1.0 Jan 21, 2021

#97 in #profile

MIT license

10KB
209 lines

Better Ops

A badly written (for now) cli helper to manage multiple well-defined bash profiles, written in a single night self-hackathon.

Usage

Installation

cargo install betterops

FAQs

Could you use bash aliases to accomplish the same functionality?

Yup.

Where are my profile configurations stored at?

Most likely ~/.betterops.

What should I do if I want to use sensitive environment variables for my profile

Preferably, you should only use command types for sensitive values, and either retrieve temporary credentials dynamically, or cat the values from a secret file.

Dependencies

~1–1.7MB
~31K SLoC