Files
update-cli-skill/skills/update/SKILL.md
2026-02-05 04:04:09 +08:00

15 lines
333 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
name: Update CLI Skill
description: 关于更新边缘运行环境的 cli 的工具,直接在服务器上执行更新命令,并重启。
---
需要对应的服务器地址比如light。
第一步, 执行更新
```bash
ssh light "npm i -g @kevisual/cli"
```
第二步, 重启服务
```bash
ssh light "pm2 restart all"
```