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

Optional value comment #31

Open
damienmckenna opened this issue Mar 22, 2023 · 1 comment
Open

Optional value comment #31

damienmckenna opened this issue Mar 22, 2023 · 1 comment

Comments

@damienmckenna
Copy link

It would be very useful if an item could be added as a comment, e.g.

terminus secret:site:set <site> somevariable mango --comment="Overrides a value normally stored in configuration; see WTF-2345 for details."

That would end up as something like the following in the JSON file:

{
  "key": "somevariable",
  "value": "mango",
  "comment": "Overrides a value normally stored in configuration; see WTF-2345 for details."
}
@greg-1-anderson
Copy link
Member

Good idea. Tracking internally as https://getpantheon.atlassian.net/browse/FEAT-1145

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants