#well I do have one off the bat, we're

1 messages ยท Page 1 of 1 (latest)

strange echo
#

You can surely accomplish this in Dagger. As you correctly pointed out,your Dagger functions can't automatically access your host's variables as part of the Dagger sandboxing model requires all the arguments to your functions to be explicit. So, what you need to do to achieve what you need in this case is pass whatever env variables your function requires. For example dagger call myfunction --my-env $ENVand then use that within your function

strange echo
twilit fiber
#

thanks, i'll play around with some hello world stuff first ๐Ÿ™‚

strange echo
twilit fiber
#

how mature is the java/kotlin SDK?

strange echo