#is posible to use something like:
1 messages · Page 1 of 1 (latest)
could you describe more what you're trying to do?
Indeed, with the latest version of dagger, you can decorate a function with @func() in typescript or @function in python, and it will be callable from the cli, just like with Task. For example, if you decorate async foo() with @func(), you can run dagger call foo