func/docs/reference/func_environment.md

37 lines
772 B
Markdown

## func environment
Display function execution environment information
### Synopsis
NAME
func environment - display function execution environment information
SYNOPSIS
func environment [-e|--env-format] [-v|--verbose]
DESCRIPTION
Display information about the function execution environment, including
the version of func, the version of the function spec, the default builder,
available runtimes, and available templates.
```
func environment
```
### Options
```
-f, --format string Format of output environment information, 'json' or 'yaml'. ($FUNC_FORMAT) (default "json")
-h, --help help for environment
-v, --verbose Print verbose logs ($FUNC_VERBOSE)
```
### SEE ALSO
* [func](func.md) - func manages Knative Functions