Skip to content

Add support for user_data

Choose a tag to compare

@mapledyne mapledyne released this 24 Feb 19:51
· 3 commits to module-ize since this release

Now variables can be put into user_data and they'll be parsed out.

For instance, add this to your environment's metadata:

new_value: 10

and this will be parsed in the module:

print env[123456].user_data.new_value

Comments are handled properly:
new_value: 123 # very new!