grafana-util docs

grafana-util-change-preflight.1

Browser-readable rendering of a generated roff manpage.

This page renders the generated roff manpage into readable HTML for browser use. For richer per-subcommand detail, prefer the command-reference pages.

NAME

grafana-util-change-preflight - build a staged sync preflight document from desired resources and optional availability hints.

SYNOPSIS

grafana-util change preflight [OPTIONS]

DESCRIPTION

build a staged sync preflight document from desired resources and optional availability hints.

when you need a structural gate before planning or applying.

SUCCESS CRITERIA

  • the preflight document tells you whether the change is structurally ready to enter plan or apply
  • blocking checks are explicit enough that another operator or CI lane can stop safely
  • availability hints and live fetch data line up with the target environment you intend to change

FAILURE CHECKS

  • if preflight blocks unexpectedly, verify that the desired input and any availability input belong to the same environment
  • if a live-backed preflight looks wrong, confirm the auth, org, and target Grafana before trusting the result
  • if CI is parsing the JSON, use kind and schemaVersion first, then inspect summary and checks

SEE ALSO

grafana-util(1), grafana-util-change(1)