Skip to main content
Version: 2.26 (prerelease)

publish


pants publish [args]

Publish deliverables (assets, distributions, images, etc).

Backend: pants.core

Config section: [publish]

Basic options

noninteractive_process_output

--publish-noninteractive-process-output=<ShowOutput>
PANTS_PUBLISH_NONINTERACTIVE_PROCESS_OUTPUT
pants.toml
[publish]
noninteractive_process_output = <ShowOutput>
one of: all, failed, none
default: all

Show stdout/stderr when publishing with noninteractively. This only has an effect for those publish subsystems that support a noninteractive mode.

output

--publish-output=<str>
PANTS_PUBLISH_OUTPUT
pants.toml
[publish]
output = <str>
default: None

Filename for JSON structured publish information.

Advanced options

None

Deprecated options

None