Skip to content

Commit 70bfdd6

Browse files
razor-xseambot
andauthored
feat: Add seam wizard (#434)
* feat: Add seam wizard * ci: Generate code --------- Co-authored-by: Seam Bot <seambot@getseam.com>
1 parent 0dd7245 commit 70bfdd6

4 files changed

Lines changed: 1989 additions & 36 deletions

File tree

.github/workflows/check.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,9 @@ jobs:
106106
- name: Run
107107
run: node index.js
108108
- name: Run CLI
109-
run: npx --yes --package ${{ steps.packages.outputs.paths }} seam --version
109+
run: |
110+
npx --yes --package ${{ steps.packages.outputs.paths }} seam --version
111+
npx --yes --package ${{ steps.packages.outputs.paths }} seam wizard --version
110112
typecheck:
111113
name: Typecheck (Node.js v${{ matrix.node }})
112114
runs-on: ubuntu-latest

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,16 @@ const devices = await request.execute()
554554

555555
Every `seam` command is interactive and will prompt you for any missing
556556
required properties with helpful suggestions. To avoid automatic behavior,
557-
pass `-y`
557+
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:
558567

559568
```bash
560569
# Login to Seam

0 commit comments

Comments
 (0)