Summary
The user identifies a potential typo in the documentation about a command related to secret values in Earthly, suggesting that the output should include the --secret mypassword
flag. They are asked to submit a pull request against the docs-0.8
branch.
joshua.gilman
On this page: https://docs.earthly.dev/docs/guides/secrets#setting-secret-values
I think there's a typo in the documentation:
> Regardless of the approach chosen from above, once earthly is invoked, in our example, it will output:
> +hush | --> RUN echo "my password is $mypassword" > +hush | my password is itsasecret
It should be:
+hush | my password is itsasecret```
Correct?
vlad
Mind submitting a PR? against branch docs-0.8
? https://github.com/earthly/earthly/blob/docs-0.8/docs/guides/secrets.md
vlad
Yeah - looks like it