Skip to content

Commit

Permalink
Merge pull request crossplane#5071 from sttts/sttts-xpkg-build-ignore…
Browse files Browse the repository at this point in the history
…-help

crank: fix xpkg build --ignore help text
  • Loading branch information
phisco authored Nov 30, 2023
2 parents 8a8c116 + 8fd47f5 commit 35d0d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/crank/xpkg/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ type buildCmd struct {
EmbedRuntimeImage string `placeholder:"NAME" help:"An OCI image to embed in the package as its runtime." xor:"runtime-image"`
EmbedRuntimeImageTarball string `placeholder:"PATH" type:"existingfile" help:"An OCI image tarball to embed in the package as its runtime." xor:"runtime-image"`
ExamplesRoot string `short:"e" type:"path" help:"A directory of example YAML files to include in the package." default:"./examples"`
Ignore []string `placeholder:"PATH" help:"Comma-separated paths, specified relative to --package-root, to exclude from the package."`
Ignore []string `placeholder:"PATH" help:"Comma-separated file paths, specified relative to --package-root, to exclude from the package. Wildcards are supported. Directories cannot be excluded."`
PackageFile string `short:"o" type:"path" placeholder:"PATH" help:"The file to write the package to. Defaults to a generated filename in --package-root."`
PackageRoot string `short:"f" type:"existingdir" help:"The directory that contains the package's crossplane.yaml file." default:"."`

Expand Down

0 comments on commit 35d0d9a

Please sign in to comment.