You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--build string[="true"] Build the function. [auto|true|false]. ($FUNC_BUILD) (default "auto")
117
-
--build-timestamp Use the actual time as the created time for the docker image. This is only useful for buildpacks builder.
118
-
-b, --builder string Builder to use when creating the function's container. Currently supported builders are "pack" and "s2i". (default "pack")
119
-
--builder-image string Specify a custom builder image for use by the builder other than its default. ($FUNC_BUILDER_IMAGE)
120
-
-c, --confirm Prompt to confirm options interactively ($FUNC_CONFIRM)
121
-
--domain string Domain to use for the function's route. Cluster must be configured with domain matching for the given domain (ignored if unrecognized) ($FUNC_DOMAIN)
122
-
-e, --env stringArray Environment variable to set in the form NAME=VALUE. You may provide this flag multiple times for setting multiple environment variables. To unset, specify the environment variable name followed by a "-" (e.g., NAME-).
123
-
-t, --git-branch string Git revision (branch) to be used when deploying via the Git repository ($FUNC_GIT_BRANCH)
124
-
-d, --git-dir string Directory in the Git repository containing the function (default is the root) ($FUNC_GIT_DIR)
125
-
-g, --git-url string Repository url containing the function to build ($FUNC_GIT_URL)
126
-
-h, --help help for deploy
127
-
-i, --image string Full image name in the form [registry]/[namespace]/[name]:[tag]@[digest]. This option takes precedence over --registry. Specifying digest is optional, but if it is given, 'build' and 'push' phases are disabled. ($FUNC_IMAGE)
128
-
-n, --namespace string Deploy into a specific namespace. Will use the function's current namespace by default if already deployed, and the currently active context if it can be determined. ($FUNC_NAMESPACE) (default "default")
129
-
-p, --path string Path to the function. Default is current directory ($FUNC_PATH)
130
-
--platform string Optionally specify a specific platform to build for (e.g. linux/amd64). ($FUNC_PLATFORM)
131
-
-u, --push Push the function image to registry before deploying. ($FUNC_PUSH) (default true)
132
-
--pvc-size string When triggering a remote deployment, set a custom volume size to allocate for the build operation ($FUNC_PVC_SIZE)
133
-
-r, --registry string Container registry + registry namespace. (ex 'ghcr.io/myuser'). The full image name is automatically determined using this along with function name. ($FUNC_REGISTRY)
134
-
--registry-insecure Skip TLS certificate verification when communicating in HTTPS with the registry ($FUNC_REGISTRY_INSECURE)
135
-
-R, --remote Trigger a remote deployment. Default is to deploy and build from the local system ($FUNC_REMOTE)
136
-
--service-account string Service account to be used in the deployed function ($FUNC_SERVICE_ACCOUNT)
137
-
-v, --verbose Print verbose logs ($FUNC_VERBOSE)
116
+
--build string[="true"] Build the function. [auto|true|false]. ($FUNC_BUILD) (default "auto")
117
+
--build-timestamp Use the actual time as the created time for the docker image. This is only useful for buildpacks builder.
118
+
-b, --builder string Builder to use when creating the function's container. Currently supported builders are "pack" and "s2i". (default "pack")
119
+
--builder-image string Specify a custom builder image for use by the builder other than its default. ($FUNC_BUILDER_IMAGE)
120
+
-c, --confirm Prompt to confirm options interactively ($FUNC_CONFIRM)
121
+
--domain string Domain to use for the function's route. Cluster must be configured with domain matching for the given domain (ignored if unrecognized) ($FUNC_DOMAIN)
122
+
-e, --env stringArray Environment variable to set in the form NAME=VALUE. You may provide this flag multiple times for setting multiple environment variables. To unset, specify the environment variable name followed by a "-" (e.g., NAME-).
123
+
-t, --git-branch string Git revision (branch) to be used when deploying via the Git repository ($FUNC_GIT_BRANCH)
124
+
-d, --git-dir string Directory in the Git repository containing the function (default is the root) ($FUNC_GIT_DIR)
125
+
-g, --git-url string Repository url containing the function to build ($FUNC_GIT_URL)
126
+
-h, --help help for deploy
127
+
-i, --image string Full image name in the form [registry]/[namespace]/[name]:[tag]@[digest]. This option takes precedence over --registry. Specifying digest is optional, but if it is given, 'build' and 'push' phases are disabled. ($FUNC_IMAGE)
128
+
-n, --namespace string Deploy into a specific namespace. Will use the function's current namespace by default if already deployed, and the currently active context if it can be determined. ($FUNC_NAMESPACE) (default "default")
129
+
-p, --path string Path to the function. Default is current directory ($FUNC_PATH)
130
+
--platform string Optionally specify a specific platform to build for (e.g. linux/amd64). ($FUNC_PLATFORM)
131
+
-u, --push Push the function image to registry before deploying. ($FUNC_PUSH) (default true)
132
+
--pvc-size string When triggering a remote deployment, set a custom volume size to allocate for the build operation ($FUNC_PVC_SIZE)
133
+
-r, --registry string Container registry + registry namespace. (ex 'ghcr.io/myuser'). The full image name is automatically determined using this along with function name. ($FUNC_REGISTRY)
134
+
--registry-insecure Skip TLS certificate verification when communicating in HTTPS with the registry ($FUNC_REGISTRY_INSECURE)
135
+
-R, --remote Trigger a remote deployment. Default is to deploy and build from the local system ($FUNC_REMOTE)
136
+
--remote-storage-class string Specify a storage class to use for the volume on-cluster during remote builds
137
+
--service-account string Service account to be used in the deployed function ($FUNC_SERVICE_ACCOUNT)
0 commit comments