2015-08-30 01:14:07 +00:00
|
|
|
usage: wakatime [-h] [--entity FILE] [--key KEY] [--write] [--plugin PLUGIN]
|
2015-08-12 17:28:01 +00:00
|
|
|
[--time time] [--lineno LINENO] [--cursorpos CURSORPOS]
|
2015-08-29 23:16:14 +00:00
|
|
|
[--entitytype ENTITY_TYPE] [--proxy PROXY] [--project PROJECT]
|
2015-08-12 17:28:01 +00:00
|
|
|
[--alternate-project ALTERNATE_PROJECT] [--hostname HOSTNAME]
|
|
|
|
[--disableoffline] [--hidefilenames] [--exclude EXCLUDE]
|
|
|
|
[--include INCLUDE] [--logfile LOGFILE] [--apiurl API_URL]
|
2015-09-15 16:03:41 +00:00
|
|
|
[--timeout TIMEOUT] [--config CONFIG] [--verbose] [--version]
|
2015-08-12 01:59:29 +00:00
|
|
|
|
|
|
|
Common interface for the WakaTime api.
|
|
|
|
|
|
|
|
optional arguments:
|
|
|
|
-h, --help show this help message and exit
|
2015-08-30 01:14:07 +00:00
|
|
|
--entity FILE absolute path to file for the heartbeat; can also be a
|
|
|
|
url, domain, or app when --entitytype is not file
|
2015-08-12 01:59:29 +00:00
|
|
|
--key KEY your wakatime api key; uses api_key from
|
|
|
|
~/.wakatime.conf by default
|
|
|
|
--write when set, tells api this heartbeat was triggered from
|
|
|
|
writing to a file
|
|
|
|
--plugin PLUGIN optional text editor plugin name and version for User-
|
|
|
|
Agent header
|
|
|
|
--time time optional floating-point unix epoch timestamp; uses
|
|
|
|
current time by default
|
|
|
|
--lineno LINENO optional line number; current line being edited
|
|
|
|
--cursorpos CURSORPOS
|
|
|
|
optional cursor position in the current file
|
2015-08-29 23:16:14 +00:00
|
|
|
--entitytype ENTITY_TYPE
|
|
|
|
entity type for this heartbeat. can be one of "file",
|
2015-08-30 01:14:07 +00:00
|
|
|
"url", "domain", or "app"; defaults to file.
|
2015-08-12 01:59:29 +00:00
|
|
|
--proxy PROXY optional https proxy url; for example:
|
|
|
|
https://user:pass@localhost:8080
|
|
|
|
--project PROJECT optional project name
|
|
|
|
--alternate-project ALTERNATE_PROJECT
|
|
|
|
optional alternate project name; auto-discovered
|
|
|
|
project takes priority
|
|
|
|
--hostname HOSTNAME hostname of current machine.
|
|
|
|
--disableoffline disables offline time logging instead of queuing
|
|
|
|
logged time
|
|
|
|
--hidefilenames obfuscate file names; will not send file names to api
|
|
|
|
--exclude EXCLUDE filename patterns to exclude from logging; POSIX regex
|
|
|
|
syntax; can be used more than once
|
|
|
|
--include INCLUDE filename patterns to log; when used in combination
|
|
|
|
with --exclude, files matching include will still be
|
|
|
|
logged; POSIX regex syntax; can be used more than once
|
|
|
|
--logfile LOGFILE defaults to ~/.wakatime.log
|
|
|
|
--apiurl API_URL heartbeats api url; for debugging with a local server
|
2015-09-15 16:03:41 +00:00
|
|
|
--timeout TIMEOUT number of seconds to wait when sending heartbeats to
|
|
|
|
api
|
2015-08-12 01:59:29 +00:00
|
|
|
--config CONFIG defaults to ~/.wakatime.conf
|
|
|
|
--verbose turns on debug messages in log file
|
|
|
|
--version show program's version number and exit
|