Show details of a function
Show details of a function
Prints the name, route and any event subscriptions for a deployed function in the current directory or from the directory specified with --path.
func info <name>
# Show the details of a function as declared in the local func.yaml
func info
# Show the details of the function in the myotherfunc directory with yaml output
func info --output yaml --path myotherfunc
-h, --help help for info
-n, --namespace string The namespace in which to look for the named function. (Env: $FUNC_NAMESPACE)
-o, --output string Output format (human|plain|json|xml|yaml|url) (Env: $FUNC_OUTPUT) (default "human")
-p, --path string Path to the project directory (Env: $FUNC_PATH) (default ".")
-v, --verbose Print verbose logs ($FUNC_VERBOSE)
- func - Serverless functions