Source Update

This commit is contained in:
Christer Warén 2024-04-26 05:49:45 +03:00
parent 9a740b9873
commit d99860148b
2 changed files with 8 additions and 56 deletions

View File

@ -24,6 +24,7 @@ warencli-syntax-line-douple
} }
warencli-stop () { warencli-stop () {
echo " "
echo " " echo " "
exit 1 exit 1
} }
@ -31,7 +32,9 @@ warencli-stop () {
warencli-update() { warencli-update() {
if [[ -d "./src" ]]; then if [[ -d "./src" ]]; then
echo ">>> Building... <<<" echo ">>> Building... <<<"
podman run -it --rm -v "$PWD":/usr/src/myapp -w /usr/src/myapp docker.io/library/php:8-cli php generator.php podman run -it --rm -v "$PWD":/usr/src/myapp -w /usr/src/myapp docker.io/library/php:8-cli php generator.php &> /dev/null
mv wx.tmp wx
chmod +x wx
else else
echo ">>> Updating... <<<" echo ">>> Updating... <<<"
sudo curl https://git.waren.io/warengroup/wx/raw/branch/master/wx -o /opt/wx &> /dev/null sudo curl https://git.waren.io/warengroup/wx/raw/branch/master/wx -o /opt/wx &> /dev/null
@ -42,8 +45,6 @@ else
fi fi
} }
{{ COMMANDS }}
COMMAND=$1 COMMAND=$1
warencli-start warencli-start

57
wx
View File

@ -24,6 +24,7 @@ warencli-syntax-line-douple
} }
warencli-stop () { warencli-stop () {
echo " "
echo " " echo " "
exit 1 exit 1
} }
@ -31,7 +32,9 @@ warencli-stop () {
warencli-update() { warencli-update() {
if [[ -d "./src" ]]; then if [[ -d "./src" ]]; then
echo ">>> Building... <<<" echo ">>> Building... <<<"
podman run -it --rm -v "$PWD":/usr/src/myapp -w /usr/src/myapp docker.io/library/php:8-cli php generator.php podman run -it --rm -v "$PWD":/usr/src/myapp -w /usr/src/myapp docker.io/library/php:8-cli php generator.php &> /dev/null
mv wx.tmp wx
chmod +x wx
else else
echo ">>> Updating... <<<" echo ">>> Updating... <<<"
sudo curl https://git.waren.io/warengroup/wx/raw/branch/master/wx -o /opt/wx &> /dev/null sudo curl https://git.waren.io/warengroup/wx/raw/branch/master/wx -o /opt/wx &> /dev/null
@ -42,58 +45,6 @@ else
fi fi
} }
warencli-help() {
echo "
Usage: $0 COMMAND [OPTIONS]
Common Commands:
ssh SSH
config Config
sign Certificates
Authentication Commands:
login Login
logout Logout
Management Commands:
settings Settings
Maintenance Commands:
install Install
update Update
";
}
warencli-install() {
echo ">>> Install";
}
warencli-settings() {
echo ">>> Settings";
}
warencli-ssh() {
echo ">>> SSH";
}
warencli-login() {
echo ">>> Authentication: Login";
}
warencli-logout() {
echo ">>> Authentication: Logout";
}
warencli-ssh-config(){
echo ">>> SSH: Config"
}
warencli-ssh-sign(){
echo ">>> SSH: Certificates"
}
COMMAND=$1 COMMAND=$1
warencli-start warencli-start