crossplane-docs

command module
v0.1.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 10, 2026 License: Apache-2.0 Imports: 2 Imported by: 0

README

crossplane-docs

What is XDocs?

  • We have XR, XRD, XRC ;) Why not XDocs?
  • Inspired from terraform-docs but for Crossplane
  • Generate markdown based docs for your Compositions, it also includes your linked Resources, XRD and Claim

Installation

XDocs Generator can be installed in several ways to suit your preferences and development environments

Homebrew Tap (macOS & Linux)

If you're using Homebrew, you can install the tool via our custom Homebrew tap

brew tap Kavinraja-G/tap
brew install crossplane-docs
Standalone Binary

For macOS, Linux, and Windows, standalone binaries are available. Download the appropriate binary for your operating system from the releases page, then move it to a directory in your PATH.

macOS/Linux
# Feel free to change the release/arch names accordingly
curl -Lo crossplane-docs https://github.com/Kavinraja-G/crossplane-docs/releases/download/v0.1.0/crossplane-docs_v0.1.0_darwin_amd64.tar.gz
chmod +x crossplane-docs
sudo mv crossplane-docs /usr/local/bin/
Windows

Download the .exe file and add it to your PATH

Docker

Another easiest way to use crossplane-docs is via Docker. Can be really useful if it's integrated in CI/CD pipelines.

# Generate docs for your compositions
docker run --rm -v $(pwd):/workspace ghcr.io/kavinraja-g/crossplane-docs:latest md /workspace/samples -o /workspace/samples/README.md

# Generate XRD-only docs
docker run --rm -v $(pwd):/workspace ghcr.io/kavinraja-g/crossplane-docs:latest md /workspace/samples -o /workspace/samples/README.md --xrd-only

Getting Started

Currently xDocs supports only markdown output, but more in pipeline. To generate markdown docs for your compositions & XRDs

# Generate markdown docs for given compositions and XRDs
crossplane-docs md [INPUT_PATH] -o [OUTPUT_FILE]

# In some cases users prefer to generate XRD docs since pipeline mode is not supported
crossplane-docs md [INPUT_PATH] -o [OUTPUT_FILE] --xrd-only

For example:

crossplane-docs md ./samples -o samples/README.md

Check README.md for the output.

Features

  • Discovers Composition & its resources, XR, XRD and Claim names with their references
  • Markdown ouput with tabulation
  • Supports generating only XRD docs
  • Claim/XRC specifications

Limitations

Crossplane compositions with Pipeline composition mode is not supported.

License

Distributed under the Apache-2.0 License. See LICENSE for more information.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL