A cli tool to manage scripts as a set of subcommands
tome-cli is a command-line tool that allows you to manage scripts as a set of subcommands.
It succeeds sub and tome as a third generation that borrows much of it's design from those projects.
It provides a convenient way to organize and execute scripts within a project. By loading the context of the full git repository, tome-cli enables you to access and execute scripts specific to your project. It leverages the power of Cobra, a CLI library for Go, to provide a user-friendly and efficient command-line interface. For more information and usage examples, please refer to the documentation and examples provided in the repository.
tome-cli [flags]
-d, --debug debug logs
-e, --executable string executable name
-h, --help help for tome-cli
-r, --root string root directory containing scripts (default ".")
- tome-cli alias - Create an alias wrapper for tome-cli
- tome-cli completion - Generate completion script
- tome-cli exec - executes a script from tome root
- tome-cli help - help displays the usage and help text for a script