Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions