Skip to main content

Client-side tool to interface with shipper

Project description

shippy

version commits-since 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

Command-line arguments:

usage: __main__.py [-h] [-y]

Client-side tool for interfacing with shipper

optional arguments:
  -h, --help  show this help message and exit
  -y, --yes   Upload builds automatically without prompting

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

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.

Project details


Release history Release notifications | RSS feed

This version

1.7.1

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-1.7.1.tar.gz (9.8 kB view hashes)

Uploaded Source

Built Distribution

shipper_shippy-1.7.1-py3-none-any.whl (11.8 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