func/docs/reference/func_config.md

974 B

func config

Configure a function

Synopsis

Configure a function

Interactive prompt that allows configuration of Git configuration, Volume mounts, Environment variables, and Labels for a function project present in the current directory or from the directory specified with --path.

func config

Options

  -h, --help          help for config
  -p, --path string   Path to the function.  Default is current directory ($FUNC_PATH)
  -v, --verbose       Print verbose logs ($FUNC_VERBOSE)

SEE ALSO