Skip to main content

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.19.tar.gz (3.9 kB view hashes)

Uploaded Source

Built Distribution

launchable-0.0.19-py3-none-any.whl (5.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page