We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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." }
The text was updated successfully, but these errors were encountered:
Good idea. Tracking internally as https://getpantheon.atlassian.net/browse/FEAT-1145
Sorry, something went wrong.
No branches or pull requests
It would be very useful if an item could be added as a comment, e.g.
That would end up as something like the following in the JSON file:
The text was updated successfully, but these errors were encountered: