Client-side tool to interface with shipper
Project description
shippy
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
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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for shipper_shippy-1.10.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 355e08ec1d62f9efe0aaae5a70ceb34a14374ccaf3f3fdcac7d4591b51b3c7b6 |
|
MD5 | 7c1c2fb04ac666ab1d30b2ccbb960995 |
|
BLAKE2b-256 | 8021bf173583f6733e3b02f586dd3ba3ef9f40253e536a63ca1fd0daaf2229cc |