-
Notifications
You must be signed in to change notification settings - Fork 139
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
NPM wrapper #542
Comments
Wow, awesome work! Thanks for creating and sharing this with us @daretodave ! |
This doesn't work for me. I installed this node wrapper package, but when I try to use it in my node JS code with --help as shown in the README, I get a return code of 127. I think that means the wrapper is installed, but NOT the ytt binary itself. How do I debug that? FYI: I am trying to do this inside Forge from Atlasssian to use their new Dynamic Pipelines feature and modify a bitbucket-pipelines.yml file dynamically |
Thanks all for bringing this to my attention, this wrapper has been fixed! @scastria addressed this in daretodave/node-ytt#3 npm i -g [email protected] then ytt --version
# prints ytt version 0.49.0 the ci/cd will continue to autopublish any changes |
Just sharing a wrapper I made for node:
https://github.com/daretodave/node-ytt
The package fetches the latest release on post installation so ytt can be installed by just running -
$ npm i -g node-ytt-cli
$ ytt --version
The text was updated successfully, but these errors were encountered: