cli
cli copied to clipboard
Entrypoint should not be required in the func.yaml.
All of the language helpers can provide an entry point that is expected under the default runtimes so we should not require the entrypoint to be present in the yaml. Instead if cmd or entrypoint are not defined we should use the one for the language helper. If there is not one then error out.