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
Basic usage,
launchable record build --name BUILD_ID --source .
Or if you want to specify the repo name,
launchable record build --name BUILD_ID --source REPO_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.1.3.tar.gz
(17.6 MB
view hashes)
Built Distribution
launchable-0.1.3-py3-none-any.whl
(17.6 MB
view hashes)
Close
Hashes for launchable-0.1.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f995af1b2a2c0953ed399bd59faba5a281e7d4183a5457729ba9d55a87061d9a |
|
MD5 | f9ff73d8889942533b075a44183e3fc0 |
|
BLAKE2b-256 | b0c1c1dbf71c205074aeda0d02c067b70bd08dc3d768c13ca0d8d16864eed248 |