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

Release/0.14.1 #165

Merged
merged 8 commits into from
Oct 28, 2024
Merged

Release/0.14.1 #165

merged 8 commits into from
Oct 28, 2024

Conversation

DomagojGojak
Copy link
Collaborator

@DomagojGojak DomagojGojak commented Oct 23, 2024

This release introduces greater flexibility for custom integrations and general improvements to CLI handling.

Changes

  • Added support for custom integration paths with the -i <path-to-integration> CLI argument.
    • Can be used with commands like fetch, start, build:app, etc.
    • Defaults to the integration directory if the argument isn't specified, ensuring backward compatibility.

Improvements

  • Enhanced CLI command management:
    • Switched to yargs for improved CLI parsing.
    • Each command now has a dedicated handler file for better modularity.
  • Improved the docs app build process:
    • Introduced a cleanup procedure that ensures only files present in the working directory are included in the final build.

@bradmering bradmering self-assigned this Oct 28, 2024
@bradmering
Copy link
Contributor

Looks great to me. I've tested all of the cli commands and they all work as expected. The Integration flag seems to work great too. Lets release it.

@bradmering bradmering self-requested a review October 28, 2024 15:48
@DomagojGojak DomagojGojak merged commit 69eaf9c into main Oct 28, 2024
2 checks passed
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