mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-06 08:46:25 +00:00
22 lines
608 B
Plaintext
22 lines
608 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# zapier analytics
|
|
|
|
> Show the status of the analytics that are collected. It is also used to change what is collected.
|
|
> More information: <https://github.com/zapier/zapier-platform/blob/main/packages/cli/docs/cli.md#analytics>.
|
|
|
|
- Show the status of collected analytics:
|
|
|
|
`zapier analytics`
|
|
|
|
- Change how much information is collected:
|
|
|
|
`zapier analytics {{-m|--mode}} {{enabled|anonymous|disabled}}`
|
|
|
|
- Show extra debugging output:
|
|
|
|
`zapier analytics {{-m|--mode}} {{enabled|anonymous|disabled}} {{-d|--debug}}`
|