Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.06 KB

nuctl_build.md

File metadata and controls

37 lines (26 loc) · 1.06 KB

nuctl build

Build a function

Synopsis

Build a function

nuctl build function-name [options] [flags]

Options

  -h, --help                    help for build
  -i, --image string            Container image to use, will use function name if not specified
      --nuclio-src-dir string   Local directory with nuclio sources (avoid cloning)
      --nuclio-src-url string   nuclio sources url for git clone (default "https://github.com/nuclio/nuclio.git")
  -o, --output string           Build output type - docker|binary (default "docker")
  -p, --path string             Function source code path
  -r, --registry string         URL of container registry (for push)

Options inherited from parent commands

  -k, --kubeconfig string   Path to Kubernetes config (admin.conf) (default "C:\\Users\\yaron\\.kube\\config")
  -n, --namespace string    Kubernetes namespace (default "default")
  -v, --verbose             verbose output

SEE ALSO

  • nuctl - nuclio command line interface
Auto generated by spf13/cobra on 17-Aug-2017