This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-04-28
Channels
- # asami (13)
- # babashka (6)
- # beginners (38)
- # calva (14)
- # cider (15)
- # circleci (13)
- # clj-kondo (4)
- # cljsrn (18)
- # clojure (164)
- # clojure-bay-area (3)
- # clojure-europe (46)
- # clojure-italy (8)
- # clojure-losangeles (3)
- # clojure-norway (3)
- # clojure-sweden (24)
- # clojure-uk (115)
- # clojurescript (79)
- # cursive (11)
- # datomic (24)
- # docker (2)
- # events (9)
- # figwheel-main (31)
- # fulcro (5)
- # honeysql (6)
- # jackdaw (7)
- # jobs (3)
- # jobs-discuss (16)
- # joker (1)
- # kaocha (6)
- # keechma (1)
- # lein-figwheel (1)
- # malli (6)
- # pathom (10)
- # podcasts-discuss (13)
- # practicalli (3)
- # react (4)
- # reagent (3)
- # reitit (8)
- # remote-jobs (3)
- # shadow-cljs (21)
- # sql (12)
- # tools-deps (20)
- # xtdb (24)
there’s a port for rebel readline for babashka?
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