Skip to content

Profile generation from relative catalog path #816

@meganwolf0

Description

@meganwolf0

Environment

N/A

Steps to reproduce

When running lula generate profile --source ./some/relative/catalog.yaml --output ./some/relative/profile.yaml the generated profile source is not normalized on the respective relative path to the output

Expected result

profile.yaml created at ./some/relative/profile.yaml with the following:

profile:
  imports:
    - href: catalog.yaml

Actual Result

profile.yaml created at ./some/relative/profile.yaml with the following:

profile:
  imports:
    - href: ./some/relative/catalog.yaml

Visual Proof (screenshots, videos, text, etc)

Severity/Priority

Low

Metadata

Metadata

Assignees

No one assigned

    Labels

    possible-bugSomething may not be workingtriageAwaiting triage from the team

    Type

    No type

    Projects

    Status

    🆕 New

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions