vela def list
List definitions
Synopsis
List definitions in kubernetes cluster
vela def list [flags]
Examples
# Command below will list all definitions in all namespaces
> vela def list
# Command below will list all definitions in the vela-system namespace
> vela def get annotations --type trait --namespace vela-system
Options
  -h, --help               help for list
  -n, --namespace string   Specify which namespace to list. If empty, all namespaces will be searched.
  -t, --type string        Specify which definition type to list. If empty, all types will be searched. Valid types: policy, workload, scope, workflow-step, component, trait
Options inherited from parent commands
  -e, --env string   specify environment name for application
SEE ALSO
- vela def - Manage Definitions