Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.resyndeo.com/llms.txt

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

install

Provision a local k3d cluster and register it with the Resyndeo backend.
resyndeo install --token <token>
FlagDefaultPurpose
--tokenrequiredInstall token from app.resyndeo.com
--backendhttps://api.resyndeo.comResyndeo API endpoint
--nats-urlfrom backendNATS endpoint used by the in-cluster daemon
--system-k3dfalseUse a system-installed k3d binary instead of downloading one

version

Print the binary version, commit, and build date.
resyndeo version
No flags.

daemon

Internal — runs inside the cluster, started automatically by resyndeo install. Not for direct user invocation.
FlagPurpose
--cluster-idCluster UUID; set by install
--nats-urlNATS endpoint

postrender

Internal Helm post-renderer. Not for direct user invocation.