Allow remote_package_files to reference a local path #3466
Unanswered
vvuk
asked this question in
Core functionality
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe your core improvement
The syntax for including files from a remote github repo via remote_package_files is substantially different from including local files with substitution. This makes it difficult to iterate on a config that's in the same repo as the package files locally. It would be very convenient if instead of
url: ...something likepath: .could be used to just point to local files.It's possible to use
url: file:///path/to/directory, but that will still do a clone -- requiring changes to be committed to the repo.Current limitations
Users have to use very different syntax for working from local directory/repo package files vs remote
Technical benefits
Simplify local development
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions