there’s a port for rebel readline for babashka?
@d.ian.b Not aware of any such thing
Hmm.. I would like to send to shell command list of capabilities: Something like:
sam deploy --template-file blabla --stack-name blabla --region some-region --capabilities CAPABILITY1 CAPABILITY2
I've tried:
(shell "sam" "deploy"
"--template-file" blabla
"--stack-name" blabla
"--region" blabla
(when CAPABILITIES
"--capabilities")
CAPABILITIES)
Where CAPABILITIES is: "CAPABILITY1 CAPABILITY2".
How can I splice those arguments?Ok I know.
Just use apply 😄
sharing in case someone wants to work on this: https://twitter.com/avidrucker/status/1387443656144130053