func/docs/reference/func_config_labels_add.md

32 lines
698 B
Markdown

## func config labels add
Add labels to the function configuration
### Synopsis
Add labels to the function configuration
Interactive prompt to add labels to the function project in the current
directory or from the directory specified with --path.
The label can be set directly from a value or from an environment variable on
the local machine.
```
func config labels add
```
### Options
```
-h, --help help for add
-p, --path string Path to the function. Default is current directory ($FUNC_PATH)
-v, --verbose Print verbose logs ($FUNC_VERBOSE)
```
### SEE ALSO
* [func config labels](func_config_labels.md) - List and manage configured labels for a function