Skip to content

Commit

Permalink
refactor: decommissionate sgd
Browse files Browse the repository at this point in the history
  • Loading branch information
scolladon committed Dec 9, 2021
1 parent fe7ace3 commit bcf8fec
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 78 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Because this plugin is not signed, you will get a warning saying that "This plug

If you run your CI/CD jobs inside a Docker image, you can add the plugin to your image. Here is an example of a Dockerfile including the SGD plugin: https://github.com/mehdisfdc/sfdx-cli-gitlab

⚠️ The Salesforce CLI plugin is now the only supported way to install SGD. There used to be another way to install it directly through yarn or npm. The legacy `sgd` command is now deprecated and will be decommissioned soon.
⚠️ The Salesforce CLI plugin is now the only supported way to install SGD. There used to be another way to install it directly through yarn or npm. The legacy `sgd` command is now deprecated and decommissioned.

### Prerequisites

Expand Down
16 changes: 0 additions & 16 deletions __tests__/integration/cli.test.js

This file was deleted.

57 changes: 0 additions & 57 deletions bin/cli

This file was deleted.

5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
"/oclif.manifest.json"
],
"main": "lib/main.js",
"bin": {
"sgd": "./bin/cli"
},
"repository": {
"type": "git",
"url": "git+https://github.com/scolladon/sfdx-git-delta.git"
Expand Down Expand Up @@ -116,4 +113,4 @@
"sfdc": {
"latestApiVersion": "52"
}
}
}

0 comments on commit bcf8fec

Please sign in to comment.