Launchable CLI
Project description
Installation
pip3 install --user launchable
This creates executable ~/.local/bin/launchable
that should be on your PATH
. See PEP-370 for further details.
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.9.tar.gz
(17.6 MB
view hashes)
Built Distribution
launchable-0.1.9-py3-none-any.whl
(17.6 MB
view hashes)
Close
Hashes for launchable-0.1.9-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5871e6e95d34b9a384c040544b31e9d2da4721941f128b2093d2467cf7b4afbd |
|
MD5 | 7d5c3ef8bae53bbd52d47f9e68a0c689 |
|
BLAKE2b-256 | 7390c810e9c7ac2de0ff0770b426d941583a622d2ec5e5ef6acdd093382344e1 |