tanzu build-service

View all the Tanzu Build Service resources on any Kubernetes cluster that has Tanzu Application Platform (commonly known as TAP) or Tanzu Build Service (commonly known as TBS) installed. For more information see the TAP documentation.

Installation

To access this command group, you must install the Tanzu CLI by following the instructions in Accepting Tanzu Application Platform EULAs and Installing Tanzu CLI in the Tanzu Application Platform documentation.

Usage

CLI plugin: build-service | Plugin version: v1.0.0 | Target: kubernetes

Syntax:

tanzu kubernetes build-service [command]

Aliases:

  build-service, buildservice, tbs, bs

Available Commands:

  build            Build Commands
  builder          Builder Commands
  buildpack        Buildpack Commands
  clusterbuilder   ClusterBuilder Commands
  clusterbuildpack ClusterBuildpack Commands
  clusterstack     ClusterStack Commands
  clusterstore     ClusterStore Commands
  image            Image com

Flags:

  -h, --help   help for build-service

tanzu build-service build

Usage:

tanzu kubernetes build-service build [command]

Aliases:

  build, builds

Available Commands:

  list        List builds
  logs        Tails logs for an image resource build
  status      Display status for an image resource build

Flags:

  -h, --help   help for build

tanzu build-service build list

Prints a table of the most important information about the available builders in the provided namespace.

The namespace defaults to the Kubernetes current-context namespace.

Usage:

  tanzu kubernetes build-service builder list [flags]

Examples:

  tanzu build-service builder list
tanzu build-service builder list -n my-namespace

Flags:

  -h, --help               help for list
  -n, --namespace string   kubernetes namespace

tanzu build-service build logs

Tails logs from the containers of a specific build of an image resource in the provided namespace.

The build defaults to the latest build number. The namespace defaults to the Kubernetes current-context namespace.

Usage:

  tanzu kubernetes build-service builder [command]

Aliases:

  builder, builders

Available Commands:

  list        List available builders
  status      Display status of a builder

Flags:

  -h, --help   help for builder

tanzu build-service build status

Prints detailed information about the status of a specific build of an image resource in the provided namespace.

The build defaults to the latest build number. The namespace defaults to the kubernetes current-context namespace.

Usage:

  tanzu kubernetes build-service build status <image-name> [flags]

Examples:

  tanzu build-service build status my-image
tanzu build-service build status my-image -b 2 -n my-namespace

Flags:

  -b, --build string       build number
  -h, --help               help for status
  -n, --namespace string   kubernetes namespace

tanzu build-service builder

Usage:

  tanzu kubernetes build-service builder [command]

Aliases:

  builder, builders

Available Commands:

  list        List available builders
  status      Display status of a builder

Flags:

  -h, --help   help for builder

tanzu build-service builder list

Prints a table of the most important information about the available builders in the provided namespace.

The namespace defaults to the kubernetes current-context namespace.

Usage:

  tanzu kubernetes build-service builder list [flags]

Examples:

  tanzu build-service builder list
tanzu build-service builder list -n my-namespace

Flags:

  -h, --help               help for list
  -n, --namespace string   kubernetes namespace

tanzu build-service builder status

Prints detailed information about the status of a specific builder in the provided namespace.

The namespace defaults to the Kubernetes current-context namespace.

Usage:

  tanzu kubernetes build-service builder status <name> [flags]

Examples:

  tanzu build-service builder status my-builder
tanzu build-service builder status -n my-namespace other-builder

Flags:

  -h, --help               help for status
  -n, --namespace string   kubernetes namespace

tanzu build-service buildpack

Usage:

  tanzu kubernetes build-service buildpack [command]

Aliases:

  buildpack, buildpacks

Available Commands:

  list        List available buildpacks
  status      Display status of a buildpack

Flags:

  -h, --help   help for buildpack

tanzu build-service buildpack list

Prints a table of the most important information about the available buildpacks in the provided namespace.

The namespace defaults to the kubernetes current-context namespace.

Usage:

  tanzu kubernetes build-service buildpack list [flags]

Examples:

  tanzu build-service buildpack list
tanzu build-service buildpack list -n my-namespace

Flags:

  -h, --help               help for list
  -n, --namespace string   kubernetes namespace

tanzu build-service buildpack status

Prints detailed information about the status of a specific buildpack in the provided namespace.

The namespace defaults to the Kubernetes current-context namespace.

Usage:

  tanzu kubernetes build-service buildpack status <name> [flags]

Examples:

  tanzu build-service buildpack status my-buildpack
tanzu build-service buildpack status -n my-namespace other-buildpack

Flags:

  -h, --help               help for status
  -n, --namespace string   kubernetes namespace

tanzu build-service clusterbuilder

Usage:

  tanzu kubernetes build-service clusterbuilder [command]

Aliases:

  clusterbuilder, clusterbuilders

Available Commands:

  list        List available cluster builders
  status      Display cluster builder status

Flags:

  -h, --help   help for clusterbuilder

tanzu build-service clusterbuilder list

Prints a table of the most important information about the available cluster builders.

