-
-
Notifications
You must be signed in to change notification settings - Fork 0
unity-cli@v1.6.5 #52
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
unity-cli@v1.6.5 #52
Conversation
- renamed `licensing-logs` command to `licensing-client-logs` - added `licensing-audit-logs` - added `hub-logs`
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.
Pull request overview
This PR adds new logging commands and renames an existing one to better reflect Unity's licensing architecture. The version is bumped to 1.6.5.
Key changes:
- Renamed
licensing-logscommand tolicensing-client-logsfor clarity - Added
licensing-audit-logscommand to access Unity Entitlements audit logs - Added
hub-logscommand to access Unity Hub application logs
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| src/unity-hub.ts | Added static LogPath() method returning platform-specific Unity Hub log file paths |
| src/license-client.ts | Converted logPath() to static ClientLogPath() and added ClientAuditLogPath() for audit logs |
| src/cli.ts | Renamed command, added two new CLI commands for audit logs and hub logs |
| README.md | Updated documentation to reflect command rename and new commands |
| package.json | Version bump to 1.6.5 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Pull request overview
Copilot reviewed 8 out of 9 changed files in this pull request and generated 4 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
licensing-logscommand tolicensing-client-logslicensing-audit-logshub-logspackage-manager-logs