md-confluence-cli 1.0.1 → 1.0.2
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/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
#
|
|
1
|
+
# md-confluence-cli
|
|
2
2
|
|
|
3
|
-
`
|
|
3
|
+
`md-confluence-cli` is a powerful tool that allows you to publish your markdown files as Confluence pages. It is designed to work seamlessly in various environments, including NPM CLI, Docker Container, and GitHub Actions, enabling you to use your docs wherever you need them. Comprehensive documentation for the tool can be found at [https://markdown-confluence.com/](https://markdown-confluence.com/).
|
|
4
4
|
|
|
5
5
|
## Usage Examples
|
|
6
6
|
|
|
@@ -38,7 +38,7 @@ set ATLASSIAN_API_TOKEN="YOUR API TOKEN"
|
|
|
38
38
|
**CLI Command**
|
|
39
39
|
|
|
40
40
|
```bash
|
|
41
|
-
npx
|
|
41
|
+
npx md-confluence-cli
|
|
42
42
|
```
|
|
43
43
|
|
|
44
44
|
### Docker Container
|