-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Description
Originally found in bitops-plugins/terraform#20.
BitOps core implements plugin schema parsing
However, populating and passing the raw CLI args based on the plugin schema is not implemented:
terraform:
type: object
properties:
cli:
backend-config:
type: list
parameter: backend-config
dash_type: "-"This means it's not possible to just add the new CLI param in the plugin schema and consider it'll be sent to the plugins's binary even if plugin.deployment.core_schema_parsing: true in the plugin.config.yaml.
Reactions are currently unavailable