@webflow/webflow-cli 1.20.2 → 1.21.0

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/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @webflow/webflow-cli
2
2
 
3
+ ## 1.21.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Add `webflow forms` command group for listing forms and exporting submissions.
8
+
9
+ - `webflow forms list --site <siteId>` — list all forms on a site, with `--fields` and `--json` support
10
+ - `webflow forms submissions --site <siteId> --form <formId>` — list form submissions with `--json` support and `--output <file>` for CSV export
11
+
12
+ ## 1.20.2
13
+
14
+ ### Patch Changes
15
+
16
+ - 6d218e2: Improve CMS command UX based on feedback:
17
+
18
+ - User errors (invalid collection or item ID) now display cleanly without a CLI error stack. The message is shown directly and the process exits with code 1 instead of throwing.
19
+ - API errors now include the structured error body from the API response when available, not just the HTTP status.
20
+ - `webflow cms collections create` now shows a next-steps hint after success: how to add fields to the new collection.
21
+
22
+ - 1c1e18d: Fix duplicate "Credentials saved" output after `webflow auth login`
23
+
3
24
  ## 1.20.1
4
25
 
5
26
  ### Patch Changes