Skip to content

Commit

Permalink
remove duplicate example
Browse files Browse the repository at this point in the history
Signed-off-by: Pete Lumbis <pete@upbound.io>
  • Loading branch information
plumbis committed Oct 30, 2023
1 parent ce76bca commit e1cb0f9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions content/v1.14/cli/command-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ For example, to push a local package named `my-package` to
DockerHub organization `crossplane-docs/my-package:v0.14.0` use:
`crossplane xpkg push -f my-package.xpkg index.docker.io/crossplane-docs/my-package:v0.14.0`.


#### Flags

{{< table "table table-sm table-striped">}}
Expand All @@ -287,9 +288,6 @@ DockerHub organization `crossplane-docs/my-package:v0.14.0` use:
| `-f` | `--package-files=PATH` | A comma-separated list of xpkg files to push. |
{{< /table >}}

For example, to push a package named `my-configuration` use
`crossplane xpkg push -f my-configuration.xpkg`

### xpkg update

The `crossplane xpkg update` command downloads and updates an existing package.
Expand Down

0 comments on commit e1cb0f9

Please sign in to comment.