riff is for functions

riff is for functions

  • Docs
  • Blog
  • GitHub
  • Slack

›Functions

Version (v0.3.x)

  • v0.6.x (snapshot)
  • v0.5.x
  • v0.4.x

Getting Started

  • Pick your environment
  • GKE
  • Minikube
  • Docker for Mac
  • Docker for Windows

CLI Reference

  • riff
  • riff version
  • riff completion
  • System

    • riff system
    • riff system install
    • riff system uninstall

    Namespace

    • riff namespace
    • riff namespace cleanup
    • riff namespace init

    Functions

    • riff function
    • riff function build
    • riff function create
    • riff function update

    Services

    • riff service
    • riff service create
    • riff service delete
    • riff service invoke
    • riff service list
    • riff service status
    • riff service update

    Subscriptions

    • riff subscription
    • riff subscription create
    • riff subscription delete
    • riff subscription list

    Channels

    • riff channel
    • riff channel create
    • riff channel delete
    • riff channel list
Edit

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
← riff function createriff service →
  • riff function update
    • Synopsis
    • Examples
    • Options
    • Options inherited from parent commands
    • SEE ALSO
riff is for functions
Docs
Versions
Community
BlogGitHubSlackKnativeTwitter
More
Privacy PolicyTerms of UseCode of Conduct
Deployed by Netlify
Copyright © 2021 VMware, Inc