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
| `-r` | `--include-function-results` | Include informational and warning messages from Functions in the rendered output as resources of kind: Result. |
515
515
| `-x` | `--include-full-xr` | Include a direct copy of the input XR's spec and metadata fields in the rendered output. |
516
516
| `-o` | `--observed-resources=PATH` | A YAML file or directory of YAML files specifying the observed state of composed resources. |
517
-
| | `--extra-resources=PATH` | A YAML file or directory of YAML files specifying required resources (deprecated, use --required-resources). |
518
-
| `-e` | `--required-resources=PATH` | A YAML file or directory of YAML files specifying required resources to pass to the Function pipeline. |
517
+
| | `--extra-resources=PATH` | A YAML file or directory of YAML files specifying required resources (deprecated, use --required-resources). Provide multiple files by repeating the argument. |
518
+
| `-e` | `--required-resources=PATH` | A YAML file or directory of YAML files specifying required resources to pass to the Function pipeline. Provide multiple files by repeating the argument. |
519
519
| `-s` | `--required-schemas=DIR` | A directory of JSON files specifying OpenAPI v3 schemas (from kubectl get --raw /openapi/v3/<group-version>). |
520
520
| `-c` | `--include-context` | Include the context in the rendered output as a resource of kind: Context. |
521
521
| | `--function-credentials=PATH` | A YAML file or directory of YAML files specifying credentials to use for Functions to render the XR. |
|`-c`|`--include-context`| Include the context in the rendered output as a resource of kind: Context. |
1078
1078
|`-o`|`--include-full-operation`| Include a direct copy of the input Operation's spec and metadata fields in the rendered output. |
1079
1079
|`-r`|`--include-function-results`| Include informational and warning messages from functions in the rendered output as resources of kind: Result. |
1080
-
|`-e`|`--required-resources=PATH`| A YAML file or directory of YAML files specifying required resources to pass to the function pipeline. |
1080
+
|`-e`|`--required-resources=PATH`| A YAML file or directory of YAML files specifying required resources to pass to the function pipeline. Provide multiple files by repeating the argument. |
1081
1081
||`--required-schemas=DIR`| A directory of JSON files specifying OpenAPI schemas to pass to the function pipeline. |
1082
1082
|`-w`|`--watched-resource=PATH`| A YAML file specifying the watched resource for WatchOperation rendering. The resource is also added to required resources. |
1083
1083
||`--cache-dir=STRING`| Directory for cached xpkg package contents. |
||`--embed-runtime-image=NAME`| An OCI image to embed in the package as its runtime. |
2005
2007
||`--embed-runtime-image-tarball=PATH`| An OCI image tarball to embed in the package as its runtime. |
2006
2008
|`-e`|`--examples-root="./examples"`| A directory of example YAML files to include in the package. |
2007
-
||`--ignore=PATH,...`|comma-separated list of globs specifying files to exclude from the build, relative to --package-root. |
2009
+
||`--ignore=PATH,...`|Comma-separated file paths, specified relative to --package-root, to exclude from the package. Crossplane supports wildcards. You can't exclude directories. |
2008
2010
|`-o`|`--package-file=PATH`| The file to write the package to. Defaults to a generated filename in --package-root. |
2009
2011
|`-f`|`--package-root="."`| The directory that contains the package's crossplane.yaml file. |
0 commit comments