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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # markdown-confluence-cli
1
+ # md-confluence-cli
2
2
 
3
- `markdown-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/).
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 markdown-confluence-cli
41
+ npx md-confluence-cli
42
42
  ```
43
43
 
44
44
  ### Docker Container
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "md-confluence-cli",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "This CLI allows you to publish your notes to Confluence",
5
5
  "bin": "dist/index.js",
6
6
  "scripts": {