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.
- package/.claude/skills/confluence/SKILL.md +5 -0
- package/README.md +3 -5
- package/package.json +1 -1
|
@@ -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
|
-
|
|
537
|
-
- Command usage
|
|
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
|
|
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
|
|