API

quickci status

Return the status of the given branch of each project in each CI.

quickci status [OPTIONS] COMMAND [ARGS]...

Options

-b, --branch <branch>

Branch to check

-r, --repo <repo>

Repo to check

appveyor

Return the status of the given branch of each project in AppVeyor.

quickci status appveyor [OPTIONS]

Options

-t, --token <token>

AppVeyor auth token

-b, --branch <branch>

Branch to check

-r, --repo <repo>

Repo to check

buddy

Return the status of the given branch of each project in Buddy.

quickci status buddy [OPTIONS]

Options

-t, --token <token>

Buddy auth token

-b, --branch <branch>

Branch to check

-r, --repo <repo>

Repo to check

circle

Return the status of the given branch of each project in CircleCI.

quickci status circle [OPTIONS]

Options

-t, --token <token>

CircleCI auth token

-b, --branch <branch>

Branch to check

-r, --repo <repo>

Repo to check

drone

Return the status of the given branch of each project in Drone CI.

quickci status drone [OPTIONS]

Options

-t, --token <token>

Drone CI auth token

-b, --branch <branch>

Branch to check

-r, --repo <repo>

Repo to check

travis

Return the status of the given branch of each project in Travis CI.

quickci status travis [OPTIONS]

Options

-t, --token <token>

Travis CI auth token

-b, --branch <branch>

Branch to check

-r, --repo <repo>

Repo to check

quickci config

Create or update the configuration file.

quickci config [OPTIONS] COMMAND [ARGS]...

create

Create a new configuration file or overwrite an existing one.

quickci config create [OPTIONS]

show

Display the content of the configuration file.

quickci config show [OPTIONS]

update

Update a specific service token in the configuration file.

quickci config update [OPTIONS] [travis|circle|appveyor|buddy] TOKEN

Arguments

SERVICE

Required argument

TOKEN

Required argument