index
:
awwan
dev
main
Configuration management software, scriptable shell with SSH support.
Shulhan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
command.go
Age
Commit message (
Expand
)
Author
2021-08-09
all: refactoring the code
Shulhan
2021-08-01
all: refactoring the command
Shulhan
2021-07-21
all: remove double newline on logging
Shulhan
2021-07-21
all: expand the environment on statement when executing local script
Shulhan
2021-07-13
all: use native SFTP to put and get file when possible
Shulhan
2021-07-12
go.mod: update to latest share module
Shulhan
2021-04-12
all: check and return an error if start index is out of range
Shulhan
2021-04-12
all: use consistent log prefix on command's methods
Shulhan
2021-04-12
all: log error when executing script (local or play)
Shulhan
2021-04-04
all: do not load SSH config if command mode is "local"
Shulhan
2021-04-04
all: prefix each output of log with new line
Shulhan
2021-03-09
all: unexport the environment type
Shulhan
2021-03-08
all: set base dir based on the first .ssh directory that we found
Shulhan
2021-03-08
all: initialize SSH client before loading the script
Shulhan
2021-03-08
all: move script path, start, and end from Environment to Command
Shulhan
2021-03-07
all: move the "mode" field from Environment to Command
Shulhan
2021-03-07
all: never, ever use log.Fatal on library
Shulhan
2020-06-26
command: change the owner of file when doing #get!
Shulhan
2020-06-26
environment: set the SSH key, user, host, and port
Shulhan
2020-06-15
command: log the put and get commands on local and remote
Shulhan
2020-06-04
all: add magic command "#require:"
Shulhan
2020-06-04
command: check for single, double, or back quote on command
Shulhan
2020-05-30
all: update the project links to sourcehut
Shulhan
2020-05-19
awwan: add magic word "#get!"
Shulhan
2020-04-29
all: print message to stderr instead of stdout
Shulhan
2020-04-29
command: add force option "-f" when putting file with sudo
Shulhan
2020-04-27
all: use .ssh/config as the source of SSH host configuration
Shulhan
2020-04-17
command: fix call to log functions
Shulhan
2020-04-16
all: add magic command to copy file with sudo
Shulhan
2020-04-15
all: refactoring the environment
Shulhan
2019-10-26
awwan: the configuration management for local and cloud
Shulhan