Faster Than Light Command Line Test Client


License
GPL-3.0
Install
pip install bugcatcher==0.1.9

Documentation

ftl

Faster Than Light Command Line Test Client

PyPI version Build Status License: GPL v2

Issues Forks Stars

Installation

Installing with PIP

pip install bugcatcher

Installing with PIP creates a console script for ftl to run BugCatcher.

Installing from the GitHub Repository

Download or clone this repository to your drive. Then use PIP to install the local package by going to its directory in your console and typing: pip install .

Usage

ftl [-h] [--project PROJECT] [--endpoint ENDPOINT] [--async]
       [--sid SID] [--extension EXTENSIONS]
       command [items [items ...]]

Retrieve a SID from the BugCatcher web app and use it directly.

ftl --project "Master" --sid 5EX3c6FNWMAv3AiIsFMGOhnMidNyDkarskyzddFq push *

Or store some environmental variables.

export STL_INTERNAL_SID=5EX3c6FNWMAv3AiIsFMGOhnMidNyDkarskyzddFq
export FTL_PROJECT="Master"

Then minimize your ftl commands.

ftl push *

ftl test

ftl view <test_id> --json

ftl del