Skip to content

Releases: tbsklg/strikes

0.2.7

07 Oct 06:03
24d311f
Compare
Choose a tag to compare
Show help when no subcommand was provided (#37)

0.2.6

04 Sep 16:19
b159c89
Compare
Choose a tag to compare
Clear all strikes (#24)

0.2.5

03 Sep 07:03
14d2b4a
Compare
Choose a tag to compare
  • Change default configuration path from .strikes to .config/strikes
  • Show strikes count in descending order

0.2.4

30 Aug 11:19
8987dc4
Compare
Choose a tag to compare

Features:

  • Use a remote location to get all strikes. The remote settings must be stored in configuration.yaml as follows:
remote:
    base_url: "https://strikes.example.com"
    api_key: "your-api-key"
strikes ls

0.2.3

29 Aug 14:32
afde8c1
Compare
Choose a tag to compare

Features:

  • Use a remote server to save the strikes. The remote settings must be stored in configuration.yaml as follows:
remote:
    base_url: "https://strikes.example.com"
    api_key: "your-api-key"
  • Use Terraform to deploy your own remote instance to AWS

0.2.2

29 Aug 14:23
Compare
Choose a tag to compare
Update version to 0.2.2

0.2.1

23 Aug 15:56
f5434a4
Compare
Choose a tag to compare

Features:

Run strikes check-health to test current configuration

Simple CLI tool to track and assign strikes

Usage: strikes [OPTIONS] [COMMAND]

Commands:
  strike        Add a strike
  ls            List all strikes
  clear         Clear strikes
  check-health  Check health of the client
  help          Print this message or the help of the given subcommand(s)

Options:
  -c, --config-path <CONFIG_PATH>
          Specify the path to the configuration file

  -h, --help
          Print help (see a summary with '-h')

  -V, --version
          Print version

0.1.0

22 Aug 07:06
7bc48bc
Compare
Choose a tag to compare

Features:

Simple CLI tool to track and assign strikes

Usage: strikes [OPTIONS] [COMMAND]

Commands:
  strike  Add a strike
  ls      List all strikes
  clear   Clear strikes
  help    Print this message or the help of the given subcommand(s)

Options:
  -c, --config-path <CONFIG_PATH>
          Specify the path to the configuration file where the strikes are stored

  -d, --db-path <DB_PATH>
          Specify the path to the database json file (i.e. db.json)

  -h, --help
          Print help (see a summary with '-h')

  -V, --version
          Print version

0.0.2-alpha

21 Aug 12:10
204e9ec
Compare
Choose a tag to compare

Features:

strikes ls prints the list of tarnished persons in descending order.

strikes ls

Tarnished | Strikes |
guenther  | 3       |
heinz     | 2       |

0.0.2

21 Aug 18:35
Compare
Choose a tag to compare

Features:

strikes strike guenther gives guenther one strike.

strikes strike guenther

guenther has been tarnished!

strikes ls prints the list of tarnished persons in descending order.

strikes ls

Tarnished | Strikes |
guenther  | 3       |
heinz     | 2       |