Manages Tanzu projects. A Tanzu project is a compartment within an organization that defines infrastructure resources for a set of users or groups within an organization, and designates access to and billing for those resources.
CLI plugin: project
| Target: kubernetes
| Primarily used for: App development | Release Notes
Syntax:
tanzu project [command]
tanzu kubernetes project [command]
project, projects
apply Apply configuration to a new or existing project
create Create a project with specified configuration
delete Delete a project
get Get details from a project
list List the projects in the current workspace.
use Use a specific project
-h, --help help for project
--no-color deactivate color, bold, animations, and emoji output
-v, --verbose int32 number for the log level verbosity (default 1)
Apply configuration to a new or existing project
tanzu project apply [flags]
tanzu kubernetes project apply [flags]
tanzu project apply --file project.yaml
tanzu project apply NAME
--dry-run print kubernetes resources to stdout rather than apply them to the cluster, messages normally on stdout will be sent to stderr
-f, --file file path file path containing the description of a single project. Use value "-" to read from stdin
-h, --help help for apply
-y, --yes accept all prompts
Create a project with specified configuration
tanzu project create [flags]
tanzu kubernetes project create [flags]
tanzu project create --file project.yaml
tanzu project create NAME
--dry-run print kubernetes resources to stdout rather than apply them to the cluster, messages normally on stdout will be sent to stderr
-f, --file file path file path containing the description of a single project. Use value "-" to read from stdin
-h, --help help for create
-y, --yes accept all prompts
Delete a project
tanzu project delete [flags]
tanzu kubernetes project delete [flags]
tanzu project delete --file project.yaml
tanzu project delete NAME
-f, --file file path file path containing the description of a single project. Use value "-" to read from stdin
-h, --help help for delete
-y, --yes accept all prompts
Get details from a project
tanzu project get [flags]
tanzu kubernetes project get [flags]
tanzu project get NAME
-h, --help help for get
-o, --output string output the project formatted. Supported formats: "json", "yaml", "yml"
List the projects in the current workspace.
Project list configuration options include:
tanzu project list [flags]
tanzu kubernetes project list [flags]
tanzu project list
tanzu project list --output yaml
-h, --help help for list
-o, --output string output the projects formatted. Supported formats: "json", "yaml", "yml"
Use a specific project in the current workspace.
tanzu project use [flags]
tanzu kubernetes project use [flags]
tanzu project use NAME
-h, --help help for use