#Shell status
1 messages · Page 1 of 1 (latest)
Last time I played around with it there were no variables, which would be so nice.
Also completion, or perhaps even a language server, would be nice to have.
completion is done
(with a few gaps here and there)
variables also work. You can store regular values and also objects
for example:
dir=$(git https://github.com/dagger/dagger | tag v0.15.3 | tree)
container=$(container | from alpine | with-workdir /src | with-directory . $dir)
$container | terminal
Very cool.
Do you have any examples in your daggerverse, or elsewhere, that I could see?