Usage:

  tanzu kubernetes build-service clusterbuilder list [flags]

Examples:

  tanzu build-service clusterbuilder list

Flags:

  -h, --help   help for list

tanzu build-service clusterbuilder status

Prints detailed information about the status of a specific cluster builder.

Usage:

  tanzu kubernetes build-service clusterbuilder status <name> [flags]

Examples:

  tanzu build-service clusterbuilder status my-builder

Flags:

  -h, --help   help for status

tanzu build-service clusterbuildpack

Usage:

  tanzu kubernetes build-service clusterbuildpack [command]

Aliases:

  clusterbuildpack, clusterbuildpacks

Available Commands:

  list        List available cluster buildpacks
  status      Display status of a buildpack

Flags:

  -h, --help   help for clusterbuildpack

tanzu build-service clusterbuildpack list

Prints a table of the most important information about the available cluster buildpacks in the provided namespace.

Usage:

  tanzu kubernetes build-service clusterbuildpack list [flags]

Examples:

  tanzu build-service clusterbuildpack list

Flags:

  -h, --help   help for list

tanzu build-service clusterbuildpack status

Prints detailed information about the status of a specific buildpack in the provided namespace.

The namespace defaults to the Kubernetes current-context namespace.

Usage:

  tanzu kubernetes build-service clusterbuildpack status <name> [flags]

Examples:

  tanzu build-service clusterbuildpack status my-buildpack

Flags:

  -h, --help               help for status
  -n, --namespace string   kubernetes namespace

tanzu build-service clusterstack

Usage:

  tanzu kubernetes build-service clusterstack [command]

Aliases:

  clusterstack, clusterstacks

Available Commands:

  list        List cluster stacks
  status      Display cluster stack status

Flags:

  -h, --help   help for clusterstack

tanzu build-service clusterstack list

Prints a table of the most important information about cluster-scoped stacks in the cluster.

Usage:

  tanzu kubernetes build-service clusterstack list [flags]

Examples:

  tanzu build-service clusterstack list

Flags:

  -h, --help   help for list

tanzu build-service clusterstack status

Prints detailed information about the status of a specific cluster-scoped stack.

Usage:

  tanzu kubernetes build-service clusterstack status <name> [flags]

Examples:

  tanzu build-service clusterstack status my-stack

Flags:

  -h, --help      help for status
  -v, --verbose   display mixins

tanzu build-service clusterstore

Usage:

  tanzu kubernetes build-service clusterstore [command]

Aliases:

  clusterstore, clusterstores

Available Commands:

  list        List cluster stores
  status      Display cluster store status

Flags:

  -h, --help   help for clusterstore

tanzu build-service clusterstore list

Prints a table of the most important information about cluster-scoped stores.

Usage:

  tanzu kubernetes build-service clusterstore list [flags]

Examples:

  tanzu build-service clusterstore list

Flags:

  -h, --help   help for list

tanzu build-service clusterstore status

Prints information about the status of a specific cluster-scoped store.

Usage:

  tanzu kubernetes build-service clusterstore status <store-name> [flags]

Examples:

  tanzu build-service clusterstore status my-store

Flags:

  -h, --help      help for status
  -v, --verbose   includes buildpacks and detection order

tanzu build-service image

Usage:

  tanzu kubernetes build-service image [command]

Aliases:

  image, images

Available Commands:

  list        List image resources
  status      Display status of an image resource
  trigger     Trigger an image resource build

Flags:

  -h, --help   help for image

tanzu build-service image list

Prints a table of the most important information about image resources in the provided namespace.

The namespace defaults to the Kubernetes current-context namespace.

Usage:

  tanzu kubernetes build-service image list [flags]

Examples:

  tanzu build-service image list
tanzu build-service image list -A
tanzu build-service image list -n my-namespace
tanzu build-service image list --filter ready=true --filter latest-reason=commit,trigger

Flags:

  -A, --all-namespaces       Return objects found in all namespaces
      --filter stringArray   Each new filter argument requires an additional filter flag.
                             Multiple values can be provided using comma separation.
                             Supported filters and values:
                               builder=string
                               clusterbuilder=string
                               latest-reason=commit,trigger,config,stack,buildpack
                               ready=true,false,unknown
  -h, --help                 help for list
  -n, --namespace string     kubernetes namespace

tanzu build-service image status

Prints detailed information about the status of a specific image resource in the provided namespace.

The namespace defaults to the Kubernetes current-context namespace.

Usage:

  tanzu kubernetes build-service image status <name> [flags]

Examples:

  tanzu build-service image status my-image
tanzu build-service image status my-other-image -n my-namespace

Flags:

  -h, --help               help for status
  -n, --namespace string   kubernetes namespace

tanzu build-service image trigger

Trigger a build using current inputs for a specific image resource in the provided namespace.

Usage:

  tanzu kubernetes build-service image trigger <name> [flags]

Examples:

  tanzu build-service image trigger my-image

Flags:

  -h, --help               help for trigger
  -n, --namespace string   kubernetes namespace
check-circle-line exclamation-circle-line close-line
Scroll to top icon