We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be awesome to add a more concrete description how to source the api keys in order to avoid using the --token parameter.
--token
My suggestion would be:
Create a file called ~/.scalyrand add the following into it:
~/.scalyr
export scalyr_readlog_token='XXX' export scalyr_readconfig_token='YYY' export scalyr_writeconfig_token='ZZZ'
Now source the variable to your current shell by entering:
source ~/.scalyr
Now the parameter --token is not necessary any longer.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It would be awesome to add a more concrete description how to source the api keys in order to avoid using the
--token
parameter.My suggestion would be:
Create a file called
~/.scalyr
and add the following into it:Now source the variable to your current shell by entering:
Now the parameter
--token
is not necessary any longer.The text was updated successfully, but these errors were encountered: