Skip to content

Commit

Permalink
Merge pull request #638 from jumpserver/dev
Browse files Browse the repository at this point in the history
perf: 更新jmsctl
  • Loading branch information
yuanxixue authored May 11, 2024
2 parents b998813 + 3fd47af commit 141d1c6
Showing 1 changed file with 24 additions and 7 deletions.
31 changes: 24 additions & 7 deletions docs/installation/jmsctl_sh.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,45 @@
- JumpServer 默认内置了命令行运维工具 - jmsctl,通过执行 jmsctl help 命令,可以查看相关的帮助文档。

```sh
JumpServer部署管理脚本
JumpServer 部署管理脚本

Usage:
./jmsctl.sh [COMMAND] [ARGS...]
./jmsctl.sh --help

Installation Commands:
install 安装 JumpServer 服务
upgrade [version] 升级 JumpServer 服务
check_update 检查 JumpServer 更新
reconfig 重新配置 JumpServer 服务

Management Commands:

Management Commands:
config 配置工具,执行 jmsctl config --help,查看帮助
start 启动 JumpServer 服务
stop 停止 JumpServer 服务
close 关闭 JumpServer 服务
restart 重启 JumpServer 服务
status 查看 JumpServer 服务运行状态
down 脱机 JumpServer 服务
uninstall 卸载 JumpServer 服务

More Commands:
load_image 加载 Docker 镜像
backup_db 备份 JumpServer 数据库
restore_db [file] 通过数据库备份文件恢复数据
raw 执行原始 docker compose 命令
tail [service] 查看 Service 日志
```

## 2 配置工具 - jmsctl config
!!! tip ""
- JumpServer 默认内置了配置工具 - jmsctl config,通过执行 jmsctl config help 命令,可以查看相关的帮助文档。

```sh
Usage:
./jmsctl.sh config [ARGS...]
-h, --help

Args:
ntp 配置 NTP 同步
init 初始化 config 配置文件
port 配置 JumpServer 服务端口
ssl 配置 Web SSL
env 配置 JumpServer 环境变量
```

0 comments on commit 141d1c6

Please sign in to comment.