Alex Couture-Beil
Alex Couture-Beil
interesting idea! earthly does have a `--secret-file` which is designed for passing in secrets that are stored on disk, such as keys stored under `./ssh`. and also offers a `.secret`...
> I hadn't thought about a command, but that would be awesome... We already support a [`secret_provider` feature](https://docs.earthly.dev/docs/earthly-config#secret_provider-experimental), which allows running a command; however that feature is setup globally, where...
> I haven't any ideas what was wrong, I added `RUN echo "" > .keep` before `SAVE ARTIFACT` and issue was gone. Thanks for the report; can you share a...
It's something that we would like to get to; however it's not on our immediate roadmap.
It would be nice to also consider how we can use an `IMPORT` so we can define these `CONST`s in a single Earthfile.
there's a new repo that implements this: https://github.com/glehmann/tree-sitter-earthfile
> but lacks highlighting in Neovim I'm so glad you mentioned that, because I tried it out yesterday (and also _finally_ ported my vimscript to lua) and kept struggling to...
cc @glehmann
> but I had to configure nvim to set the file type for the `Earthfile`s: ah ha! that was the missing part; thanks for pointing that out, it's now working...
and it looks like neovim has an Earthfile entry under: https://github.com/neovim/neovim/blob/6488a9268a6352de63fa90233e259ad8f31b44af/runtime/lua/vim/filetype.lua#L1365 however I was using v0.9.5 (the latest stable release) which does not include this addition.