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

fix: crd type generation #388

Merged
merged 35 commits into from
Sep 30, 2024
Merged

fix: crd type generation #388

merged 35 commits into from
Sep 30, 2024

Conversation

schaeferka
Copy link
Contributor

@schaeferka schaeferka commented Sep 25, 2024

Description

The kfc crd command generates files that need to be manually edited. This is annoying. Need to fix so that generated files do not need manual editing.
...

Related Issue

Fixes #374

Relates to #

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Other (security config, docs update, etc)

Checklist before merging

@schaeferka schaeferka marked this pull request as draft September 25, 2024 10:30
@schaeferka schaeferka marked this pull request as ready for review September 27, 2024 05:26
@schaeferka
Copy link
Contributor Author

Updated based on comments from review during standup. Regex links have been added and the array indexes are gone.

src/postProcessing.ts Outdated Show resolved Hide resolved
src/postProcessing.ts Outdated Show resolved Hide resolved
@cmwylie19 cmwylie19 merged commit c5d7a64 into main Sep 30, 2024
9 checks passed
@cmwylie19 cmwylie19 deleted the 374-crd-command branch September 30, 2024 15:41
Copy link

🎉 This PR is included in version 3.0.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

npx [email protected] crd command outputs .ts files that must be edited before use
2 participants