Skip to main content

kind CLI reference

ModularPipelines.Kind provides strongly typed access to the kind CLI.

Installation

dotnet add package ModularPipelines.Kind

Import ModularPipelines.Kind.Extensions, then resolve the service with context.Kind().

Module example

Resolve the service in a module, then select a generated sub-domain and command from the table below:

using ModularPipelines.Kind.Extensions;

var kind = context.Kind();

Commands

CLI commandOptions record
kind build node-imageKindBuildNodeImageOptions
kind create clusterKindCreateClusterOptions
kind delete clusterKindDeleteClusterOptions
kind delete clustersKindDeleteClustersOptions
kind export kubeconfigKindExportKubeconfigOptions
kind export logsKindExportLogsOptions
kind get clustersKindGetClustersOptions
kind get kubeconfigKindGetKubeconfigOptions
kind get nodesKindGetNodesOptions
kind load docker-imageKindLoadDockerImageOptions
kind load image-archiveKindLoadImageArchiveOptions