File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -475,14 +475,14 @@ metadata:
475
475
# Removed for brevity
476
476
` ` `
477
477
478
- Specify the output file with `--output =<filename>.xpkg` option.
478
+ Specify the output file with `--package-file =<filename>.xpkg` option.
479
479
480
480
For example, to build a package from a directory named `test-directory` and
481
481
generate a package named `test-package.xpkg` in the current working directory,
482
482
use the command :
483
483
484
484
` ` ` shell
485
- crossplane xpkg build --package-root=test-directory --output =test-package.xpkg
485
+ crossplane xpkg build --package-root=test-directory --package-file =test-package.xpkg
486
486
` ` `
487
487
488
488
` ` ` shell
Original file line number Diff line number Diff line change @@ -466,14 +466,14 @@ metadata:
466
466
# Removed for brevity
467
467
` ` `
468
468
469
- Specify the output file with `--output =<filename>.xpkg` option.
469
+ Specify the output file with `--package-file =<filename>.xpkg` option.
470
470
471
471
For example, to build a package from a directory named `test-directory` and
472
472
generate a package named `test-package.xpkg` in the current working directory,
473
473
use the command :
474
474
475
475
` ` ` shell
476
- crossplane xpkg build --package-root=test-directory --output =test-package.xpkg
476
+ crossplane xpkg build --package-root=test-directory --package-file =test-package.xpkg
477
477
` ` `
478
478
479
479
` ` ` shell
Original file line number Diff line number Diff line change @@ -475,14 +475,14 @@ metadata:
475
475
# Removed for brevity
476
476
` ` `
477
477
478
- Specify the output file with `--output =<filename>.xpkg` option.
478
+ Specify the output file with `--package-file =<filename>.xpkg` option.
479
479
480
480
For example, to build a package from a directory named `test-directory` and
481
481
generate a package named `test-package.xpkg` in the current working directory,
482
482
use the command :
483
483
484
484
` ` ` shell
485
- crossplane xpkg build --package-root=test-directory --output =test-package.xpkg
485
+ crossplane xpkg build --package-root=test-directory --package-file =test-package.xpkg
486
486
` ` `
487
487
488
488
` ` ` shell
You can’t perform that action at this time.
0 commit comments