Functions | |
def | add_robot (parser) |
def | add_user (parser) |
def | add_workspace (parser) |
def | RobotCompleter (prefix, kwargs) |
def | run (command) |
def | ssh (user, host, command, password=None, fname=None) |
Variables | |
users = subprocess.check_output(["awk", "-F:", "{ print $1}", "/etc/passwd"]) \ | |
This file contains utilities for other commands to use. Copyright 2015 Fetch Robotics Inc. Author: Alex Henning
def fetch_tools.util.ssh | ( | user, | |
host, | |||
command, | |||
password = None , |
|||
fname = None |
|||
) |