Skip to content

Commit

Permalink
feat!: remove integration commands (#7047)
Browse files Browse the repository at this point in the history
These were used for the Netlify SDK v1. See https://developers.netlify.com/sdk/ for
information about SDK v2.
  • Loading branch information
serhalp authored Feb 21, 2025
1 parent b56095b commit b693ba7
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 696 deletions.
51 changes: 0 additions & 51 deletions docs/commands/integration.md

This file was deleted.

9 changes: 0 additions & 9 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,6 @@ Manage netlify functions

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

### [integration](/commands/integration)

Manage Netlify Integrations built with the Netlify SDK

| Subcommand | description |
|:--------------------------- |:-----|
| [`integration:deploy`](/commands/integration#integrationdeploy) | Register, build, and deploy a private integration on Netlify |


### [link](/commands/link)

Link a local repo or project folder to an existing site on Netlify
Expand Down
4 changes: 1 addition & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@
"is-stream": "4.0.1",
"is-wsl": "3.1.0",
"isexe": "3.1.1",
"js-yaml": "4.1.0",
"jsonwebtoken": "9.0.2",
"jwt-decode": "4.0.0",
"lambda-local": "2.2.0",
Expand Down Expand Up @@ -174,8 +173,7 @@
"uuid": "11.0.5",
"wait-port": "1.1.0",
"write-file-atomic": "5.0.1",
"ws": "8.18.0",
"zod": "3.24.1"
"ws": "8.18.0"
},
"devDependencies": {
"@babel/preset-react": "7.26.3",
Expand Down
Loading

2 comments on commit b693ba7

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📊 Benchmark results

  • Dependency count: 1,194
  • Package size: 306 MB
  • Number of ts-expect-error directives: 729

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📊 Benchmark results

  • Dependency count: 1,194
  • Package size: 306 MB
  • Number of ts-expect-error directives: 729

Please sign in to comment.