Replace command-line credential options and environment variables
with config file documentation. Add the new `running` command and
update all examples to use the required --server option.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Allow passing URL, username, and password via global options (-u, -U, -P)
as an alternative to environment variables. Options take precedence over
environment variables.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
A CLI tool built with Click and Rich to interact with Jenkins servers.
Provides commands for viewing server info, listing jobs, triggering builds,
checking build status, and watching build progress.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>