Skip to content

Feature Request: finding pipes by guaranteed and documented order of operations #22

@osher

Description

@osher

the current way forces us to "rename" a pipe in order to pass fittings-config to it.
e.g.

bagpipes:
  my-customized-fitting:
    name:   my-fitting
    custom: setting1
    tuned:  value
  
  my-pipe:
    - my-customized-fitting

Why couldn't it be just:

bagpipes:
  my-fitting:
    custom: setting
    tuned:  value

  my-pipe:
    - my-fitting

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