Skip to content

Add a WinRM CLI and standalone executable JAR - #118

Merged
bertysentry merged 2 commits into
mainfrom
112-add-a-winrm-cli-and-standalone-executable-jar
Jul 24, 2026
Merged

Add a WinRM CLI and standalone executable JAR#118
bertysentry merged 2 commits into
mainfrom
112-add-a-winrm-cli-and-standalone-executable-jar

Conversation

@bertysentry

Copy link
Copy Markdown
Contributor

Summary

  • Add a command-line client for WQL queries and remote commands
  • Support NTLM, Kerberos, HTTPS options, password handling, JSON Lines output, and stable exit codes
  • Package a self-contained executable JAR and document CLI usage

Testing

  • Add unit tests for argument parsing, command-line construction, JSON output, and CLI behavior
  • Add integration coverage for the packaged standalone JAR

@bertysentry bertysentry linked an issue Jul 24, 2026 that may be closed by this pull request
@bertysentry

Copy link
Copy Markdown
Contributor Author

@claude Please review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: e53cd64482

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/main/java/org/metricshub/winrm/cli/WinRmCli.java Outdated
Comment thread src/main/java/org/metricshub/winrm/cli/WinRmCli.java
Comment thread src/main/java/org/metricshub/winrm/cli/WinRmCli.java Outdated
@bertysentry
bertysentry merged commit 93cb909 into main Jul 24, 2026
4 checks passed
@bertysentry
bertysentry deleted the 112-add-a-winrm-cli-and-standalone-executable-jar branch July 24, 2026 13:22
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.

Add a WinRM CLI and standalone executable JAR

1 participant