deploy

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Jun 6, 2026 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package deploy implements the deployah deploy command.

The command renders a Deployah manifest into a Helm chart and installs or upgrades the release on the target cluster for the chosen environment. A dry-run mode renders templates without mutating the cluster.

Register the command with Register on a nabat.dev/nabat.App instance.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Register

func Register(app *nabat.App)

Register adds the deploy command to app.

Types

type Options

type Options struct {
	Environment string `nabat:"environment"`
	Context     string `nabat:"context"`
	DryRun      bool   `nabat:"dry-run"`
}

Options holds command-line flags for deploy.

Jump to

Keyboard shortcuts

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