Mounted filesystems expose bookmark controls underDocumentation Index
Fetch the complete documentation index at: https://docs.mesa.dev/llms.txt
Use this file to discover all available pages before exploring further.
fs.bookmark.
fs.bookmark.create()
Create a new bookmark on the current commit without switching to it.Repository name.
Bookmark name.
fs.bookmark.move()
Move an existing bookmark to point at a change.Repository name.
Bookmark name.
Change ID to move the bookmark to.
fs.bookmark.list()
List bookmark names for a repository.Repository name.
Response
create(...) and move(...) return Promise<void>. list(...) returns Promise<string[]>.
