Skip to content

Support local manifest files for --manifest flag #482

Description

@VelmiraS

Currently, the --manifest flag only accepts GitHub URLs. Passing a local file path returns a confusing error:

failed to resolve manifest /path/to/manifest.yaml:
can't build manifest node /path/to/manifest.yaml absolute URL :
no suitable repository host for /path/to/manifest.yaml

Supporting local paths would make it easier to test and develop manifests
without having to push them to a GitHub repository first.

Expected behavior: --manifest ./my-manifest.yaml works the same as a GitHub URL.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions