Skip to content

Adding -i in shell command for input file Documentation instructions

William Arias requested to merge master-patch-759d into master

What does this MR do and why?

the actual command in the documentation

base64 /path/to/sa-key.json | tr -d \\n

fails, and since the step by step leads to download a key file, the command should be:

base64 -i /path/to/sa-key.json | tr -d \\n

using -i to indicate the input file

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports