2 releases
0.1.1 | Jan 21, 2021 |
---|---|
0.1.0 | Jan 21, 2021 |
#105 in #profile
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
~2.1–3MB
~53K SLoC