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

Add a support function to easily get the values of the Placeholders #239

Open
2 tasks done
jypeter opened this issue Aug 1, 2024 · 0 comments
Open
2 tasks done
Labels
type::feature request for a new feature or capability

Comments

@jypeter
Copy link

jypeter commented Aug 1, 2024

Checklist

  • I added a descriptive title
  • I searched open requests and couldn't find a duplicate

What is the idea?

I think it would be useful to have an easy way to display the actual values of the Placeholders for a given environment. Something like

placeholders_dic = menuinst.api.get_placeholders_dic('some_env_name')
pprint.pprint(placeholders_dic)

Why is this needed?

What should happen?

No response

Additional Context

It's possible that this feature is already available, but menuinst code is way too fancy for me to find it

@jypeter jypeter added the type::feature request for a new feature or capability label Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type::feature request for a new feature or capability
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant