Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cherry-pick #21206 to 7.x: [Elastic Agent] Add install/uninstall sub-command #21387

Merged
merged 1 commit into from
Sep 30, 2020

Commits on Sep 29, 2020

  1. [Elastic Agent] Add install/uninstall sub-command (elastic#21206)

    * Add install command.
    
    * Fix binary name on darwin.
    
    * Fix install of mkdir.
    
    * Update shell wrapper path for darwin.
    
    * Add ability to fix broken installation.
    
    * Fix issues with install/uninstall.
    
    * Add dedicated uninstall command.
    
    * Add enrollment at the end of install command.
    
    * Fix installation of shell wrapper.
    
    * Fix root_windows.go
    
    * Fix uninstall on Windows.
    
    * Add sleep to removal on Windows.
    
    * Fix sleep to timeout in uninstall subcommand.
    
    * Fix uninstall for nested timeout with cmd.exe.
    
    * Fix uninstall on windows to actually sleep correctly.
    
    * Fix formatting.
    
    * Add changelog.
    
    * Fixes for mage check.
    
    * Create the symlink on Windows on install, fix issue with enroll questions during install.
    
    * Refactor to remove the paths.yml and symlink dance on Windows, because new install command handles that.
    
    * Cleanup repeat GA warning.
    
    * Fix symlink on Windows.
    
    * Fix control socket on windows.
    
    * Fix socket path and authority on Windows.
    
    * Fix username matching for SYSTEM.
    
    * Fix socket path on darwin.
    
    * Fix darwin service name. Fix uninstall on systemd.
    
    * Fix install on linux.
    
    * Fix RunningInstalled on Linux.
    
    * Prevent upgrade unless conditions are correct.
    
    * Add ability to force upgradable with DEV=true when built.
    
    * Fixes from code review.
    
    * Fix issue with service description.
    
    (cherry picked from commit 2996b6f)
    blakerouse committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    8b82c8a View commit details
    Browse the repository at this point in the history