func/docs/reference/func_config_envs.md

931 B

func config envs

List and manage configured environment variable for a function

Synopsis

List and manage configured environment variable for a function

Prints configured Environment variable for a function project present in the current directory or from the directory specified with --path.

func config envs

Options

  -h, --help            help for envs
  -o, --output string   Output format (human|json) (Env: $FUNC_OUTPUT) (default "human")
  -p, --path string     Path to the function.  Default is current directory (Env: $FUNC_PATH)
  -v, --verbose         Print verbose logs ($FUNC_VERBOSE)

SEE ALSO