איתי אריאל
09/22/2022, 10:07 AMItai David
09/22/2022, 10:34 AMlakectl show <lakefs://myrepo> --commit <COMMIT_ID>
The commit ID can be found using the log command:
lakectl log <lakefs://myrepo/main>
These are examples assume a repository named myrepo
and a branch named main
It also uses our CLI tool - lakectl
, but the commit ID can be used to access a specific commit in all other methods too
Here's an example of reverting to a specific commit, from our docsאיתי אריאל
09/22/2022, 10:35 AMItai David
09/22/2022, 10:37 AMאיתי אריאל
09/22/2022, 10:37 AMItai Admi
09/22/2022, 10:47 AMsync
capability (much like the one aws s3
has) is tracked here and should be started roughly next week. It will allow to download any lakeFS reference (or parts of it) including a commit to a local location.איתי אריאל
09/22/2022, 10:49 AMAriel Shaqed (Scolnicov)
09/22/2022, 10:51 AMaws s3 cp --recursive
. The nice thing about the s3 gateway is that all the cool toys work with it.