Skip to content

Commit

Permalink
docs paths
Browse files Browse the repository at this point in the history
  • Loading branch information
lkingland committed Aug 22, 2022
1 parent 6af06df commit f38ee47
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/reference/commands.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Flags:
-c, --confirm Prompt to confirm all configuration options (Env: $FUNC_CONFIRM)
-h, --help help for build
-i, --image string Full image name in the form [registry]/[namespace]/[name]:[tag] (optional). This option takes precedence over --registry (Env: $FUNC_IMAGE)
-p, --path string Path to the project directory (Env: $FUNC_PATH) (default "/Users/drekar/src/knative.dev/kn-plugin-func")
-p, --path string Path to the project directory (Env: $FUNC_PATH) (default ".")
--platform string Target platform to build (e.g. linux/amd64).
-u, --push Attempt to push the function image after being successfully built
-r, --registry string Registry + namespace part of the image to build, ex 'quay.io/myuser'. The full image name is automatically determined based on the local directory name. If not provided the registry will be taken from func.yaml (Env: $FUNC_REGISTRY)
Expand Down Expand Up @@ -151,7 +151,7 @@ Available Commands:

Flags:
-h, --help help for config
-p, --path string Path to the project directory (Env: $FUNC_PATH) (default "/Users/drekar/src/knative.dev/kn-plugin-func")
-p, --path string Path to the project directory (Env: $FUNC_PATH) (default ".")

Global Flags:
-n, --namespace string The namespace on the cluster used for remote commands. By default, the namespace func.yaml is used or the currently active namespace if not set in the configuration. (Env: $FUNC_NAMESPACE)
Expand Down Expand Up @@ -265,7 +265,7 @@ Flags:
-a, --all string Delete all resources created for a function, eg. Pipelines, Secrets, etc. (Env: $FUNC_ALL) (allowed values: "true", "false") (default "true")
-c, --confirm Prompt to confirm all configuration options (Env: $FUNC_CONFIRM)
-h, --help help for delete
-p, --path string Path to the project directory (Env: $FUNC_PATH) (default "/Users/drekar/src/knative.dev/kn-plugin-func")
-p, --path string Path to the project directory (Env: $FUNC_PATH) (default ".")

Global Flags:
-n, --namespace string The namespace on the cluster used for remote commands. By default, the namespace func.yaml is used or the currently active namespace if not set in the configuration. (Env: $FUNC_NAMESPACE)
Expand Down Expand Up @@ -314,7 +314,7 @@ Flags:
-g, --git-url string Repo url to push the code to be built (Env: $FUNC_GIT_URL)
-h, --help help for deploy
-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. (Env: $FUNC_IMAGE)
-p, --path string Path to the project directory (Env: $FUNC_PATH) (default "/Users/drekar/src/knative.dev/kn-plugin-func")
-p, --path string Path to the project directory (Env: $FUNC_PATH) (default ".")
--platform string Target platform to build (e.g. linux/amd64).
-u, --push Attempt to push the function image to registry before deploying (Env: $FUNC_PUSH) (default true)
-r, --registry string Registry + namespace part of the image to build, ex 'quay.io/myuser'. The full image name is automatically determined based on the local directory name. If not provided the registry will be taken from func.yaml (Env: $FUNC_REGISTRY)
Expand Down Expand Up @@ -348,7 +348,7 @@ func info --output yaml --path myotherfunc
Flags:
-h, --help help for info
-o, --output string Output format (human|plain|json|xml|yaml|url) (Env: $FUNC_OUTPUT) (default "human")
-p, --path string Path to the project directory (Env: $FUNC_PATH) (default "/Users/drekar/src/knative.dev/kn-plugin-func")
-p, --path string Path to the project directory (Env: $FUNC_PATH) (default ".")

Global Flags:
-n, --namespace string The namespace on the cluster used for remote commands. By default, the namespace func.yaml is used or the currently active namespace if not set in the configuration. (Env: $FUNC_NAMESPACE)
Expand Down Expand Up @@ -449,7 +449,7 @@ Flags:
-f, --format string Format of message to send, 'http' or 'cloudevent'. Default is to choose automatically. (Env: $FUNC_FORMAT)
-h, --help help for invoke
--id string ID for the request data. (Env: $FUNC_ID)
-p, --path string Path to the function which should have its instance invoked. (Env: $FUNC_PATH) (default "/Users/drekar/src/knative.dev/kn-plugin-func")
-p, --path string Path to the function which should have its instance invoked. (Env: $FUNC_PATH) (default ".")
--source string Source value for the request data. (Env: $FUNC_SOURCE) (default "/boson/fn")
-t, --target string Function instance to invoke. Can be 'local', 'remote' or a URL. Defaults to auto-discovery if not provided. (Env: $FUNC_TARGET)
--type string Type value for the request data. (Env: $FUNC_TYPE) (default "boson.fn")
Expand Down Expand Up @@ -674,7 +674,7 @@ Flags:
-b, --build string[="true"] Build the function. [auto|true|false]. (default "auto")
-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-).
-h, --help help for run
-p, --path string Path to the project directory (Env: $FUNC_PATH) (default "/Users/drekar/src/knative.dev/kn-plugin-func")
-p, --path string Path to the project directory (Env: $FUNC_PATH) (default ".")
-r, --registry string Registry + namespace part of the image if building, ex 'quay.io/myuser' (Env: $FUNC_REGISTRY)

Global Flags:
Expand Down

0 comments on commit f38ee47

Please sign in to comment.