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

[Issue #30] Set up CI/CD for CLI #74

Merged
merged 10 commits into from
Feb 6, 2025
Merged

Conversation

widal001
Copy link
Collaborator

@widal001 widal001 commented Feb 6, 2025

Summary

Sets up a CI/CD pipeline to publish the CLI to npm

Changes proposed

What was added, updated, or removed in this PR.

  • Adds a the following workflow files for publishing
    • ci-cli-npm.yml Dry run publish on each PR
    • cd-cli-npm.yml Publish on merge to main
  • Adds arg parsing support with zod
  • Updates README

Context for reviewers

Testing instructions, background context, more in-depth details of the implementation, and anything else you'd like to call out or ask reviewers. Explain how the changes were verified.

Additional information

Screenshots, GIF demos, code examples or output to help show the changes working as expected.

@widal001 widal001 merged commit 8415d10 into main Feb 6, 2025
2 checks passed
@widal001 widal001 deleted the issue-30-publish-cli-to-npm branch February 6, 2025 03:10
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.

[CLI] Publish v0.1.0-beta to npm
1 participant