betterops

Crates.iobetterops
lib.rsbetterops
version0.1.1
sourcesrc
created_at2021-01-21 02:42:17.685031
updated_at2021-01-21 03:53:45.387407
descriptionHelper CLI for managing multiple bash env "profiles"
homepagehttps://github.com/KnightNiwrem/betterops
repositoryhttps://github.com/KnightNiwrem/betterops
max_upload_size
id344715
size19,006
(KnightNiwrem)

documentation

README

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.

Commit count: 6

cargo fmt