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.20.tar.gz
(3.9 kB
view hashes)
Built Distribution
Close
Hashes for launchable-0.0.20-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2227340518d820f91df87c87b8ae64391d109023857dba9ffe03eccb07af63d8 |
|
MD5 | 83ff61c0c3f5fe94136c6181541a97ad |
|
BLAKE2b-256 | d2c8d996800dc9e8c83a642f66e1145c039fb4e75422621237deecc74e142876 |