Skip to content

v1.0.1

Choose a tag to compare

@saidake saidake released this 30 Jul 01:10
· 12 commits to main since this release

rhctl (Remote Host Control) is a high-performance CLI tool for remote host management, enabling file transfers, script execution, and file patching via SSH. also including environment configuration bash or batch scripts.

What's New in v1.0.1 ✨

  • Project rebranded from rsctl to rhctl (Remote Host Control).
  • SSH identity and certificate authentication support.
  • Expanded environment setup scripts: Redis, MongoDB, and PostgreSQL.
  • Project reorganized under main/, with GPL-3.0 licensing and a CONTRIBUTING guide.
  • Documentation and logging improvements.

Features ✨

  • Execute one or more local Bash scripts on a remote host, either sequentially or concurrently.
  • Upload local files or directories to a remote host based on a properties file mapping.
  • Support for file patching on remote hosts.
  • Logging and error reporting for remote operations.
  • Optional sudo execution with proper safeguards.

Installation 🧰

Linux (x86_64)

# Download
curl -LO https://github.com/saidake/rhctl/releases/download/v1.0.1/rhctl-v1.0.1-linux-x86_64

# Make executable
chmod +x rhctl-v1.0.1-linux-x86_64

# Move to /usr/local/bin
sudo mv rhctl-v1.0.1-linux-x86_64 /usr/local/bin/rhctl

macOS (x86_64)

# Download
curl -LO https://github.com/saidake/rhctl/releases/download/v1.0.1/rhctl-v1.0.1-macos-x86_64

# Make executable
chmod +x rhctl-v1.0.1-macos-x86_64

# Move to /usr/local/bin
sudo mv rhctl-v1.0.1-macos-x86_64 /usr/local/bin/rhctl

macOS (ARM64 / Apple Silicon)

# Download
curl -LO https://github.com/saidake/rhctl/releases/download/v1.0.1/rhctl-v1.0.1-macos-arm64

# Make executable
chmod +x rhctl-v1.0.1-macos-arm64

# Move to /usr/local/bin
sudo mv rhctl-v1.0.1-macos-arm64 /usr/local/bin/rhctl