Registry / cli / bolt
library4.0.0rbrubygemsunverified

Execute commands remotely over SSH and WinRM for task automation and orchestration.

gem install bolt
INSTALL
IMPORT
SIG · BOLT
B
bolt
clirubyv4.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Bolt
require 'bolt'

Runs a command on a remote host over SSH.

require 'bolt' config = Bolt::Config.new( transport: 'ssh', hosts: ['user@hostname'], password: 'password' ) result = Bolt::Executor.new(config).run_command('uptime') puts result
Debug
Known issues
breakingBolt 4.x requires Ruby >= 2.7 and drops support for older Ruby versions.
fix
Upgrade Ruby to 2.7 or later before installing Bolt 4.x.
affects: >= 4.0.0
Upgrade
Version history
4.0.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
36 hits · last 30 days
node
32
Resources
bolt — gem install bolt · libregistry