docs: update README and SKILL.md - document update system, rename binaries
This commit is contained in:
parent
bd1835f5a3
commit
9c429ce20e
2 changed files with 23 additions and 8 deletions
14
SKILL.md
14
SKILL.md
|
|
@ -73,12 +73,16 @@ $SKILL_DIR/helios clipboard-set moritz-pc "Text for clipboard"
|
|||
$SKILL_DIR/helios upload moritz-pc /tmp/local.txt "C:\Users\Moritz\Desktop\remote.txt"
|
||||
$SKILL_DIR/helios download moritz-pc "C:\Users\Moritz\file.txt" /tmp/downloaded.txt
|
||||
|
||||
# Version: compare relay + remote + client commits (are they in sync?)
|
||||
$SKILL_DIR/helios version moritz-pc
|
||||
# Version: compare latest available vs running commits (relay / cli / client)
|
||||
$SKILL_DIR/remote version moritz-pc
|
||||
|
||||
# Client log (last 100 lines, --lines for more)
|
||||
$SKILL_DIR/helios logs moritz-pc
|
||||
$SKILL_DIR/helios logs moritz-pc --lines 200
|
||||
# Update: bring all components (relay, cli, client) to latest version
|
||||
# CI publishes new binaries but does NOT auto-restart — this triggers the actual update
|
||||
$SKILL_DIR/remote update moritz-pc
|
||||
|
||||
# Client log (last 20 lines by default, --lines for more)
|
||||
$SKILL_DIR/remote logs moritz-pc
|
||||
$SKILL_DIR/remote logs moritz-pc --lines 200
|
||||
```
|
||||
|
||||
## Typical Workflow: UI Task
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue