@circlesac/holla 26.3.4 → 26.3.6

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
@@ -42,5 +42,5 @@
42
42
  "test": "vitest run"
43
43
  },
44
44
  "type": "module",
45
- "version": "26.3.4"
45
+ "version": "26.3.6"
46
46
  }
@@ -148,6 +148,7 @@ holla slack stars add --channel <ch> --ts <ts> -w <ws>
148
148
  holla slack bookmarks add --channel <ch> --title "Link" --link "https://..." -w <ws>
149
149
  holla slack reminders add --text "Do thing" --time "in 1 hour" -w <ws>
150
150
  holla slack files upload --channels "#general" --file ./doc.pdf -w <ws>
151
+ holla slack files download --file <file-id> -o ./output.pdf -w <ws>
151
152
  holla slack users info --user @username -w <ws> --json
152
153
  holla slack api <method> --body '{"key":"value"}' -w <ws> # Raw API passthrough
153
154
  ```