deploy-status

command
v0.6.2 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2026 License: MIT Imports: 3 Imported by: 0

README

Deploy Status

Variant enums for a deployment pipeline — each state carries its own fields, so there are no nullable catch-all columns and the compiler enforces exhaustive handling.

What it shows

  • enum DeployStatus with five variants (Queued, Building, Running, Failed, RolledBack), each with distinct payload fields.
  • |> switch as v to format each variant using its own fields.
  • Plain switch s as v inside a predicate (isHealthy) that only cares about one variant.

Running

kukicha run examples/deploy-status/main.kuki

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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