Skip to main content

Client-side tool to interface with shipper

Project description

shippy

PyPI PyPI - Downloads

Client-side tool to interface with shipper

Usage

Get shippy from PyPI:

pip3 install --upgrade shipper-shippy

Go to the directory with build files, and run:

shippy

Run shippy -h to see commandline arguments' usage instructions.

Configuration

shippy stores its configuration in ~/.shippy.ini. An example configuration file is shown below:

[shippy]
server = https://example.com
token = a1b2c3d4e5...
DisableBuildOnUpload = false
UploadWithoutPrompt = false
debug = false

Configuration options explained:

server

Server URL

token

Token used to sign in to the server

DisableBuildOnUpload

Immediately disables the build after uploading it. Useful if you are uploading from Jenkins or uploading potentially unstable builds. Do NOT use under normal circumstances!

UploadWithoutPrompt

shippy will not prompt you before uploading builds, and will automatically upload all builds found in the current directory. Use with caution. Same as the -y/--yes flag shown above.

debug

Enable debug mode for all invocations. When set to true, the -d/--debug flag will have no effect, and all invocations of shippy will run with debug mode enabled.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

shipper_shippy-2.34.tar.gz (10.8 kB view hashes)

Uploaded Source

Built Distribution

shipper_shippy-2.34.0-py3-none-any.whl (13.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page