summaryrefslogtreecommitdiff
path: root/scripts/cxmux
Commit message (Collapse)AuthorAgeFilesLines
* CXMAN-261: Update CLI to use Fabric/Node credentials argumentsGeorge Kraft2013-12-111-2/+3
| | | | | One noteworthy change here: the -U and -P arguments to cxmanage are now global options, and no longer specific to ipdiscover.
* CXMAN-230: make sol easier with cxmux -r and move to argparseGreg Lutostanski2013-12-091-36/+49
|
* nojira: Updated copyright headersGeorge Kraft2013-11-071-0/+30
|
* :nojira: Added a --virt-env option to cmuxevasquez2013-10-161-11/+33
| | | | | | | | | | | | If you need to be in your virtual environment to call ipmitool, then cxmux wasn't able to help much. Now you can call cxmux like this: cxmux --virt-env MyVirtEnv ipmitool -I lanplus -U admin -P admin sol activate -H <ip_addr> This will prepend a 'workon MyVirtEnv' before executing your command. Also made the code conform to PEP8 Signed-off-by: evasquez <eric.vasquez@calxeda.com>
* CXMAN-230: Allow cxmux to work with tmux v1.7 & installGreg Lutostanski2013-10-071-4/+3
| | | | (remove -l) and package for command install to the PATH.
* CXMAN-230: adding a tmux cxmanage session muxerGreg Lutostanski2013-09-261-0/+51
This will hopefully replace sol_tabs eventually