ahoy
ahoy copied to clipboard
Create self-documenting cli programs from YAML files. Easily wrap bash, grunt, npm, docker, (anything) to standardize your processes and make the lives of the people working on your project better.
`init` should check for an existing .ahoy.yml file and prompt for overwrite before doing so.
While things are fixed in the repo, there needs to be a new push to readthedocs here https://ahoy-cli.readthedocs.io/en/latest/ to actually update the image.
I try to load a custom yml file, but any time I got this "[fatal] Missing flag or argument." Searching the codebase, I cant find any help information for this,...
Hi! It's really nice, when you have an idea about a tool and actually find, that somebody already created it 😄 Thank you! I'm not sure if this is the...
I want to reference something on the local file system in a docker exec command. If I was in the root folder (where .ahoy.yml file is) then I should be...
Allow people to create args and flags in the yaml file so that: - Args would be required (don't run commands without them, and display a reason) - Help text...
Instead of wrapping smartly (in a table like fashion), lines wrap to the beginning of the next line. Not a biggie, but it can be hard to read. I've seen...
It would be awesome if bash-completion could be redirected down into the subprocess. Example command: ``` Yaml commands: complete: cmd: git ``` When I type `ahoy complete `, I get...