You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ssh_uri=instancewrapper.get_ssh_uri()
key_filename=instancewrapper.get_ssh_key_filename()
withsettings(key_filename=key_filename, host_string=ssh_uri):
# Run tasks here just as if you invoked ``awsfab -E myname <task>``print_uname()
The text was updated successfully, but these errors were encountered:
The motivation is clearly stated in #2. We should be able to use:
As a shortcut for:
The text was updated successfully, but these errors were encountered: