Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.02 KB

File metadata and controls

36 lines (26 loc) · 1.02 KB
title decree schema publish

decree schema publish

Publish a schema version (makes it immutable and assignable to tenants)

decree schema publish <schema-id> <version> [flags]

Options

  -h, --help   help for publish

Options inherited from parent commands

      --insecure              skip TLS verification (default true)
  -o, --output string         output format: table, json, yaml (default "table")
      --role string           actor role (x-role header) (default "superadmin")
      --server string         gRPC server address (default "localhost:9090")
      --subject string        actor identity (x-subject header)
      --tenant-id string      auth tenant ID (x-tenant-id header)
      --token string          JWT bearer token
      --wait                  wait for the server to be ready before executing the command
      --wait-timeout string   maximum time to wait for server readiness (default "60s")

SEE ALSO