Skip to content

docs(sensors): document upgrade_core command and uninstall --native flag#305

Merged
pllesperance-lc merged 1 commit into
masterfrom
docs/upgrade-core-uninstall-native
Jul 15, 2026
Merged

docs(sensors): document upgrade_core command and uninstall --native flag#305
pllesperance-lc merged 1 commit into
masterfrom
docs/upgrade-core-uninstall-native

Conversation

@pllesperance-lc

Copy link
Copy Markdown
Contributor

Summary

Documents the two new sensor lifecycle commands added in legion_tasking-go. Both route to the sensor's native (collector_35) lifecycle procedures introduced in sensor release v5.3.3 — sensors on older versions silently drop the requests.

  • docs/8-reference/endpoint-commands.md: added upgrade_core to the supported-commands table and wrote full reference entries for uninstall (--is-confirmed, --msi, --native) and upgrade_core (--beta, --force, --version), each with the 5.3.3 version note and usage examples.
  • docs/2-sensors-deployment/endpoint-agent/uninstallation.md: new "Native vs Legacy Uninstall" subsection — the default remains the legacy shell-based procedure (works on every sensor version), --native opts into the sensor's built-in uninstall (5.3.3+), and --msi takes precedence over --native since the native path does not unregister the MSI product.
  • docs/2-sensors-deployment/endpoint-agent/service-upgrades.md: new "Upgrade from the Cloud with the upgrade_core Command (Beta)" section — the sensor downloads, verifies, and installs the release itself with automatic rollback; --beta is strictly required, with optional --force and --version (downgrades allowed).

Markdownlint passes on all three files.

🤖 Generated with Claude Code

Both use the sensor's native (collector_35) lifecycle procedures, which
require sensor version 5.3.3 or later; older sensors silently drop the
requests.

- endpoint-commands: add upgrade_core to the command table, add full
  reference entries for uninstall and upgrade_core
- uninstallation: explain native vs legacy uninstall, the 5.3.3
  requirement, and --msi precedence over --native
- service-upgrades: add the cloud-triggered upgrade_core (beta)
  procedure with --beta/--force/--version flags

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@pllesperance-lc pllesperance-lc merged commit 26c2862 into master Jul 15, 2026
6 checks passed
@pllesperance-lc pllesperance-lc deleted the docs/upgrade-core-uninstall-native branch July 15, 2026 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant