Skip to content

Commit 7e4b4b9

Browse files
authored
corrects xpkg build output flag. Resolves #689 (#719)
Signed-off-by: Pete Lumbis <[email protected]>
1 parent 2dfa746 commit 7e4b4b9

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

content/master/concepts/packages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -475,14 +475,14 @@ metadata:
475475
# Removed for brevity
476476
```
477477

478-
Specify the output file with `--output=<filename>.xpkg` option.
478+
Specify the output file with `--package-file=<filename>.xpkg` option.
479479

480480
For example, to build a package from a directory named `test-directory` and
481481
generate a package named `test-package.xpkg` in the current working directory,
482482
use the command:
483483

484484
```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
486486
```
487487

488488
```shell

content/v1.14/concepts/packages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -466,14 +466,14 @@ metadata:
466466
# Removed for brevity
467467
```
468468

469-
Specify the output file with `--output=<filename>.xpkg` option.
469+
Specify the output file with `--package-file=<filename>.xpkg` option.
470470

471471
For example, to build a package from a directory named `test-directory` and
472472
generate a package named `test-package.xpkg` in the current working directory,
473473
use the command:
474474

475475
```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
477477
```
478478

479479
```shell

content/v1.15/concepts/packages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -475,14 +475,14 @@ metadata:
475475
# Removed for brevity
476476
```
477477

478-
Specify the output file with `--output=<filename>.xpkg` option.
478+
Specify the output file with `--package-file=<filename>.xpkg` option.
479479

480480
For example, to build a package from a directory named `test-directory` and
481481
generate a package named `test-package.xpkg` in the current working directory,
482482
use the command:
483483

484484
```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
486486
```
487487

488488
```shell

0 commit comments

Comments
 (0)