Documentation for `bash` and other similar commands
matthewhively opened this issue · 0 comments
matthewhively commented
chef-web-docs/data/infra/resources/bash.yaml
Lines 50 to 64 in 7ec349e
Its not clear how code
interacts with command
attributes if at all.
It appears that bash
is a wrapper around script
and script
inherits attributes from the more generic execute
resource.
- Is
command
inherited from higher scope resource? Or is it overridden to act differently bybash
specifcally? - if
code
is required, what different purpose doescommand
serve? - if this is just a wrapper around the more generic
script
perhaps this should be stated clearly and make references toscript
instead ofexecute
resource?