<@U034GN4BXFZ> Getting an Error while diff and com...
# help
a
@Niro Getting an Error while diff and commit .. $ ./lakectl diff lakefs://demorepo@develop Invalid 'ref': parsing lakefs://demorepo@develop: malformed lakefs uri Error executing command. $ ./lakectl commit lakefs://demorepo@develop --message "Commit Message" Invalid 'branch': parsing lakefs://demorepo@develop: malformed lakefs uri Error executing command. files are exist in the below repo branch $ ./lakectl fs ls lakefs://demorepo/develop/ object 2022-07-15 160433 +0530 IST 6.1 kB .DS_Store object 2022-07-15 160433 +0530 IST 1.2 kB kafka-compose.yml object 2022-07-15 160433 +0530 IST 380 B mysql-docker-compose.yml object 2022-07-15 160433 +0530 IST 268 B postgres-compose.yml object 2022-07-15 160433 +0530 IST 236 B redis-compose.yml
b
Use '/' as the separator between the repository and the branch when specify. The lakefs URL to a branch location is lakefs://<repo>/<branch>
🙏🏽 1
a
Its working, thank u👍
b
yes, this one was written at the early days - 2020
in order to simplify the interface we went with '/' at the end
The commands and functionality will work the same - just adjust the syntax.
a
great .. so its like AWS S3 Key
👍🏼 1
n
@Arumugam Maruthanayagam complete lakeFS documentation can be found here: https://docs.lakefs.io/
b
Exactly