Skip to content

v0.1.2 — One-command fleet join (一键舰队)

Latest

Choose a tag to compare

@polaris-smart polaris-smart released this 21 Aug 01:33

What's New

One-command fleet join (一键舰队)

Onboarding a new device in three commands — the invite code travels over WeChat/phone:

# Host
fleet8 invite <your-ip> --user <remote-user> --port 22

# New device
fleet8 join <invite-code>

# Host
fleet8 allow <device-id> "<public key>"

Verified end-to-end across real machines (HK ↔ Mac).

Fixes

  • mDNS identity version now read from package.json (was hardcoded to a stale 0.2.0)
  • repository field added for dshmarket 1.15.0+ download-count linking
  • fleet8 --help lists the three new commands
  • Internal codenames removed from README

Full Changelog: v0.1.1...v0.1.2