Fundamentum CLI

A CLI tool for the Fundamentum platform

fun functions names add

Add a function to your config

Synopsis

This command locally links an existing function to a name. The existing function is represented by the provided project id and function id. The local function link will point to the context specified with –context, or ‘default’ if no context is specified.’

fun functions names add [name] [flags]

Options

      --context string    context (default "default")
  -f, --function string   function (required)
  -h, --help              help for add
      --no-check          do not check that the endpoint is reachable
      --override          override existing configuration
  -p, --project int       project (required)

Options inherited from parent commands

      --config string   config directory

SEE ALSO