index
:
awwan
dev
main
Configuration management software, scriptable shell with SSH support.
Shulhan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
testdata
Age
Commit message (
Expand
)
Author
2023-11-11
script: respect spaces when joining multi lines command
Shulhan
2023-10-30
all: pass Request when creating new SSH client
Shulhan
2023-10-30
all: refactoring Local and Play so that error get logged
Shulhan
2023-10-30
all: add begin and end for each script execution
Shulhan
2023-10-30
all: log all execution into file
Shulhan
2023-10-26
all: use "mlog.MultiLogger" to log Request output and error
Shulhan
2023-10-25
all: log and simplify error when source file is not exist
Shulhan
2023-10-22
all: add magic command "#local"
Shulhan
2023-10-21
all: implement remote "#get!" and "#put!" with owner and mode
Shulhan
2023-10-21
all: implement remote "#get:" and "#put:" with owner and mode
Shulhan
2023-10-21
testdata/play: awwan workspace for testing SSH functionalities
Shulhan
2023-10-21
all: implement local "#get!" and "#put!" with owner and mode
Shulhan
2023-10-21
all: implement local "#get:" and "#put:" with owner and mode
Shulhan
2023-10-14
all: add integration tests for local "#put!"
Shulhan
2023-10-12
all: add integration tests for magic command "#get!"
Shulhan
2023-10-12
all: return error from executeScriptOnLocal
Shulhan
2023-10-06
all: simplify parsing statement for magic command get
Shulhan
2023-09-30
testdata/decrypt-wrong-privatekey: replace symlink on .awwan.env.vault
Shulhan
2023-09-30
all: add option to bypass input passphrase from terminal
Shulhan
2023-09-27
all: print any path relative to base directory
Shulhan
2023-09-27
all: add tests for local with empty and invalid passphrase
Shulhan
2023-09-27
all: make .Vars, .Val, and .Vals panic if values is empty
Shulhan
2023-09-27
all: change default path for private key to be located under .ssh directory
Shulhan
2023-09-26
testdata: rename "encrypt" to "local"
Shulhan
2023-09-26
all: test local put without encrypted file
Shulhan
2023-09-26
all: make the magic word "#put" able to copy encrypted file
Shulhan
2023-09-22
all: implement reading encrypted awwan environment ".awwan.env.vault"
Shulhan
2023-09-20
all: implement method to decrypt file using private key
Shulhan
2023-09-20
all: add method Encrypt to Awwan
Shulhan