Utilities
Generate Placeholder Data¶
Info
This script requires Faker to be installed. Install with pip install faker
.
Entrypoint¶
generate-fake-toggl-data
Arguments and Usage¶
Usage¶
usage: generate-fake-toggl-data [-h] [-s SEED] [--cache-type {sqlite,json}] cache_path
Arguments¶
Short | Long | Default | Description |
---|---|---|---|
-h |
--help |
Show this help message and exit. | |
-s |
--seed |
None |
Set the seed value. |
-t |
--cache-type |
None |
Cache storage type. Required if cache_path doesn't end with .json or .sqlite. |
Clean Toggl Account¶
Warning
This will permanently delete data off a Toggl account! Be sure of what you are doing before using this script.
Entrypoint¶
clean-toggl-account
Arguments and Usage¶
Usage¶
usage: clean-toggl-account [-h] [-o {tracker,project,tag,client,org} [{tracker,project,tag,client,org} ...]]
Arguments¶
Short | Long | Default | Description |
---|---|---|---|
-h |
--help |
Show this help message and exit. | |
-o |
--objects |
None |
Which objects not to parse. |