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

CLI update #18

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

CLI update #18

wants to merge 6 commits into from

Conversation

zone117x
Copy link
Member

@zone117x zone117x commented Feb 4, 2025

This tool was using a several year old version of oclif (the CLI library that this tool is built on) which was issuing several warnings when using the tool.

This PR updates to latest oclif version. Their tooling added some release automation which needs testing.

@@ -0,0 +1,55 @@
name: version, tag and github release
Copy link
Member Author

Choose a reason for hiding this comment

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

@wileyj the oclif generate .. command used to update the CLI libraries added these release automation workflows. The code looks fine to me, but some repo secrets need to be added for it to work. Thoughts?

@@ -0,0 +1,21 @@
name: publish
Copy link
Member Author

Choose a reason for hiding this comment

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

@wileyj same here

@zone117x zone117x marked this pull request as ready for review February 4, 2025 20:59
@zone117x zone117x requested a review from janniks as a code owner February 4, 2025 20:59
Copy link
Collaborator

@janniks janniks left a comment

Choose a reason for hiding this comment

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

Great tests! 👏

@@ -0,0 +1,7 @@
#!/usr/bin/env node

// eslint-disable-next-line unicorn/prefer-top-level-await
Copy link
Collaborator

Choose a reason for hiding this comment

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

🦄

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.

2 participants