rake icon indicating copy to clipboard operation
rake copied to clipboard

Add safe invocation CLI syntax

Open casperisfine opened this issue 4 years ago • 0 comments

Example: rake may:or:maynot:exist?

Such syntax is useful for projects like buildpacks and other automated CI/CD tools.

It would allow these tools to very easily invoke a taskif it exists, without failing if it doesn't.

@hsbt is this a feature that could be acceptable?

Also cc @schneems, since as maintainer of https://github.com/heroku/heroku-buildpack-ruby I suspect such feature could be useful.

casperisfine avatar Feb 09 '21 14:02 casperisfine