Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow exporting layers for a given ref #8

Open
volaya opened this issue Oct 2, 2021 · 1 comment
Open

Allow exporting layers for a given ref #8

volaya opened this issue Oct 2, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@volaya
Copy link
Contributor

volaya commented Oct 2, 2021

The plugin should allow exporting layer as a normal static layer (so changes wont be commited and the layer wont be linked to the repo) for any commit/tag/branch.

This requires Kart being able to tell the layer list at any ref, which is something that now cannot do, AFAIK, since it only list the repo content at the current HEAD, and does not allow any ref argument in the command.

@volaya volaya added the enhancement New feature or request label Oct 2, 2021
@hamishcampbell
Copy link
Member

Note that Kart can list datasets at a particular ref by providing the ref as an arg, e.g.

kart data ls some-other-branch
kart data ls 8ff9baf609f

Also worth noting that as of Kart v0.15.2 (https://github.com/koordinates/kart/releases/tag/v0.15.2) the CLI supports export so saving to a normal static layer form any refish should now be straight-forward.

etc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants