riff function update
riff function update
Trigger a build to generate a new revision for a function resource
Synopsis
Trigger a build to generate a new revision for a function resource
riff function update [flags]
Examples
  riff function update square
Options
  -h, --help                  help for update
  -l, --local-path string     path to local source to build the image from; only build-pack builds are supported at this time
  -n, --namespace namespace   the namespace of the function
  -v, --verbose               print details of command progress
  -w, --wait                  wait until the created resource reaches either a successful or an error state (automatic with --verbose)
Options inherited from parent commands
      --kubeconfig path   the path of a kubeconfig (default "~/.kube/config")
      --master address    the address of the Kubernetes API server; overrides any value in kubeconfig
SEE ALSO
- riff function - Interact with function related resources