We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ea8341 commit b799a42Copy full SHA for b799a42
1 file changed
README.md
@@ -554,7 +554,16 @@ const devices = await request.execute()
554
555
Every `seam` command is interactive and will prompt you for any missing
556
required properties with helpful suggestions. To avoid automatic behavior,
557
-pass `-y`
+pass `-y`.
558
+
559
+To take a project from zero to a working Seam integration, run the
560
+[Seam Wizard] from the project's root:
561
562
+```bash
563
+seam wizard
564
+```
565
566
+For API commands:
567
568
```bash
569
# Login to Seam
0 commit comments