Toolset · BugSwarm CLI


Installation

Requires Python 3.

$ pip3 install bugswarm-client

Usage

Download a Docker image and enter the Docker container associated with an artifact.

$ bugswarm run --image-tag <image_tag>

Depending on how Docker is configured on your machine, you may need to enter an administrator password.

Download a Docker image and enter the Docker container with a shared folder between the container and the host machine.

$ bugswarm run --image-tag <image_tag> --use-sandbox

Show metadata for an artifact.

$ bugswarm show --image-tag <image_tag>

Show usage text for the entire tool or for a specific sub-command.

$ bugswarm --help
$ bugswarm <sub-command> --help

Show the version.

$ bugswarm --version

Examples

$ bugswarm run --image-tag square-okio-140452393
$ bugswarm show --image-tag square-okio-140452393 [--token <token>]

You can use BugSwarm Client without a token. However, unauthenticated requests are subject to rate limits (6 requests/minute). You can request a token here.


Previous article

Next article