summaryrefslogtreecommitdiff
path: root/testdata
AgeCommit message (Expand)Author
2023-11-11script: respect spaces when joining multi lines commandShulhan
2023-10-30all: pass Request when creating new SSH clientShulhan
2023-10-30all: refactoring Local and Play so that error get loggedShulhan
2023-10-30all: add begin and end for each script executionShulhan
2023-10-30all: log all execution into fileShulhan
2023-10-26all: use "mlog.MultiLogger" to log Request output and errorShulhan
2023-10-25all: log and simplify error when source file is not existShulhan
2023-10-22all: add magic command "#local"Shulhan
2023-10-21all: implement remote "#get!" and "#put!" with owner and modeShulhan
2023-10-21all: implement remote "#get:" and "#put:" with owner and modeShulhan
2023-10-21testdata/play: awwan workspace for testing SSH functionalitiesShulhan
2023-10-21all: implement local "#get!" and "#put!" with owner and modeShulhan
2023-10-21all: implement local "#get:" and "#put:" with owner and modeShulhan
2023-10-14all: add integration tests for local "#put!"Shulhan
2023-10-12all: add integration tests for magic command "#get!"Shulhan
2023-10-12all: return error from executeScriptOnLocalShulhan
2023-10-06all: simplify parsing statement for magic command getShulhan
2023-09-30testdata/decrypt-wrong-privatekey: replace symlink on .awwan.env.vaultShulhan
2023-09-30all: add option to bypass input passphrase from terminalShulhan
2023-09-27all: print any path relative to base directoryShulhan
2023-09-27all: add tests for local with empty and invalid passphraseShulhan
2023-09-27all: make .Vars, .Val, and .Vals panic if values is emptyShulhan
2023-09-27all: change default path for private key to be located under .ssh directoryShulhan
2023-09-26testdata: rename "encrypt" to "local"Shulhan
2023-09-26all: test local put without encrypted fileShulhan
2023-09-26all: make the magic word "#put" able to copy encrypted fileShulhan
2023-09-22all: implement reading encrypted awwan environment ".awwan.env.vault"Shulhan
2023-09-20all: implement method to decrypt file using private keyShulhan
2023-09-20all: add method Encrypt to AwwanShulhan