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
<labels>
This came out of a conversation that Ben and I had, that built on some ideas that Tobias and I had been talking about awhile ago:
Templates and Assets are basically the same thing. It's just that some validation rules do not apply for templates:
asset-name
All assets can be used as template, but not all templates are an asset.
Another way of looking at this:
--keys
--yaml
See also:
onyo new
onyo set --yaml
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This came out of a conversation that Ben and I had, that built on some ideas that Tobias and I had been talking about awhile ago:
Templates and Assets are basically the same thing. It's just that some validation rules do not apply for templates:
<labels>
are allowed (or do we call them tags)?asset-name
do not need to be setAll assets can be used as template, but not all templates are an asset.
Another way of looking at this:
--keys
can be used in a template (and thus also--yaml
, etc)See also:
onyo new
to accept values in YAML files #703onyo set --yaml
#720The text was updated successfully, but these errors were encountered: