Releases: tbsklg/strikes
Releases · tbsklg/strikes
0.2.7
0.2.6
Clear all strikes (#24)
0.2.5
- Change default configuration path from
.strikes
to.config/strikes
- Show strikes count in descending order
0.2.4
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
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
Update version to 0.2.2
0.2.1
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
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
Features:
strikes ls
prints the list of tarnished persons in descending order.
strikes ls
Tarnished | Strikes |
guenther | 3 |
heinz | 2 |
0.0.2
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 |