⭐ Give us a star to support the project
BYO CLI is a developer productivity tool. It helps developers organize commands, run repeatable workflows, and manage local secrets.
⚡ Stay in the Zone Run saved commands right away without leaving your terminal.
🧠 Less Friction, More Focus Save the details once so you do not have to remember flags or search old notes.
🔐 Tailored to Your Stack Keep your commands, settings, and secrets organized around the way you work.
🚀 Your Workflow, Your Rules Build custom automations that match how you actually work. BYO adapts to you, not the other way around.
- .NET SDK 10 (https://dotnet.microsoft.com/en-us/download/dotnet/10.0)
dotnet tool install --global byo --version 0.0.1-g19f405295cbyo --helpIf the package is not published yet, clone this repo and run from source:
dotnet build dotnet run --project src/SoftwareWorker.BYO.CLI -- --help
byo --helpbyo run --helpbyo commands --helpbyo settings --helpbyo secrets --helpbyo workflows --help
Use run to select and execute saved commands/workflows interactively.
- Run and choose target interactively:
byo run --interactive- Run commands only:
byo run --target command- Run workflows only:
byo run --target workflowWe welcome contributions from developers, platform engineers, and DevOps practitioners.
- Fork the repo
- Create a branch (
feature/your-idea) - Make your changes
- Open a pull request
Please include a clear description of the problem, your solution, and examples when applicable.
- 🐞 Report bugs and request features in Issues
- 💬 Share ideas in Discussions
This project is licensed under the MIT License.