Skip to content

Commit b693ba7

Browse files
authored
feat!: remove integration commands (#7047)
These were used for the Netlify SDK v1. See https://developers.netlify.com/sdk/ for information about SDK v2.
1 parent b56095b commit b693ba7

File tree

9 files changed

+27
-696
lines changed

9 files changed

+27
-696
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
@@ -132,7 +132,6 @@
132132
"is-stream": "4.0.1",
133133
"is-wsl": "3.1.0",
134134
"isexe": "3.1.1",
135-
"js-yaml": "4.1.0",
136135
"jsonwebtoken": "9.0.2",
137136
"jwt-decode": "4.0.0",
138137
"lambda-local": "2.2.0",
@@ -174,8 +173,7 @@
174173
"uuid": "11.0.5",
175174
"wait-port": "1.1.0",
176175
"write-file-atomic": "5.0.1",
177-
"ws": "8.18.0",
178-
"zod": "3.24.1"
176+
"ws": "8.18.0"
179177
},
180178
"devDependencies": {
181179
"@babel/preset-react": "7.26.3",

0 commit comments

Comments
 (0)