cargo-publish (1) Linux Manual Page
cargo-publish – Upload a package to the registry.
Synopsis
cargo publish [OPTIONS]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.
