Compare commits
No commits in common. "master" and "v0.0.1" have entirely different histories.
2 changed files with 2 additions and 8 deletions
|
|
@ -32,7 +32,7 @@ jobs:
|
||||||
FORGEJO_TOKEN: ${{ secrets.FORGEJO_TOKEN }}
|
FORGEJO_TOKEN: ${{ secrets.FORGEJO_TOKEN }}
|
||||||
FORGEJO_URL: https://dev.hflabs.de
|
FORGEJO_URL: https://dev.hflabs.de
|
||||||
REPO_OWNER: henner
|
REPO_OWNER: henner
|
||||||
REPO_NAME: kaffeecli
|
REPO_NAME: kaffeeclipriv
|
||||||
RELEASE_ID: ${{ github.event.release.id }}
|
RELEASE_ID: ${{ github.event.release.id }}
|
||||||
run: |
|
run: |
|
||||||
if [ "${{ matrix.os }}" == "windows" ]; then
|
if [ "${{ matrix.os }}" == "windows" ]; then
|
||||||
|
|
|
||||||
|
|
@ -13,8 +13,7 @@ It is built with Go and uses a simple configuration file to store your API setti
|
||||||
- `klog config url <url>` – set API endpoint
|
- `klog config url <url>` – set API endpoint
|
||||||
- `klog config insecure <true|false>` – ignore self-signed SSL certs
|
- `klog config insecure <true|false>` – ignore self-signed SSL certs
|
||||||
- `klog config show` – show current configuration
|
- `klog config show` – show current configuration
|
||||||
- `klog c` (aliases: `klog k`, `klog coffee`, `klog kaffee`) – log a coffee
|
- `klog c` (aliases: `klog k`, `klog coffee`, `klog kaffee`) – log a coffee event
|
||||||
- `klog balance` – shows your balance
|
|
||||||
- `klog brew <waterIn> [--notify=<true|false>] [--plan=<true|false>] [--planTime=<minutes>]` – log a brew with options
|
- `klog brew <waterIn> [--notify=<true|false>] [--plan=<true|false>] [--planTime=<minutes>]` – log a brew with options
|
||||||
|
|
||||||
- **Formatted output**
|
- **Formatted output**
|
||||||
|
|
@ -53,11 +52,6 @@ klog config url https://example.com/
|
||||||
klog config show
|
klog config show
|
||||||
```
|
```
|
||||||
|
|
||||||
### Show your balance
|
|
||||||
```bash
|
|
||||||
klog balance
|
|
||||||
```
|
|
||||||
|
|
||||||
### Log events
|
### Log events
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue