Skip to content

CLI args to the plugins are not passed #360

@arm4b

Description

@arm4b

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.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions