Skip to content

Instantly share code, notes, and snippets.

@pabrodez
pabrodez / main.go
Last active December 22, 2024 13:10
Output SpiceDb schema differences on a Azure DevOps pipeline (omitted go.mod and go.sum for brevity)
package main
import (
"encoding/json"
"fmt"
"log"
"os"
"strings"
"github.com/authzed/spicedb/pkg/development"