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
Would be nice to have a .slack file in my home dir.
On our production boxes we could then have slack automatically configured easily by automation and easily send messages.
We could use .bashrc but that's kind of hacky IMO
The text was updated successfully, but these errors were encountered:
if [ -f "${HOME}/.slack" ]; then token=$(sed -n '1p' < "${etcdir}/.slack") fi
.. would do it. That would be the default then you could slack init or set an env to override it.
Sorry, something went wrong.
This should be possible via make install as shown here: https://github.com/rockymadden/slack-cli#via-make
make install
You would set the etcdir to your home directory. Please let me know if this doesn't work and we can reopen.
etcdir
No branches or pull requests
Would be nice to have a .slack file in my home dir.
On our production boxes we could then have slack automatically configured easily by automation and easily send messages.
We could use .bashrc but that's kind of hacky IMO
The text was updated successfully, but these errors were encountered: