riff is for functions

riff is for functions

  • Docs
  • Blog
  • GitHub
  • Slack

›CLI Reference

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 completion

riff completion

Generate shell completion scripts

Synopsis

Generate shell completion scripts

riff completion [bash|zsh] [flags]

Examples

To install completion for bash, assuming you have `bash-completion` installed:

    riff completion bash > /etc/bash_completion.d/riff

or wherever your `bash_completion.d` is, for example `$(brew --prefix)/etc/bash_completion.d` if using homebrew.

Completion for zsh is a work in progress

Options

  -h, --help   help for completion

SEE ALSO

  • riff - Commands for creating and managing function resources
← riff versionriff system →
  • riff completion
    • Synopsis
    • Examples
    • Options
    • SEE ALSO
riff is for functions
Docs
Versions
Community
BlogGitHubSlackKnativeTwitter
More
Privacy PolicyTerms of UseCode of Conduct
Deployed by Netlify
Copyright © 2021 VMware, Inc