shell commands documentation is inconsistent - on...
# development
f
shell commands documentation is inconsistent - one says use
files/
with a trailing slash, referring to the code sample, which does not. (see screenshot)
b
Ah, nice catch! I think previously files and directories were provided by the same field so the
/
was important to distinguish, but isn’t necessary any more (although I’m not at a computer to confirm; have you?). Would you like to submit a PR fixing the docs?
f
I’d write a PR Patch - but I don’t know which is right either . Last time I was using shell commands was when they were ‘experimental_…’
😄 1
:-) I was reading the docs - about to use one or the other to auto gen dev and prod TLS certs
b
I just tested now, I think the
/
is no longer required (works with or without)