-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbashly.yml
More file actions
40 lines (35 loc) · 921 Bytes
/
bashly.yml
File metadata and controls
40 lines (35 loc) · 921 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
name: st
help: Server Tools CLI
version: 1.0.0
commands:
- import: src/config/system.yml
- import: src/config/systemctl.yml
- import: src/config/install.yml
- import: src/config/uninstall.yml
- import: src/config/rclone.yml
- import: src/config/ssh.yml
- import: src/config/restic.yml
- import: src/config/resticprofile.yml
- import: src/config/docker.yml
- import: src/config/st-config.yml
- import: src/config/network.yml
- import: src/config/telegram.yml
- import: src/config/tmux.yml
- import: src/config/tailscale.yml
- name: ui
help: Start ST with a TUI
- name: sudosu
alias: su
help: Execute sudo su
- name: poweroff
alias: off
help: Power off the system
- name: reboot
alias: r
help: Reboot the system
- name: self-update
alias: update
help: Update the ST CLI
- name: self-destruct
alias: destroy
help: Uninstall ST CLI