Skip to content

Malformed inline YAML string error when using command arguments list  #66

@matt24smith

Description

@matt24smith

Thanks, this package saved me a lot of time.

I get an error when using docker-compose commands in list format, e.g.

version: "3.9" 

services:
  example:
    command: 
        [
            "bundle", 
            "exec", 
            "thin", 
            "-p", 
            "3000"
        ]

producing a Malformed inline YAML string error. Would it be possible to add support for this? In the meantime I can work around it by commenting out the command, creating the graph, and then reverting my changes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions