Using Python Fabric without the command-line tool (fab)

后端 未结 5 1103
旧时难觅i
旧时难觅i 2021-02-01 06:19

Altough Fabric documentations refers to a way of using the library for SSH access without requiring the fab command-line tool and/or tasks, I can\'t seem to manage a way to do i

5条回答
  •  谎友^
    谎友^ (楼主)
    2021-02-01 06:57

    Found my fix. I needed to provided my own *env.host_string* because changing env.user/env.keyfile/etc doesn't automatically updates this field.

提交回复
热议问题