Skip to content

Commit ea36d58

Browse files
committed
feat!: remove integration commands
These were used for the Netlify SDK v1. See https://developers.netlify.com/sdk/ for information about SDK v2.
1 parent 504e7f3 commit ea36d58

File tree

9 files changed

+27
-697
lines changed

9 files changed

+27
-697
lines changed

docs/commands/integration.md

Lines changed: 0 additions & 51 deletions
This file was deleted.

docs/index.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,6 @@ Manage netlify functions
9191

9292
Configure continuous deployment for a new or existing site. To create a new site without continuous deployment, use `netlify sites:create`
9393

94-
### [integration](/commands/integration)
95-
96-
Manage Netlify Integrations built with the Netlify SDK
97-
98-
| Subcommand | description |
99-
|:--------------------------- |:-----|
100-
| [`integration:deploy`](/commands/integration#integrationdeploy) | Register, build, and deploy a private integration on Netlify |
101-
102-
10394
### [link](/commands/link)
10495

10596
Link a local repo or project folder to an existing site on Netlify

package-lock.json

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@
133133
"is-stream": "4.0.1",
134134
"is-wsl": "3.1.0",
135135
"isexe": "3.1.1",
136-
"js-yaml": "4.1.0",
137136
"jsonwebtoken": "9.0.2",
138137
"jwt-decode": "4.0.0",
139138
"lambda-local": "2.2.0",
@@ -175,8 +174,7 @@
175174
"uuid": "11.0.5",
176175
"wait-port": "1.1.0",
177176
"write-file-atomic": "5.0.1",
178-
"ws": "8.18.0",
179-
"zod": "3.24.1"
177+
"ws": "8.18.0"
180178
},
181179
"devDependencies": {
182180
"@babel/preset-react": "7.26.3",

0 commit comments

Comments
 (0)