-
Notifications
You must be signed in to change notification settings - Fork 68
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
Add PowerShell variant to MSI install docs #1548
Conversation
A documentation preview will be available soon. Request a new doc build by commenting
If your PR continues to fail for an unknown reason, the doc build pipeline may be broken. Elastic employees can check the pipeline status here. |
This pull request does not have a backport label. Could you fix it @kilfoyle? 🙏
|
---- | ||
./elastic-agent-<VERSION>-windows-x86_64.msi --% INSTALLARGS="--url=<URL> --enrollment-token=<TOKEN>" | ||
---- | ||
+ | ||
Where: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the picky person in me is worried this looks like it applies to just the powershell command prompt. consider pulling out the bullets and making them all child paragraphs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@shainaraskas I've changed it to this, so the hierarchy is right. I'd like to avoid child paragraphs since it would differ from the formatting other, similar docs.
Here's how it looks now:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🏁 with a picky note
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀
* Add PowerShell variant to MSI install docs * Change 'Bash' to 'default command prompt' * change nesting of the variant command bullets * re-add URL description (cherry picked from commit 1d7deb2)
* Add PowerShell variant to MSI install docs * Change 'Bash' to 'default command prompt' * change nesting of the variant command bullets * re-add URL description (cherry picked from commit 1d7deb2)
* Add PowerShell variant to MSI install docs * Change 'Bash' to 'default command prompt' * change nesting of the variant command bullets * re-add URL description (cherry picked from commit 1d7deb2) Co-authored-by: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com>
* Add PowerShell variant to MSI install docs * Change 'Bash' to 'default command prompt' * change nesting of the variant command bullets * re-add URL description (cherry picked from commit 1d7deb2) Co-authored-by: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com>
This updates the MSI install page since the PowerShell version of the install command for Elastic Agent is a bit different.
Closes: #1547