Launchable CLI
Project description
Installation
pip install launchable
Set your API token
export LAUNCHABLE_TOKEN=set_your_token
How to use
Basic usage
Record build and commit
launchable record build --name BUILD_ID --source name=REPO_DIST
Example
launchable record build --name 12345678 --source main=.
Optional
Separate commit recording
Basically, launchable record build
record commit data simultaneously. If you want to record commit individually, you could separate recording commit and build.
Using launchable record build --without-commit
, the command surpress commit recoding.
launchable record build --name 12345678 --source main=. --without-commit
To record commit individually, use record commit
.
launchable record commit --source .
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
launchable-0.0.21.tar.gz
(3.9 kB
view hashes)
Built Distribution
Close
Hashes for launchable-0.0.21-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b57da1186e633955d085e42fb5b2c09a1fe502972830b7ca312a127ca6a697c6 |
|
MD5 | 3107dcaa7f701f249de3ff7320f0d247 |
|
BLAKE2b-256 | f82b54cb8767f0244a9b180fe4a5a0d1396dfb8d228b4ac8e4a8108aad1c96c2 |