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

feat(jsonnet): import .yaml #106

Merged
merged 1 commit into from
Nov 10, 2019
Merged

feat(jsonnet): import .yaml #106

merged 1 commit into from
Nov 10, 2019

Conversation

sh0rez
Copy link
Member

@sh0rez sh0rez commented Nov 7, 2019

⚠️ This feature is currently disabled, but will come back in the future (#176)


Allows to directly import .yaml files from .jsonnet, as if they were JSON:

local whatever = import "foo.yaml"

Allows to directly import `.yaml` files from `.jsonnet`, as if they were JSON:

   local whatever = import "foo.yaml"
@sh0rez sh0rez added kind/feature Something new should be added component/jsonnet Everything regarding the jsonnet language labels Nov 7, 2019
@sh0rez sh0rez requested review from tomwilkie and rfratto November 7, 2019 22:41
@sh0rez sh0rez self-assigned this Nov 7, 2019
Copy link
Contributor

@tomwilkie tomwilkie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AWESOME

@metalmatze
Copy link
Contributor

This is insanely nice! 😊

@sh0rez sh0rez merged commit 8029efa into master Nov 10, 2019
@sh0rez sh0rez deleted the import-yaml branch November 10, 2019 09:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/jsonnet Everything regarding the jsonnet language kind/feature Something new should be added
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants