@intecoag/inteco-cli 1.7.4 → 1.7.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intecoag/inteco-cli",
3
- "version": "1.7.4",
3
+ "version": "1.7.5",
4
4
  "description": "CLI-Tools for Inteco",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
@@ -53,10 +53,10 @@
53
53
  "azure_sync_config": {
54
54
  "desc": "Creates or updates the .az-sync configuration file (requires Azure-CLI)"
55
55
  },
56
- "azure_push": {
56
+ "azure_sync_push": {
57
57
  "desc": "Pushes local files to Azure Blob Storage using checksum comparison (requires Azure-CLI)"
58
58
  },
59
- "azure_pull": {
59
+ "azure_sync_pull": {
60
60
  "desc": "Pulls blobs to local files using checksum comparison (requires Azure-CLI)"
61
61
  },
62
62
  "github_security_advisories": {