2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
b44879c517 |
|||
| 1b821f3b3f |
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
b44879c517 |
lib.FileContext.file_exists(): Fix missing await
file_exists and _stat() in file_exists() are async, need to be awaited, but aren't. Fix that. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 1b821f3b3f |
cmds.secrets: Make commands work remotely
The "secrets" class of commands currently only works on the host it's invoked on. Use the current FileContext to allow using the existing commands on a target host. Signed-off-by: Jan Lindemann <jan@janware.com> |