Skip to main content

version

Show the current skillshare version.

When to Use

  • Check which version you're running before reporting a bug
  • Verify an upgrade was successful
  • Compare your version against the latest release

Synopsis

skillshare version
skillshare -v
skillshare --version

Example Output

skillshare version 0.16.6

Update Notifications

When a newer version is available, skillshare displays an update notification after commands that support it. The notification is Homebrew-aware: if skillshare was installed via Homebrew, it queries brew info for the latest formula version and suggests brew upgrade skillshare; otherwise it checks GitHub releases and suggests skillshare upgrade.

Detection is automatic — skillshare resolves its own executable path and checks whether it resides under a Homebrew Cellar prefix (e.g. /opt/homebrew/Cellar/skillshare/).

Version checks are cached for 24 hours at ~/.cache/skillshare/version-check.json.

See Also

  • upgrade — Upgrade to latest version
  • doctor — Full environment diagnostics
  • status — Show sync state including version info