Launchable CLI
Project description
Usage
See https://www.launchableinc.com/docs/resources/cli-reference/ and https://www.launchableinc.com/docs/getting-started/.
Development
Preparation
We recommend Pipenv
pip install pipenv==2021.5.29
pipenv install --dev
In order to automatically format files with autopep8, this repository contains a
configuration for pre-commit. Install the hook with
pipenv run pre-commit install
.
Load development environment
pipenv shell
Run tests cli
pipenv run test
Run tests exe_deploy.jar
bazel test ...
Add dependency
pipenv install --dev some-what-module
How to release
Create new release on Github, then Github Actions automatically uploads the module to PyPI.
How to update launchable/jar/exe_deploy.jar
bazel build //src/main/java/com/launchableinc/ingest/commits:exe_deploy.jar
cp bazel-bin/src/main/java/com/launchableinc/ingest/commits/exe_deploy.jar launchable/jar/exe_deploy.jar
Installing CLI
You can install the launchable
command from either source or pypi.
Prerequisite
- >= Python 3.6
- >= Java 8
Install from source
$ pwd
~/cli
$ python setup.py install
Install from pypi
$ pip3 install --user --upgrade launchable~=1.0
Versioning
This module follows Semantic versioning such as X.Y.Z.
- Major (X)
- Drastic update breaking backward compatibility
- Minor (Y)
- Add new plugins, options with backward compatibility
- Patch (Z)-
- Fix bugs or minor behaviors
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-1.78.0.tar.gz
(9.5 MB
view hashes)
Built Distribution
Close
Hashes for launchable-1.78.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 21f2b5d93dfa3dde3bc9ce1b79a1a7b8ffe020b47328a774d4466606cad6c6db |
|
MD5 | 3ec78ad9e3f93e3bc842d90a3219ced0 |
|
BLAKE2b-256 | 6a024f23eb843bf8b18f57e5685bdf0376a5842ab0e011745730171039cfad98 |