@aliaksandarpratashchyk/kickcat 0.5.1 → 0.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -24,7 +24,7 @@ KickCat keeps GitHub metadata (milestones, labels, issues) as YAML and syncs it
24
24
  ## Configuration
25
25
 
26
26
  - **Logging:** `--log-level [debug|info|warn|error|off]` (default: `off`)
27
- - **Local storage:** `--local-storage` or `KICKCAT_LOCAL_STORAGE` (YAML file/folder, defaults to the current working directory).
27
+ - **Local storage:** `--local-storage` or `KICKCAT_LOCAL_STORAGE` (YAML file/folder, defaults to `./.github`).
28
28
  - **Remote storage:**
29
29
  - GitHub (default): set `GITHUB_TOKEN` (or pass `--git-hub-token`) and repo/owner derived from the current git remote or `GITHUB_REPOSITORY`.
30
30
  - File-based: `--remote-storage` or `KICKCAT_REMOTE_STORAGE` to point at another YAML file/folder.