## func config labels List and manage configured labels for a function ### Synopsis List and manage configured labels for a function Prints configured labels for a function project present in the current directory or from the directory specified with --path. ``` func config labels ``` ### Options ``` -h, --help help for labels -p, --path string Path to the project directory (Env: $FUNC_PATH) (default ".") ``` ### Options inherited from parent commands ``` -n, --namespace string The namespace on the cluster used for remote commands. By default, the namespace func.yaml is used or the currently active namespace if not set in the configuration. (Env: $FUNC_NAMESPACE) -v, --verbose Print verbose logs ($FUNC_VERBOSE) ``` ### SEE ALSO * [func config](func_config.md) - Configure a function * [func config labels add](func_config_labels_add.md) - Add labels to the function configuration * [func config labels remove](func_config_labels_remove.md) - Remove labels from the function configuration