confluence-cli 1.21.0 → 1.21.1

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.
@@ -1,3 +1,8 @@
1
+ ---
2
+ name: confluence
3
+ description: Use confluence-cli to read, search, create, update, move, and delete Confluence pages and attachments from the terminal.
4
+ ---
5
+
1
6
  # confluence-cli Skill
2
7
 
3
8
  A CLI tool for Atlassian Confluence. Lets you read, search, create, update, move, and delete pages and attachments from the terminal or from an agent.
package/README.md CHANGED
@@ -533,12 +533,10 @@ Check out our [Contributing Guide](CONTRIBUTING.md) - all contributions are welc
533
533
 
534
534
  ### 📈 Usage Analytics
535
535
 
536
- To help us understand how confluence-cli is being used and improve it, we collect anonymous usage statistics. This includes:
537
- - Command usage frequency (no personal data)
538
- - Error patterns (to fix bugs faster)
539
- - Feature adoption metrics
536
+ confluence-cli tracks command usage statistics **locally** on your machine (`~/.confluence-cli/stats.json`). No data is sent to any external server. This includes:
537
+ - Command usage counts (success/error)
540
538
 
541
- You can opt-out anytime by setting: `export CONFLUENCE_CLI_ANALYTICS=false`
539
+ You can view your stats with `confluence stats`, or disable tracking by setting: `export CONFLUENCE_CLI_ANALYTICS=false`
542
540
 
543
541
  ---
544
542
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "confluence-cli",
3
- "version": "1.21.0",
3
+ "version": "1.21.1",
4
4
  "description": "A command-line interface for Atlassian Confluence with page creation and editing capabilities",
5
5
  "main": "index.js",
6
6
  "bin": {