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.2.tar.gz
(17.6 MB
view hashes)
Built Distribution
launchable-0.1.2-py3-none-any.whl
(17.6 MB
view hashes)
Close
Hashes for launchable-0.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f4c2a180f907e319d701d8b69fcd97c8b716236a9ea6245c6609c0f66b03c858 |
|
MD5 | 41aec3696d9c7089dc6e8f98ee909a39 |
|
BLAKE2b-256 | 8ed1a563a806946a321fd5ab823c03034b90362ece3d6679bbf21c4aabaaf812 |