summaryrefslogtreecommitdiff
path: root/testdata/encrypt/test.data
AgeCommit message (Collapse)Author
2023-09-26testdata: rename "encrypt" to "local"Shulhan
We change the directory name because the "encrpyt" is not specific to encryption only but only for local.
2023-09-26all: test local put without encrypted fileShulhan
2023-09-26all: make the magic word "#put" able to copy encrypted fileShulhan
When issuing "#put:" or "#put!" command in the script, if the input file is not exist it will check for the encrypted file, the one with ".vault" extension. If it exists, the encrypted file will be used as input for copy operation.
2023-09-22all: implement reading encrypted awwan environment ".awwan.env.vault"Shulhan
Upon executing "local" or "play" comman, awwan now read the encrypted environment file .awwan.env.vault. The encrypted environment file is generated using "awwan encrypt" command.