Skip to content

Commit

Permalink
Merge pull request #1043 from kisaragi-hiu/docs/clarify-api-cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
gandarez committed Apr 10, 2024
2 parents 1fd560a + 463c97b commit 42030f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Here's an example `$WAKATIME_HOME/.wakatime.cfg` config file with all available
[settings]
debug = false
api_key = your-api-key
api_key_vault_cmd = any shell command to get your api key from vault
api_key_vault_cmd = command arg arg ... (space-separated, no shell syntax)
api_url = https://api.wakatime.com/api/v1
hide_file_names = false
hide_project_names = false
Expand Down Expand Up @@ -89,7 +89,7 @@ some/submodule/name = new project name
| --- | --- | --- | --- |
| debug | Turns on debug messages in log file. | _bool_ | `false` |
| api_key | Your wakatime api key. | _string_ | |
| api_key_vault_cmd | Any shell command to get your api key from vault. | _string_ | |
| api_key_vault_cmd | A command to get your api key, perhaps from some sort of secure vault. Actually a space-separated list of an executable and its arguments. Executables in PATH can be referred to by their basenames. Shell syntax not supported. | _string_ | |
| api_url | The WakaTime API base url. | _string_ | <https://api.wakatime.com/api/v1> |
| hide_file_names | Obfuscate filenames. Will not send file names to api. | _bool_;_list_ | `false` |
| hide_project_names | Obfuscate project names. When a project folder is detected instead of using the folder name as the project, a `.wakatime-project file` is created with a random project name. | _bool_;_list_ | `false` |
Expand Down

0 comments on commit 42030f4

Please sign in to comment.