Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@ Wrap a binary in a container image and publish it.
If the `product` being packaged has a [resource bundle](https://developer.apple.com/documentation/xcode/bundling-resources-with-a-swift-package) it will be added to the image automatically.

- term `--username <username>`:
Username to use when logging into the registry.
Default username to use when logging into the registry.

This username is used if there is no matching `.netrc` entry for the registry, there is no `.netrc` file, or the `--disable-netrc` option is set.
The same username is used for the source and destination registries.
The `.netrc` file is ignored when this option is specified.

- term `--password <password>`:
Password to use when logging into the registry.
Default password to use when logging into the registry.

This password is used if there is no matching `.netrc` entry for the registry, there is no `.netrc` file, or the `--disable-netrc` option is set.
The same password is used for the source and destination registries.
The `.netrc` file is ignored when this option is specified.

- term `-v, --verbose`:
Verbose output.
Expand Down