summaryrefslogtreecommitdiff
path: root/session.go
AgeCommit message (Expand)Author
2023-09-27all: print any path relative to base directoryShulhan
2023-09-27all: make .Vars, .Val, and .Vals panic if values is emptyShulhan
2023-09-26all: test local put without encrypted fileShulhan
2023-09-26all: add prefix "awwan." to the name of temporary directoryShulhan
2023-09-26all: move ssh and sftp client into separate structShulhan
2023-09-26all: call loadEnvFromPaths inside newSessionShulhan
2023-09-26all: move fields and methods related to encryption to struct cryptoContextShulhan
2023-09-26all: make the magic word "#put" able to copy encrypted fileShulhan
2023-09-23all: move the parseTemplate as method of Session generateFileInputShulhan
2023-09-22all: implement reading encrypted awwan environment ".awwan.env.vault"Shulhan
2023-09-20all: remove rand.SeedShulhan
2023-09-04go.mod: update share moduleShulhan
2023-09-04all: fix #require does not get executed on the same start positionShulhan
2023-05-14all: update module share and ciigo to latest versionShulhan
2023-03-26all: add configuration for golangci-lintShulhan
2023-03-20all: changes the line number arguments for "local" and "play" commandShulhan
2022-08-01all: clean up codesShulhan
2022-07-31all: realign some structs to minimize memory usageShulhan
2022-06-20all: fix the #get! statement when executing on localShulhan
2022-06-20all: reformat all go files using the next gofmtShulhan
2022-04-03all: replace ioutil.ReadFile with os.ReadFileShulhan
2022-03-14all: change the awwan software license to GPL 3.0 or laterShulhan
2021-12-09all: make the local statement executed with "/bin/sh -c ..."Shulhan
2021-08-22all: implement serve commandShulhan
2021-08-22all: refactoring to support custom standard output and errorShulhan
2021-08-22all: rewrite the Session and Script using StatementShulhan
2021-08-09all: rewrite the join statements function on ScriptShulhan
2021-08-09all: refactoring the codeShulhan