brief-engineer-67497
11/12/2018, 3:33 PMaloof-angle-91616
11/12/2018, 4:02 PM./pants help, or somewhere else?brief-engineer-67497
11/12/2018, 5:08 PMaloof-angle-91616
11/12/2018, 5:45 PM./pants options or jumping into the pants codebase itself. glad you found it, and thanks for providing the source!brief-engineer-67497
11/12/2018, 5:47 PMbrief-engineer-67497
11/12/2018, 5:48 PM--no-publish-jar-dryrunaloof-angle-91616
11/12/2018, 5:50 PM./pants publish.jar --no-dryrun <target> will do the same as ./pants --no-publish-jar-dryrun publish <target> (the .jar after publish only affects scopes of options applied after it, not the targets selected. we're working on streamlining this interface)aloof-angle-91616
11/12/2018, 5:51 PM./pants help publish has this option too (sometimes help-advanced is useful, for options registered with advanced=True)aloof-angle-91616
11/12/2018, 5:53 PMbrief-engineer-67497
11/12/2018, 5:55 PM