Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.opentaco.dev/llms.txt

Use this file to discover all available pages before exploring further.

OpenTaco comes with built in versioning for units. Right now we do simple version history, keeping the whole version of each document rather than implementing a diff system. The hosted version at https://otaco.app/ stores the latest 10 versions. This is configurable when self-hosting via the environment variable OPENTACO_MAX_VERSIONS. Version operations respect unit locks.

List Versions

You can list the versions for a unit with the command taco unit versions <unit-id> List Versions

Restore a past version

You can then restore a version from this list by using the version number rather than the hash with taco unit restore <unit-id> <version-number> List Versions