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.
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.