kf stacks

Name

kf stacks - List stacks in the targeted Space.

Synopsis

kf stacks [flags]

Description

Stacks contain information about how to build and run an App. Each stack contains:

  • A unique name to identify it.
  • A build image, the image used to build the App, this usually contains things like compilers, libraries, sources and build frameworks.
  • A run image, the image App instances will run within. These images are usually lightweight and contain just enough to run an App.
  • A list of applicable buildpacks available via the bulidpacks command.

Examples

  kf stacks

Flags

-h, --help
help for stacks

Inherited flags

These flags are inherited from parent commands.

--as=string
Username to impersonate for the operation.
--as-group=strings
Group to impersonate for the operation. Include this flag multiple times to specify multiple groups.
--config=string
Path to the Kf config file to use for CLI requests.
--kubeconfig=string
Path to the kubeconfig file to use for CLI requests.
--log-http
Log HTTP requests to standard error.
--space=string
Space to run the command against. This flag overrides the currently targeted Space.