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.
--config=string
- Config file (default is $HOME/.kf)
--kubeconfig=string
- Kubectl config file (default is $HOME/.kube/config)
--log-http
- Log HTTP requests to stderr
--space=string
- Space to run the command against. This overrides the currently targeted space