1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00
wtf/_site/content/posts/modules/circleci.md
2018-06-10 20:00:12 -04:00

1021 B

title, date, draft
title date draft
CircleCI 2018-06-10T19:26:08-04:00 false

Added in v0.0.7.

Displays build information for your CircleCI account.

circleci screenshot

Source Code

wtf/circleci/

Required ENV Variables

Key: WTF_CIRCLE_API_KEY
Value: Your CircleCI API token.

Keyboard Commands

None.

Configuration

circleci:
  enabled: true
  position:
    top: 4
    left: 1
    height: 1
    width: 2
  refreshInterval: 900

Attributes

enabled
Determines whether or not this module is executed and if its data displayed onscreen.
Values: true, false.

position
Defines where in the grid this module's widget will be displayed.

refreshInterval
How often, in seconds, this module will update its data.
Values: A positive integer, 0..n.