RC Logr 20190405 144845
Friday, 5 Apr, 2019
To avoid storing a credential in command line history, you can store it in a file and use cat
to insert it when you need it. 🤓 Say you have your API token stored in /path/to/token
, here is how you might use that:
|
|