Skip to content

Releases: Raufk/rk-cli-utils

Release list

v1.0

Choose a tag to compare

@Raufk Raufk released this 02 May 20:23
c2720a1

🚀 rk-cli-utils v1.0

RK CLI Utility for:

  • SSH key setup
  • Slack message sending

📦 Installation

RHEL / CentOS

sudo yum install https://github.com/Raufk/rk-cli-utils/releases/download/v1.0/rk-cli-utils-1.0-1.el9.noarch.rpm
# Verify installation
rk --version

Ubuntu/Debian

curl -LO https://github.com/Raufk/rk-cli-utils/releases/download/v1.0/rk-cli-utils.deb
sudo dpkg -i rk-cli-utils.deb
# Verify installation
rk --version

⚡ Usage

Setup SSH

rk setup-ssh --email dev@company.com --user "John Doe" --key-file ~/.ssh/id_rsa

Send Slack message

rk slack-send --token xoxb-your-token \
           --channel "#deployments,#alerts" \
           --message "🚀 Production deployment successful!" \
           --color good

Slack User Lookup

rk get-slack-id --email user@company.com --token xoxb-your-token

🆕 Changes

  • Initial release

New Contributors

  • @Raufk made their first contribution in #1