Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 694 Bytes

local_shell_cmd.rst

File metadata and controls

9 lines (8 loc) · 694 Bytes
  • kwarg_op (string) - Operator to use in front of keyword args i.e. "--" or "-".
  • cmd (string) - Arbitrary Linux command to be executed on the host.
  • sudo_password (string) - Sudo password. To be used when paswordless sudo is not allowed.
  • env (object) - Environment variables which will be available to the command(e.g. key1=val1,key2=val2)
  • timeout (integer) - Action timeout in seconds. Action will get killed if it doesn't finish in timeout seconds.
  • sudo (boolean) - The command will be executed with sudo.
  • cwd (string) - Working directory where the command will be executed in