diff --git a/cd/__init__.py b/cd/__init__.py index c4cccff..840d848 100644 --- a/cd/__init__.py +++ b/cd/__init__.py @@ -76,6 +76,7 @@ def cd_synchronize(): def install_commands(path): + step('Install commands') user = '/usr/local/bin' for command in [ 'browse-workspace', @@ -89,6 +90,8 @@ def install_commands(path): def set_ssh(*arguments): + step('Set SSH') + # ssh_key, ssh_hosts = arguments # ssh_type = 'ed25519'