Method: KuberKit::Shell::SshShell#read
- Defined in:
- lib/kuber_kit/shell/ssh_shell.rb
#read(file_path) ⇒ Object
58 59 60 |
# File 'lib/kuber_kit/shell/ssh_shell.rb', line 58 def read(file_path) exec!("cat #{file_path}") end |
58 59 60 |
# File 'lib/kuber_kit/shell/ssh_shell.rb', line 58 def read(file_path) exec!("cat #{file_path}") end |