confluence-cli-rs 0.1.19__tar.gz
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.
- confluence_cli_rs-0.1.19/CHANGELOG.md +143 -0
- confluence_cli_rs-0.1.19/Cargo.lock +3685 -0
- confluence_cli_rs-0.1.19/Cargo.toml +62 -0
- confluence_cli_rs-0.1.19/LICENSE +21 -0
- confluence_cli_rs-0.1.19/PKG-INFO +331 -0
- confluence_cli_rs-0.1.19/README.md +308 -0
- confluence_cli_rs-0.1.19/pyproject.toml +28 -0
- confluence_cli_rs-0.1.19/src/cli.rs +2423 -0
- confluence_cli_rs-0.1.19/src/config.rs +1932 -0
- confluence_cli_rs-0.1.19/src/credentials.rs +75 -0
- confluence_cli_rs-0.1.19/src/main.rs +22 -0
- confluence_cli_rs-0.1.19/src/markdown.rs +5356 -0
- confluence_cli_rs-0.1.19/src/model.rs +199 -0
- confluence_cli_rs-0.1.19/src/output.rs +205 -0
- confluence_cli_rs-0.1.19/src/provider/cloud.rs +829 -0
- confluence_cli_rs-0.1.19/src/provider/datacenter.rs +969 -0
- confluence_cli_rs-0.1.19/src/provider/mod.rs +1057 -0
- confluence_cli_rs-0.1.19/src/schema.rs +580 -0
- confluence_cli_rs-0.1.19/src/sync.rs +2460 -0
- confluence_cli_rs-0.1.19/tests/e2e.rs +1922 -0
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
|
|
5
|
+
## [0.1.19](https://github.com/rvben/confluence-cli/compare/v0.1.18...v0.1.19) - 2026-08-28
|
|
6
|
+
|
|
7
|
+
### Added
|
|
8
|
+
|
|
9
|
+
- **packaging**: add PyPI distribution ([c99efe4](https://github.com/rvben/confluence-cli/commit/c99efe48d484d4d0ac08519301ebe561a0ec58a8))
|
|
10
|
+
|
|
11
|
+
### Fixed
|
|
12
|
+
|
|
13
|
+
- **release**: keep Homebrew tap loadable on ARM ([2690190](https://github.com/rvben/confluence-cli/commit/2690190275cfeac9e866e38b1889b0adc742f598))
|
|
14
|
+
|
|
15
|
+
## [0.1.18](https://github.com/rvben/confluence-cli/compare/v0.1.17...v0.1.18) - 2026-08-26
|
|
16
|
+
|
|
17
|
+
### Added
|
|
18
|
+
|
|
19
|
+
- **auth**: unify secure onboarding ([712fa5a](https://github.com/rvben/confluence-cli/commit/712fa5ad001aab3374cc07671511c63ed955f5c4))
|
|
20
|
+
- **onboarding**: protect interactive credentials ([080e865](https://github.com/rvben/confluence-cli/commit/080e86511a1d239b08f1f6990aa7d6a8c803f6f5))
|
|
21
|
+
- **cli**: unify interaction and safety contract ([3acb608](https://github.com/rvben/confluence-cli/commit/3acb608db0526317d64b04023db31da64f3cfdab))
|
|
22
|
+
|
|
23
|
+
### Fixed
|
|
24
|
+
|
|
25
|
+
- **auth**: open personal token page ([1bf46f3](https://github.com/rvben/confluence-cli/commit/1bf46f3d3d4ed587f135ff91d4cfe06b619b9664))
|
|
26
|
+
- **ci**: install pinned Rust components ([862f844](https://github.com/rvben/confluence-cli/commit/862f844f4261c49c524c64007ceac2443c873734))
|
|
27
|
+
|
|
28
|
+
## [0.1.17](https://github.com/rvben/confluence-cli/compare/v0.1.16...v0.1.17) - 2026-08-22
|
|
29
|
+
|
|
30
|
+
### Fixed
|
|
31
|
+
|
|
32
|
+
- **cli**: resolve clap output argument collision ([c221a97](https://github.com/rvben/confluence-cli/commit/c221a97df474ddfd30fe9bf810aa36b6dea602e7))
|
|
33
|
+
|
|
34
|
+
## [0.1.15](https://github.com/rvben/confluence-cli/compare/v0.1.14...v0.1.15) - 2026-06-20
|
|
35
|
+
|
|
36
|
+
### Added
|
|
37
|
+
|
|
38
|
+
- **schema**: fill missing output_fields for 14 commands ([9f84a3a](https://github.com/rvben/confluence-cli/commit/9f84a3a05871705f1abb641150eb9016924ab5cb))
|
|
39
|
+
|
|
40
|
+
## [0.1.14](https://github.com/rvben/confluence-cli/compare/v0.1.13...v0.1.14) - 2026-06-20
|
|
41
|
+
|
|
42
|
+
## [0.1.13](https://github.com/rvben/confluence-cli/compare/v0.1.12...v0.1.13) - 2026-06-11
|
|
43
|
+
|
|
44
|
+
### Added
|
|
45
|
+
|
|
46
|
+
- **clispec**: implement v0.2 compliance, score 28% -> 100% ([1556d16](https://github.com/rvben/confluence-cli/commit/1556d16057f91efb404bb8d3293ff1f11f573026))
|
|
47
|
+
|
|
48
|
+
### Fixed
|
|
49
|
+
|
|
50
|
+
- restore --json as hidden alias for --output json ([717eec0](https://github.com/rvben/confluence-cli/commit/717eec02b425cbefc3de81cb0f50b48906d2a871))
|
|
51
|
+
|
|
52
|
+
## [0.1.12](https://github.com/rvben/confluence-cli/compare/v0.1.11...v0.1.12) - 2026-04-03
|
|
53
|
+
|
|
54
|
+
## [0.1.11](https://github.com/rvben/confluence-cli/compare/v0.1.10...v0.1.11) - 2026-04-03
|
|
55
|
+
|
|
56
|
+
### Added
|
|
57
|
+
|
|
58
|
+
- add schema command, standardize CI, and bump rust-version ([f2cb5d5](https://github.com/rvben/confluence-cli/commit/f2cb5d50a3ddd663ce72f1e224a9184a0a7b77b9))
|
|
59
|
+
|
|
60
|
+
## [0.1.10](https://github.com/rvben/confluence-cli/compare/v0.1.9...v0.1.10) - 2026-04-02
|
|
61
|
+
|
|
62
|
+
### Fixed
|
|
63
|
+
|
|
64
|
+
- **page tree**: paginate through all children in list_children ([362e794](https://github.com/rvben/confluence-cli/commit/362e79458ccccf0a0710cc1585d046c2bfdb2f7f))
|
|
65
|
+
|
|
66
|
+
## [0.1.9](https://github.com/rvben/confluence-cli/compare/v0.1.8...v0.1.9) - 2026-04-01
|
|
67
|
+
|
|
68
|
+
### Fixed
|
|
69
|
+
|
|
70
|
+
- **space list**: paginate through all spaces when --all is passed ([369189e](https://github.com/rvben/confluence-cli/commit/369189eed49e871db5ad52d63a4dab27769b2282))
|
|
71
|
+
|
|
72
|
+
## [0.1.8](https://github.com/rvben/confluence-cli/compare/v0.1.7...v0.1.8) - 2026-04-01
|
|
73
|
+
|
|
74
|
+
### Added
|
|
75
|
+
|
|
76
|
+
- add --all flag and pagination hint to space/page/blog list ([c7574e1](https://github.com/rvben/confluence-cli/commit/c7574e1b0cf4413564d5bdbb00e993ec770de107))
|
|
77
|
+
|
|
78
|
+
## [0.1.7](https://github.com/rvben/confluence-cli/compare/v0.1.6...v0.1.7) - 2026-04-01
|
|
79
|
+
|
|
80
|
+
## [0.1.6](https://github.com/rvben/confluence-cli/compare/v0.1.5...v0.1.6) - 2026-04-01
|
|
81
|
+
|
|
82
|
+
### Added
|
|
83
|
+
|
|
84
|
+
- install binary as `confluence` instead of `confluence-cli` ([2f98eba](https://github.com/rvben/confluence-cli/commit/2f98eba4f1880e287d95b81852522f5fa54ccdd8))
|
|
85
|
+
|
|
86
|
+
## [0.1.5](https://github.com/rvben/confluence-cli/compare/v0.1.4...v0.1.5) - 2026-04-01
|
|
87
|
+
|
|
88
|
+
### Added
|
|
89
|
+
|
|
90
|
+
- **init**: show token in plain text during setup ([cdafbe0](https://github.com/rvben/confluence-cli/commit/cdafbe0298e7089bb5e98ab8274658233834f7e7))
|
|
91
|
+
|
|
92
|
+
## [0.1.4](https://github.com/rvben/confluence-cli/compare/v0.1.3...v0.1.4) - 2026-04-01
|
|
93
|
+
|
|
94
|
+
### Added
|
|
95
|
+
|
|
96
|
+
- **init**: rewrite interactive setup wizard with custom prompt helpers ([5b85c44](https://github.com/rvben/confluence-cli/commit/5b85c4484e2b70b408a17c58b65416aad0136da3))
|
|
97
|
+
|
|
98
|
+
## [0.1.3](https://github.com/rvben/confluence-cli/compare/v0.1.2...v0.1.3) - 2026-04-01
|
|
99
|
+
|
|
100
|
+
### Added
|
|
101
|
+
|
|
102
|
+
- add interactive init wizard ([b13bfb4](https://github.com/rvben/confluence-cli/commit/b13bfb46f6268cc7ea4d361f7f82a76ad4c4c3bf))
|
|
103
|
+
|
|
104
|
+
## [0.1.2](https://github.com/rvben/confluence-cli/compare/v0.1.1...v0.1.2) - 2026-03-31
|
|
105
|
+
|
|
106
|
+
### Added
|
|
107
|
+
|
|
108
|
+
- add page list, blog list, page move, page copy, comment update, search improvements ([f72c4d1](https://github.com/rvben/confluence-cli/commit/f72c4d1a0448040d5d8340ca27fb195e814e6e7d))
|
|
109
|
+
|
|
110
|
+
### Fixed
|
|
111
|
+
|
|
112
|
+
- replace all homebrew version placeholders ([eacd090](https://github.com/rvben/confluence-cli/commit/eacd090766ae11047b71545059a51e3f827ced63))
|
|
113
|
+
|
|
114
|
+
## [0.1.1](https://github.com/rvben/confluence-cli/compare/v0.1.0...v0.1.1) - 2026-03-31
|
|
115
|
+
|
|
116
|
+
### Fixed
|
|
117
|
+
|
|
118
|
+
- generate audit-clean homebrew formula ([4e1894f](https://github.com/rvben/confluence-cli/commit/4e1894f4564fd0bb6b2f83702a527f4db09e7811))
|
|
119
|
+
|
|
120
|
+
## [0.1.0] - 2026-03-31
|
|
121
|
+
|
|
122
|
+
First proper public release.
|
|
123
|
+
|
|
124
|
+
### Added
|
|
125
|
+
|
|
126
|
+
- Confluence Cloud and Data Center provider support.
|
|
127
|
+
- Markdown-first `pull`, `plan`, and `apply` workflow with frontmatter and sidecar metadata.
|
|
128
|
+
- Direct CLI commands for spaces, search, pages, blogs, attachments, labels, comments, and properties.
|
|
129
|
+
- `doctor` command for profile, auth, connectivity, and local sync-path validation.
|
|
130
|
+
- Shell completions and JSON output across the major command surface.
|
|
131
|
+
- Local Confluence Data Center Docker setup, backup/restore helpers, and live end-to-end test coverage.
|
|
132
|
+
- GitHub Actions CI and tagged release packaging for Linux and macOS.
|
|
133
|
+
|
|
134
|
+
### Improved
|
|
135
|
+
|
|
136
|
+
- Confluence-aware Markdown conversion for a broad set of built-in macros, typed resource parameters, attachments, layouts, and page-link cases.
|
|
137
|
+
- Remote version drift protection, noop stability after `pull` and `apply`, and safer link reconciliation for local Markdown paths.
|
|
138
|
+
- Runtime resiliency with HTTP retry and backoff handling for transient provider failures.
|
|
139
|
+
- Release packaging now excludes local Docker backup archives and other non-crate files.
|
|
140
|
+
|
|
141
|
+
## [0.0.1] - 2026-03-30
|
|
142
|
+
|
|
143
|
+
Reserved the crate name on crates.io.
|