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

Create new setup-cdktf action (was feature request: install-only mode) #89

Open
1 task
martimors opened this issue Sep 14, 2023 · 1 comment
Open
1 task
Labels
backlog enhancement New feature or request

Comments

@martimors
Copy link

Description

Not everyone has a deployment pipeline that is glued to GitHub Actions. For use-cases where cdktf-cli is used in other ways, it could be nice to have an action that just installs the cli (locally in the repo and using a cached lockfile) and allowing later commands to invoke it with npx.

Today, the alternative to this is to check in a package.json and lockfile in the repo, and this is a bit strange for people who don't use node otherwise.

References

No response

Help Wanted

  • I'm interested in contributing a fix myself

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment
@martimors martimors added enhancement New feature or request new A new issue or feature request that has not yet been triaged by maintainers labels Sep 14, 2023
@xiehan xiehan changed the title COMPONENT: install-only mode Feature request: install-only mode Sep 27, 2023
@xiehan
Copy link
Member

xiehan commented Sep 27, 2023

This is an interesting idea and actually a use case we've run into ourselves in some of our example projects. The only thing I'm wondering about is whether this feature feels "at home" inside this action or if this would be better served as its own independent action -- I'm thinking setup-cdktf in the same vein as setup-node, setup-terraform, etc. That way we can keep the lists of configuration options, usage examples and any other documentation separate.

I'll need to discuss with the team to see what they think -- I suspect everyone will be generally on board with the idea, but I don't think we'll have time until next quarter at the earliest.

@xiehan xiehan added backlog and removed new A new issue or feature request that has not yet been triaged by maintainers labels Oct 17, 2023
@xiehan xiehan changed the title Feature request: install-only mode Create new setup-cdktf action (was feature request: install-only mode) Nov 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants