pulp :: client :: agent :: plugins :: remote :: Shell :: Class Shell
[hide private]
[frames] | no frames]

Class Shell

source code

Instance Methods [hide private]
str
run(self, cmd)
Run a shell command.
source code
Method Details [hide private]

run(self, cmd)

source code 

Run a shell command.

Parameters:
  • cmd (str) - The command & arguments.
Returns: str
The command output.
Decorators:
  • @remotemethod