cargo-publish (1) - Linux Manuals
cargo-publish: Upload a package to the registry.
NAME
cargo-publish - Upload a package to the registry.
SYNOPSIS
DESCRIPTION
Upload a package to the registry.
OPTIONS
- -h, --help
-
Print this message.
- --host HOST
-
Host to upload the package to.
- --token TOKEN
-
Token to use when uploading.
- --no-verify
-
Don't verify package tarball before publish.
- --manifest-path PATH
-
Path to the manifest of the package to publish.
- -v, --verbose
-
Use verbose output.
- -q, --quiet
-
No output printed to stdout.
- --color WHEN
-
Coloring: auto, always, never.
COPYRIGHT
This work is dual-licensed under Apache 2.0 and MIT terms. See COPYRIGHT file in the cargo source distribution.
SEE ALSO
cargo(1), cargo-install(1), cargo-search(1)