--render | Render the resource as a Jinja template (with any —kw/—kwargs vars). (default: False) |
--kwargs <str> | Render kwargs as a JSON object (implies —render). |
--kwargs-file <str> | Read the render kwargs JSON object from a file, or from stdin when the path is ’-’ (implies —render), instead of putting a secret on the command line (a value on argv leaks via ps and shell history). Mutually exclusive with —kwargs; —kw pairs still override its keys. |
--kw <str> | A key=value render kwarg (repeatable; implies —render). |
--json / --no-json | Emit raw JSON instead of human tables. |